diff --git a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs index 92048b15c8..8280d92347 100644 --- a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs +++ b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs @@ -82,7 +82,7 @@ namespace Content.IntegrationTests.Tests /// Loads the default map, runs it for 5 ticks, then assert that it did not change. /// [Test] - public async Task LoadSaveTicksSaveSaltern() + public async Task LoadSaveTicksSaveBagel() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{NoClient = true}); var server = pairTracker.Pair.Server; @@ -97,7 +97,7 @@ namespace Content.IntegrationTests.Tests mapId = mapManager.CreateMap(); mapManager.AddUninitializedMap(mapId); mapManager.SetMapPaused(mapId, true); - mapLoader.LoadMap(mapId, "Maps/saltern.yml"); + mapLoader.LoadMap(mapId, "Maps/bagel.yml"); mapLoader.SaveMap(mapId, "load save ticks save 1.yml"); }); diff --git a/Content.Server/Physics/Controllers/ConveyorController.cs b/Content.Server/Physics/Controllers/ConveyorController.cs index 16e1a058ef..fba3064ab9 100644 --- a/Content.Server/Physics/Controllers/ConveyorController.cs +++ b/Content.Server/Physics/Controllers/ConveyorController.cs @@ -28,6 +28,7 @@ namespace Content.Server.Physics.Controllers [Dependency] private readonly GravitySystem _gravity = default!; [Dependency] private readonly RecyclerSystem _recycler = default!; [Dependency] private readonly SignalLinkerSystem _signalSystem = default!; + [Dependency] private readonly SharedBroadphaseSystem _broadphase = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; @@ -60,7 +61,7 @@ namespace Content.Server.Physics.Controllers { var otherUid = args.OtherFixture.Body.Owner; - if (args.OtherFixture.Body.BodyType == BodyType.Static) + if (args.OtherFixture.Body.BodyType == BodyType.Static || component.State == ConveyorState.Off) return; component.Intersecting.Add(otherUid); @@ -99,23 +100,31 @@ namespace Content.Server.Physics.Controllers private void OnSignalReceived(EntityUid uid, ConveyorComponent component, SignalReceivedEvent args) { if (args.Port == component.OffPort) - SetState(component, ConveyorState.Off); + SetState(uid, ConveyorState.Off, component); else if (args.Port == component.ForwardPort) { AwakenEntities(component); - SetState(component, ConveyorState.Forward); + SetState(uid, ConveyorState.Forward, component); } else if (args.Port == component.ReversePort) { AwakenEntities(component); - SetState(component, ConveyorState.Reverse); + SetState(uid, ConveyorState.Reverse, component); } } - private void SetState(ConveyorComponent component, ConveyorState state) + private void SetState(EntityUid uid, ConveyorState state, ConveyorComponent? component = null) { + if (!Resolve(uid, ref component)) + return; + component.State = state; + if (TryComp(uid, out var physics)) + { + _broadphase.RegenerateContacts(physics); + } + if (TryComp(component.Owner, out var recycler)) { if (component.State != ConveyorState.Off) diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index d95985be96..9f193efe41 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -52106,9 +52106,6 @@ entities: - pos: 48.5,-39.5 parent: 60 type: Transform - - SecondsUntilStateChange: -37148.992 - state: Opening - type: Door - uid: 3729 type: PoweredSmallLight components: @@ -123765,9 +123762,6 @@ entities: - pos: 31.5,-19.5 parent: 60 type: Transform - - SecondsUntilStateChange: -30661.895 - state: Closing - type: Door - uid: 14524 type: ReinforcedWindow components: diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml deleted file mode 100644 index 8a022bdad4..0000000000 --- a/Resources/Maps/saltern.yml +++ /dev/null @@ -1,74495 +0,0 @@ -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: FloorDirt - 23: FloorEighties - 24: FloorElevatorShaft - 25: FloorFreezer - 26: FloorGlass - 27: FloorGold - 28: FloorGrass - 29: FloorGrassDark - 30: FloorGrassJungle - 31: FloorGrassLight - 32: FloorGreenCircuit - 33: FloorGym - 34: FloorHydro - 35: FloorKitchen - 36: FloorLaundry - 37: FloorLino - 38: FloorMetalDiamond - 39: FloorMime - 40: FloorMono - 41: FloorRGlass - 42: FloorReinforced - 43: FloorRockVault - 44: FloorShowroom - 45: FloorShuttleBlue - 46: FloorShuttleOrange - 47: FloorShuttlePurple - 48: FloorShuttleRed - 49: FloorShuttleWhite - 50: FloorSilver - 51: FloorSnow - 52: FloorSteel - 53: FloorSteelDirty - 54: FloorTechMaint - 55: FloorWhite - 56: FloorWood - 57: Lattice - 58: Plating -grids: -- settings: - chunksize: 16 - tilesize: 1 - chunks: - - ind: -1,-1 - tiles: NgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAADoAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADYAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADoAAAA4AAAAOAAAADgAAAA6AAAAOgAAADYAAAA2AAAAOgAAADcAAAA3AAAANwAAADoAAAA6AAAAOgAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAADoAAAA6AAAANwAAADoAAAA6AAAANgAAADYAAAA6AAAAOgAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAAOgAAADgAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADYAAAA6AAAAOAAAADgAAAA4AAAAOAAAADgAAAAlAAAAJQAAACUAAAAlAAAAJQAAADgAAAA4AAAAOAAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAJQAAACUAAAAlAAAAJQAAACUAAAA4AAAAOAAAADgAAAA2AAAAGQAAABkAAAAZAAAAGQAAABkAAAAZAAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAAZAAAAGQAAABkAAAA6AAAAOgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADQAAAA6AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAIwAAACMAAAAjAAAAIwAAACMAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAACMAAAAjAAAAIwAAACMAAAA0AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAAA== - - ind: -1,0 - tiles: IwAAACMAAAAjAAAAIwAAACMAAAA0AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAACMAAAAjAAAAIwAAACMAAAAjAAAANAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAwAAAAMAAAADAAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADQAAAA0AAAAOgAAADoAAAA0AAAAOgAAADoAAAA6AAAANAAAADQAAAA6AAAANAAAADoAAAA0AAAANAAAADoAAAA0AAAANAAAADoAAAAVAAAAFQAAABUAAAA1AAAAOgAAADQAAAA0AAAAOgAAADQAAAA6AAAANAAAADQAAAA6AAAANAAAADQAAAA0AAAAFQAAABUAAAAVAAAANQAAADoAAAA6AAAANAAAADoAAAA0AAAAOgAAADQAAAA6AAAAOgAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADUAAAA1AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA1AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAABoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAFQAAADoAAAAsAAAALAAAACwAAAAsAAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAABUAAAAVAAAALAAAACwAAAAsAAAALAAAADoAAAA0AAAAGgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAAVAAAAOgAAADQAAAAsAAAALAAAACwAAAAsAAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: 0,-1 - tiles: NwAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAANwAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA3AAAANwAAADcAAAA6AAAAFQAAABUAAAAVAAAAFQAAABUAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANwAAADcAAAA3AAAAOgAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADcAAAA3AAAANwAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAAOgAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA6AAAAOgAAADQAAAA0AAAANAAAADoAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADoAAAA6AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA6AAAAOgAAADQAAAA0AAAANAAAADoAAAA3AAAANwAAADoAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAAOAAAADoAAAA0AAAANAAAADQAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADcAAAA3AAAANwAAADgAAAA6AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA4AAAAOgAAADQAAAA0AAAANAAAADoAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAAOAAAADoAAAA0AAAANAAAADQAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADoAAAA6AAAANwAAADgAAAAMAAAANAAAADQAAAA0AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA4AAAADAAAADQAAAA0AAAANAAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAAOAAAAAwAAAA0AAAANAAAADQAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADoAAAA3AAAANwAAAA== - - ind: 0,0 - tiles: OAAAADoAAAA0AAAANAAAADQAAAA0AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADoAAAA3AAAANwAAADgAAAA6AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA6AAAAOgAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAABUAAAA6AAAAFQAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAABUAAAA6AAAANAAAADQAAAA0AAAAOgAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADQAAAA0AAAANAAAADQAAAAVAAAAOgAAADQAAAA0AAAANAAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAANAAAADQAAAA0AAAAFQAAADoAAAA0AAAANAAAADQAAAA6AAAAFQAAABUAAAAVAAAAFQAAABUAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANAAAADQAAAA0AAAAOgAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADQAAAA0AAAANAAAADQAAAAVAAAAOgAAADQAAAA0AAAANAAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAA0AAAANAAAADQAAAA0AAAAFQAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAVAAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAABUAAAA6AAAANAAAADQAAAA0AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAAVAAAAOgAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAAA== - - ind: 1,0 - tiles: NwAAADcAAAA3AAAANwAAADoAAAA6AAAANgAAADYAAAA6AAAAKAAAACgAAAAoAAAAKAAAACgAAAA6AAAANAAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADYAAAA2AAAAOgAAACgAAAAoAAAAKAAAACgAAAAoAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAACgAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAABUAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANAAAADQAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANAAAADQAAAA0AAAAOgAAADYAAAA2AAAANAAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA2AAAANgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA0AAAANAAAADoAAAA6AAAANgAAADYAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAANAAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAANgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA2AAAAOgAAAA== - - ind: 0,1 - tiles: OgAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAABUAAAAVAAAAFQAAABUAAAA6AAAAOgAAADoAAAA2AAAANgAAABUAAAA0AAAANAAAADQAAAA0AAAANAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAANgAAADYAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADYAAAA2AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADgAAAA4AAAAOAAAADgAAAAVAAAAOgAAADoAAAA2AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAABUAAAA6AAAAFQAAABUAAAAVAAAAOgAAACUAAAAlAAAAJQAAADoAAAA4AAAAOAAAADgAAAA6AAAAOgAAAAAAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAAlAAAAJQAAACUAAAA6AAAAOAAAADgAAAA4AAAAOgAAADoAAAAAAAAAFQAAABUAAAAVAAAAFQAAABUAAAAlAAAAJQAAACUAAAAlAAAAOAAAADgAAAA6AAAAOAAAADoAAAA6AAAAAAAAABUAAAA6AAAAOgAAABUAAAA6AAAAOgAAACUAAAAlAAAAJQAAADoAAAA4AAAAOgAAADcAAAA3AAAAOgAAAAAAAAA6AAAAOgAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA3AAAAOgAAADoAAAAAAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADoAAAAAAAAAAAAAABUAAAA6AAAAFQAAABUAAAAVAAAAOgAAABUAAAAVAAAAFQAAABUAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: -2,0 - tiles: OgAAADgAAAA4AAAAOAAAADgAAAA4AAAANAAAADQAAAA0AAAANAAAADoAAAAiAAAAGgAAABoAAAAaAAAAIgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA0AAAANAAAADoAAAA6AAAAIgAAACIAAAAiAAAAIgAAACIAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAANAAAADQAAAA0AAAAOgAAADoAAAA0AAAANAAAADoAAAA6AAAAFQAAABUAAAA6AAAAOgAAADoAAAA2AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAFQAAABUAAAAVAAAAOgAAADUAAAA1AAAANgAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADQAAAA0AAAAFQAAABUAAAAVAAAAFQAAADoAAAA1AAAANQAAADYAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAAVAAAAFQAAABUAAAA6AAAANQAAADUAAAA2AAAAOgAAADQAAAA0AAAANAAAADQAAAA6AAAANAAAADQAAAA6AAAAOgAAABUAAAA6AAAAOgAAADUAAAA1AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAANgAAADoAAAA6AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: 1,-1 - tiles: NwAAADcAAAA3AAAANwAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADoAAAA3AAAANwAAADcAAAA3AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADoAAAA5AAAAAAAAAAAAAAA6AAAANwAAADcAAAA3AAAAOgAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAOgAAADcAAAA3AAAANwAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA3AAAANwAAADcAAAA3AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADUAAAA1AAAANwAAADcAAAA3AAAANwAAADoAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADUAAAA6AAAAOgAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADcAAAA3AAAANwAAADcAAAA6AAAANwAAADcAAAA3AAAANwAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA3AAAANwAAADcAAAA3AAAAOgAAADcAAAA3AAAANwAAADcAAAA6AAAANgAAADoAAAA6AAAANAAAADQAAAA0AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADQAAAA0AAAANAAAADcAAAA3AAAANwAAADcAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAA0AAAANAAAADQAAAA3AAAANwAAADcAAAA3AAAAOgAAADoAAAA2AAAANgAAADYAAAA6AAAANgAAADoAAAA6AAAANAAAADQAAAA0AAAANwAAADcAAAA3AAAANwAAADoAAAA6AAAANgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAAA== - - ind: 0,-2 - tiles: JQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAlAAAAJQAAADoAAAA6AAAAOgAAACUAAAA6AAAANAAAADQAAAA0AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAJQAAACUAAAA6AAAAOgAAADoAAAAlAAAAJQAAADQAAAA0AAAANAAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAACUAAAAlAAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAANAAAADQAAAA0AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAADoAAAA2AAAAOgAAADQAAAA0AAAANAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAANgAAADoAAAA0AAAANAAAADQAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAOgAAADYAAAA6AAAANAAAADQAAAA0AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAADYAAAA6AAAAOgAAADQAAAA0AAAANAAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA2AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAANgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAAVAAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAFQAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAA2AAAANgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANwAAADcAAAA3AAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADcAAAA3AAAANwAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAAA== - - ind: 1,-2 - tiles: OgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAAAAAAAAAAAA2AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAAAAAAAAAAAAANgAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAAAAAAAAAAAADYAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAACUAAAAlAAAAOgAAADkAAAAAAAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAA6AAAAOgAAADoAAAAlAAAAJQAAADoAAAA5AAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAAlAAAAJQAAACUAAAA6AAAAOQAAAAAAAAA6AAAAOgAAACwAAAAsAAAALAAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAACUAAAAlAAAAOgAAADkAAAAAAAAAOgAAADoAAAAsAAAALAAAACwAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOQAAADoAAAA6AAAALAAAACwAAAAsAAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAACwAAAAsAAAALAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADcAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANwAAADcAAAA3AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADcAAAA3AAAANwAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: -1,1 - tiles: OgAAADQAAAAsAAAALAAAACwAAAA6AAAANAAAABoAAAA0AAAANAAAADQAAAA6AAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAABUAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAABUAAAAVAAAAFQAAABUAAAA6AAAAKgAAACoAAAAqAAAAKgAAADoAAAA6AAAAOAAAADoAAAA6AAAAOgAAADoAAAAVAAAAFQAAABUAAAAVAAAAOgAAACoAAAAqAAAAKgAAACoAAAA6AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAqAAAAKgAAACoAAAAqAAAAFQAAADgAAAA4AAAAOAAAADoAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA6AAAAKgAAACoAAAAqAAAAKgAAADoAAAA4AAAAOAAAADgAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAADoAAAAlAAAAJQAAACUAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAA2AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAJQAAACUAAAAlAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAACUAAAAlAAAAJQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOQAAADoAAAAlAAAAJQAAACUAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAABUAAAAVAAAAFQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAADkAAAA5AAAAOQAAADoAAAAVAAAAFQAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAFQAAABUAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAAVAAAAFQAAAA== - - ind: -2,1 - tiles: FwAAABcAAAAXAAAAFwAAADoAAAA2AAAAOgAAADoAAAA1AAAANQAAADUAAAA6AAAAOgAAADoAAAA6AAAAOgAAABcAAAAXAAAAFwAAABcAAAA6AAAANgAAADoAAAA6AAAANQAAADUAAAA1AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAAAAAAAAAAAAAAAAAAAAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAA6AAAANgAAADYAAAA2AAAANgAAADoAAAA2AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAOQAAADoAAAA5AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADkAAAA6AAAAAAAAAAAAAAA6AAAAGwAAADoAAAA2AAAANgAAADYAAAA2AAAAOgAAADoAAAA2AAAAOgAAADoAAAA5AAAAOgAAAAAAAAAAAAAAOgAAADoAAAA6AAAANgAAADYAAAA2AAAANgAAADoAAAA6AAAANgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAAOgAAADkAAAA6AAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOgAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAA6AAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 1,1 - tiles: NgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA2AAAAOgAAADYAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAANgAAADoAAAA2AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA6AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 0,2 - tiles: FQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 2,0 - tiles: NAAAADQAAAA0AAAANAAAADoAAAAVAAAAFQAAABUAAAAVAAAAOgAAADoAAAAVAAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAAOgAAADoAAAA6AAAAOgAAABUAAAA6AAAAOgAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAA0AAAANAAAADQAAAA0AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAACkAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAACkAAAApAAAAKQAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAKQAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAFQAAABUAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAAqAAAAKgAAACoAAAA6AAAANAAAADQAAAA0AAAAFQAAABUAAAAVAAAAOgAAADoAAAA6AAAANgAAADYAAAA6AAAAKgAAACoAAAAqAAAAKgAAADQAAAA0AAAANAAAADoAAAAVAAAAFQAAADoAAAA6AAAAOgAAADYAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAFQAAABUAAAA6AAAAOgAAADoAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAABUAAAAVAAAAOgAAADoAAAA6AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADoAAAAVAAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAADYAAAA6AAAAFQAAABUAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: 3,0 - tiles: FQAAADQAAAAVAAAAOgAAADoAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAAAAAAAAAAAABUAAAA0AAAAFQAAABUAAAAVAAAAFQAAADoAAAA0AAAANgAAADYAAAA2AAAANgAAADQAAAA6AAAAAAAAAAAAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADYAAAA2AAAAOgAAADYAAAA0AAAAOgAAADkAAAA5AAAANAAAADQAAAA0AAAAFQAAABUAAAAVAAAAOgAAADQAAAA2AAAANgAAADYAAAA2AAAANAAAADoAAAAAAAAAAAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAAAAAAAAAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADkAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAAAAAAAAAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAADkAAAA6AAAAFQAAABUAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAOgAAABUAAAAVAAAAOgAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAAVAAAAFQAAADoAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAFQAAABUAAAA6AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAOgAAABUAAAAVAAAAOgAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAAVAAAAFQAAADoAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOQAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 2,-1 - tiles: AAAAADkAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADYAAAA6AAAAOgAAADoAAAA2AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAA2AAAAOgAAADoAAAA6AAAANgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAANgAAADoAAAA6AAAAOgAAADYAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAADUAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA6AAAAOgAAADoAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA6AAAANgAAADYAAAA6AAAAOgAAAA== - - ind: -1,-2 - tiles: OgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAACUAAAAlAAAAJQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAAAAAAOQAAADoAAAAlAAAAJQAAACUAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA2AAAANgAAADYAAAA6AAAAOQAAADkAAAA6AAAAJQAAACUAAAAlAAAAOQAAADkAAAA5AAAAOgAAADoAAAA6AAAANgAAADYAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAANgAAADYAAAA2AAAAOgAAADYAAAA2AAAANgAAADYAAAAqAAAAKgAAACoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAACoAAAAqAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAqAAAAKgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAA3AAAAOgAAADoAAAA6AAAAOgAAADoAAAAOAAAADgAAAA4AAAA6AAAAOAAAADgAAAA4AAAAOAAAADoAAAA6AAAAFQAAABUAAAAVAAAAOgAAADoAAAA6AAAANgAAADYAAAA2AAAAOgAAABUAAAAVAAAAFQAAABUAAAA6AAAAOgAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADoAAAA3AAAAOgAAADoAAAA6AAAAOgAAABUAAAA6AAAAOgAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAAVAAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAABUAAAA6AAAAOgAAADoAAAAVAAAAFQAAABUAAAA6AAAAFQAAABUAAAAVAAAAFQAAABUAAAA6AAAANwAAADcAAAA3AAAANwAAADcAAAA3AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADcAAAA3AAAANwAAADcAAAA3AAAANwAAAA== - - ind: -2,-2 - tiles: FQAAABUAAAA6AAAAOQAAAAAAAAAAAAAAOQAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADYAAAA6AAAAOgAAADkAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAA2AAAAOgAAADoAAAA5AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAKQAAACkAAAApAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADcAAAA3AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAA3AAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAAlAAAAJQAAACUAAAA6AAAANgAAADoAAAA6AAAANwAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAJQAAACUAAAAlAAAAOgAAADYAAAA6AAAAOgAAADoAAAAVAAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAOgAAADgAAAA4AAAAOAAAADgAAAA2AAAAOgAAADoAAAAVAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA4AAAAOAAAADgAAAA6AAAANgAAADoAAAA6AAAAFQAAABUAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA6AAAAOgAAABUAAAAVAAAAAAAAAAAAAAAAAAAAOgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA2AAAAOgAAADoAAAAVAAAAFQAAAAAAAAAAAAAAOQAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADoAAAA6AAAAFQAAABUAAAAAAAAAAAAAADkAAAA6AAAANgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAABUAAAAVAAAAAAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAACYAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: -2,-1 - tiles: AAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADYAAAA2AAAANgAAAAAAAAAAAAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOQAAADkAAAA6AAAAOgAAADoAAAA2AAAANgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANgAAADYAAAA2AAAANgAAADYAAAA2AAAANgAAADYAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAFAAAABQAAAAnAAAAOgAAADoAAAAkAAAAJAAAACQAAAAkAAAAJAAAADQAAAA0AAAANAAAADQAAAA0AAAAFAAAABQAAAAUAAAAJwAAADoAAAA6AAAAJAAAACQAAAAkAAAAJAAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAAUAAAAFAAAACcAAAAUAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAABQAAAA6AAAAOgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAADQAAAA0AAAANAAAADQAAAA0AAAAOAAAADgAAAA4AAAAOgAAADYAAAA6AAAAOAAAADgAAAA4AAAAOAAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADgAAAA4AAAAOAAAADoAAAA2AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAADoAAAA6AAAAIgAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAADQAAAA0AAAANAAAADQAAAA6AAAAIgAAACIAAAAiAAAAIgAAACIAAAA6AAAAOAAAADgAAAA4AAAAOAAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAACIAAAAaAAAAGgAAABoAAAAiAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAAiAAAAGgAAABoAAAAaAAAAIgAAAA== - - ind: -3,0 - tiles: AAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAAAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAAAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOgAAADoAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADgAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAOQAAADkAAAA6AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAADgAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAAAAAAAA6AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAOgAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAAAAAAAA6AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAA6AAAAOgAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAOgAAADQAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAA0AAAANAAAADQAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAA5AAAAOQAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA6AAAAOgAAAA== - - ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAADoAAAA6AAAAOgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAOQAAADYAAAA2AAAANgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2AAAANgAAADYAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAADYAAAA2AAAAOgAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAADkAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAA6AAAANgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADoAAAA0AAAANAAAADQAAAA0AAAAOgAAADkAAAA5AAAAFQAAADQAAAAVAAAAOgAAADkAAAA5AAAAOgAAADoAAAA6AAAANAAAADQAAAA0AAAANAAAADoAAAA5AAAAOQAAAA== - - ind: 2,-2 - tiles: OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOgAAADoAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAABUAAAAVAAAAFQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOgAAADoAAAAVAAAAGgAAABoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAVAAAAFQAAABoAAAAcAAAAOgAAADoAAAAVAAAAOgAAADoAAAAVAAAAOgAAADQAAAAVAAAAOgAAABUAAAAVAAAAFQAAABoAAAAcAAAAHAAAABUAAAAVAAAAOgAAABUAAAAVAAAAOgAAABUAAAAVAAAAFQAAABUAAAAVAAAAOgAAABUAAAAaAAAAHAAAABwAAAAVAAAAOgAAADoAAAAVAAAAFQAAABUAAAAVAAAAOgAAADoAAAAVAAAAFQAAABUAAAAVAAAAGgAAABwAAAAcAAAAFQAAABUAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAFQAAABUAAAAaAAAAHAAAABUAAAAVAAAAOgAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOgAAADoAAAAVAAAAGgAAABoAAAA6AAAAFQAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAFQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAA== - - ind: 5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 5,0 - tiles: OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 3,-2 - tiles: OgAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAAVAAAAFQAAADoAAAA6AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAFQAAABUAAAAVAAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAABoAAAAaAAAAFQAAABUAAAAVAAAAOgAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAcAAAAHAAAABoAAAAaAAAAFQAAADoAAAA6AAAAOQAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAHAAAABwAAAAcAAAAGgAAABUAAAAVAAAAOgAAADoAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAaAAAAFQAAABUAAAA6AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAGgAAABUAAAAVAAAAOgAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAHAAAABwAAAAcAAAAHAAAABoAAAAVAAAAFQAAADoAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABoAAAAVAAAAFQAAADoAAAA6AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAcAAAAHAAAABoAAAAaAAAAFQAAADoAAAA6AAAAOQAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAGgAAABoAAAAVAAAAFQAAABUAAAA6AAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAABUAAAAVAAAAFQAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAAVAAAAFQAAADoAAAA6AAAAOQAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAFQAAABUAAAA6AAAAAAAAADkAAAA6AAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAABUAAAAVAAAAOgAAAAAAAAA5AAAAOgAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADoAAAAAAAAAOQAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAAAAAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAAAAAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAADoAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAAAAAAAAAAAAAOgAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAA5AAAAOgAAADkAAAA6AAAAOQAAADoAAAAAAAAAAAAAAA== - - ind: 2,1 - tiles: OgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAAqAAAAOgAAACoAAAA6AAAAKgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 3,1 - tiles: OgAAADoAAAA6AAAAOQAAADoAAAA6AAAAOgAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA6AAAAOgAAADkAAAA6AAAAOgAAADoAAAA5AAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA5AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAANgAAADYAAAA2AAAANgAAADYAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAOgAAAA== - - ind: 4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAAA== - - ind: 4,0 - tiles: OQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAADkAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAA== - - ind: -3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAOQAAADkAAAA5AAAAOQAAADoAAAAVAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAADkAAAA6AAAAOgAAADoAAAA6AAAAFQAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAAAAAAAA5AAAAOgAAADgAAAA4AAAAOAAAADgAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADoAAAA4AAAAOAAAADgAAAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAA5AAAAAAAAADkAAAA6AAAAOAAAADgAAAA4AAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAOQAAAAAAAAA5AAAAOgAAACUAAAAlAAAAJQAAADgAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAADkAAAAAAAAAOQAAADoAAAAlAAAAJQAAACUAAAA6AAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA6AAAAJQAAACUAAAAlAAAAOgAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAACUAAAAlAAAAJQAAADoAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADoAAAA6AAAAOgAAADoAAAA6AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - - ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADoAAAAVAAAAFQAAAA== - - ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAADkAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAA5AAAAOQAAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAA6AAAAOgAAADoAAAA5AAAAAAAAAAAAAAA5AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAOgAAADoAAAA6AAAAFQAAABUAAAA6AAAAOQAAAAAAAAAAAAAAOQAAADoAAAA6AAAAOgAAADoAAAA2AAAANgAAADYAAAA2AAAANgAAAA== -entities: -- uid: 0 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,5.5 - parent: 852 - type: Transform -- uid: 1 - type: GasPipeBend - components: - - pos: 39.5,23.5 - parent: 852 - type: Transform -- uid: 2 - type: Catwalk - components: - - pos: -3.5,21.5 - parent: 852 - type: Transform -- uid: 3 - type: ReinforcedWindow - components: - - pos: 13.5,-4.5 - parent: 852 - type: Transform -- uid: 4 - type: AtmosFixOxygenMarker - components: - - pos: 34.5,21.5 - parent: 852 - type: Transform -- uid: 5 - type: CableApcExtension - components: - - pos: 13.5,-9.5 - parent: 852 - type: Transform -- uid: 6 - type: Grille - components: - - pos: 18.5,-18.5 - parent: 852 - type: Transform -- uid: 7 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 40.5,23.5 - parent: 852 - type: Transform -- uid: 8 - type: WallSolid - components: - - pos: -10.5,-29.5 - parent: 852 - type: Transform -- uid: 9 - type: BoxLatexGloves - components: - - pos: 21.584303,-4.310457 - parent: 852 - type: Transform -- uid: 10 - type: RadiationCollector - components: - - pos: 64.5,-0.5 - parent: 852 - type: Transform -- uid: 11 - type: CableHV - components: - - pos: -12.5,-19.5 - parent: 852 - type: Transform -- uid: 12 - type: ToolboxElectricalFilled - components: - - pos: -29.499815,8.100836 - parent: 852 - type: Transform -- uid: 13 - type: FirelockElectronics - components: - - pos: -29.687315,9.038336 - parent: 852 - type: Transform -- uid: 14 - type: SecurityTechFab - components: - - pos: -13.5,18.5 - parent: 852 - type: Transform - - materialWhiteList: - - Glass - - Plastic - - Steel - type: MaterialStorage -- uid: 15 - type: MopItem - components: - - pos: 25.68625,0.6714213 - parent: 852 - type: Transform -- uid: 16 - type: WarningAir - components: - - pos: 37.5,20.5 - parent: 852 - type: Transform -- uid: 17 - type: GasMinerOxygen - components: - - pos: 34.5,22.5 - parent: 852 - type: Transform -- uid: 18 - type: CableApcExtension - components: - - pos: -13.5,10.5 - parent: 852 - type: Transform -- uid: 19 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 46.5,23.5 - parent: 852 - type: Transform -- uid: 20 - type: CarpetBlue - components: - - pos: 11.5,23.5 - parent: 852 - type: Transform -- uid: 21 - type: GasPipeBend - components: - - pos: 41.5,23.5 - parent: 852 - type: Transform -- uid: 22 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 852 - type: Transform -- uid: 23 - type: CableHV - components: - - pos: 19.5,-30.5 - parent: 852 - type: Transform -- uid: 24 - type: MagazinePistolSubMachineGunTopMounted - components: - - pos: -14.24543,19.569979 - parent: 852 - type: Transform - - unspawnedCount: 30 - type: BallisticAmmoProvider - - containers: - ballistic-ammo: !type:Container - ents: [] - type: ContainerContainer -- uid: 25 - type: BoxShotgunIncendiary - components: - - pos: -11.462591,18.639452 - parent: 852 - type: Transform - - unspawnedCount: 12 - type: BallisticAmmoProvider -- uid: 26 - type: WallSolid - components: - - pos: 15.5,-18.5 - parent: 852 - type: Transform -- uid: 27 - type: Skub - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-15.5 - parent: 852 - type: Transform -- uid: 28 - type: Chair - components: - - pos: 11.5,1.5 - parent: 852 - type: Transform -- uid: 29 - type: CableHV - components: - - pos: 19.5,-29.5 - parent: 852 - type: Transform -- uid: 30 - type: WallReinforced - components: - - pos: 27.5,14.5 - parent: 852 - type: Transform -- uid: 31 - type: ReinforcedWindow - components: - - pos: -7.5,-30.5 - parent: 852 - type: Transform -- uid: 32 - type: WallReinforced - components: - - pos: -10.5,-30.5 - parent: 852 - type: Transform -- uid: 33 - type: WeaponLaserCarbine - components: - - pos: -14.437499,19.983202 - parent: 852 - type: Transform -- uid: 34 - type: WallReinforced - components: - - pos: 20.5,-0.5 - parent: 852 - type: Transform -- uid: 35 - type: WaterCooler - components: - - pos: -6.5,17.5 - parent: 852 - type: Transform -- uid: 36 - type: TableReinforced - components: - - pos: -11.5,19.5 - parent: 852 - type: Transform -- uid: 37 - type: SpawnMobMcGriff - components: - - pos: -1.5,8.5 - parent: 852 - type: Transform -- uid: 38 - type: WallReinforced - components: - - pos: 39.5,22.5 - parent: 852 - type: Transform -- uid: 39 - type: SpawnPointCaptain - components: - - pos: 11.5,24.5 - parent: 852 - type: Transform -- uid: 40 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 852 - type: Transform -- uid: 41 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -25.5,6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 42 - type: WeaponShotgunKammerer - components: - - pos: -11.415716,19.405077 - parent: 852 - type: Transform - - unspawnedCount: 4 - type: BallisticAmmoProvider -- uid: 43 - type: SheetSteel - components: - - pos: -11.556341,19.655077 - parent: 852 - type: Transform -- uid: 44 - type: BiomassReclaimer - components: - - pos: 8.5,-17.5 - parent: 852 - type: Transform -- uid: 45 - type: BoxSterileMask - components: - - pos: 21.350922,-4.296852 - parent: 852 - type: Transform -- uid: 46 - type: BoxBeanbag - components: - - pos: -11.415716,18.436327 - parent: 852 - type: Transform - - unspawnedCount: 12 - type: BallisticAmmoProvider -- uid: 47 - type: Grille - components: - - pos: 19.5,20.5 - parent: 852 - type: Transform -- uid: 48 - type: CableMVStack - components: - - pos: 48.35775,5.619252 - parent: 852 - type: Transform -- uid: 49 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 42.5,23.5 - parent: 852 - type: Transform -- uid: 50 - type: WallReinforced - components: - - pos: 35.5,23.5 - parent: 852 - type: Transform -- uid: 51 - type: CableApcExtension - components: - - pos: 12.5,-9.5 - parent: 852 - type: Transform -- uid: 52 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 38.5,23.5 - parent: 852 - type: Transform -- uid: 53 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 10.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 54 - type: WeaponSubMachineGunVector - components: - - pos: -14.406249,21.639452 - parent: 852 - type: Transform -- uid: 55 - type: FirelockElectronics - components: - - pos: -29.42169,8.819586 - parent: 852 - type: Transform -- uid: 56 - type: MagazineMagnumSubMachineGun - components: - - pos: -13.293642,21.563671 - parent: 852 - type: Transform - - unspawnedCount: 25 - type: BallisticAmmoProvider -- uid: 57 - type: GasPipeStraight - components: - - pos: 8.5,18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 58 - type: AirlockMaintSalvageLocked - components: - - pos: 26.5,14.5 - parent: 852 - type: Transform -- uid: 59 - type: WallReinforced - components: - - pos: 35.5,20.5 - parent: 852 - type: Transform -- uid: 60 - type: SpawnMobDrone - components: - - pos: 27.5,1.5 - parent: 852 - type: Transform -- uid: 61 - type: DisposalBend - components: - - rot: 3.141592653589793 rad - pos: 3.5,-27.5 - parent: 852 - type: Transform -- uid: 62 - type: WarningO2 - components: - - pos: 35.5,20.5 - parent: 852 - type: Transform -- uid: 63 - type: CarpetBlue - components: - - pos: 7.5,23.5 - parent: 852 - type: Transform -- uid: 64 - type: Grille - components: - - pos: 5.5,-4.5 - parent: 852 - type: Transform -- uid: 65 - type: GasVentPump - components: - - pos: 15.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 66 - type: ConveyorBelt - components: - - pos: 20.5,22.5 - parent: 852 - type: Transform - - inputs: - Reverse: - - port: Right - uid: 7550 - Forward: - - port: Left - uid: 7550 - Off: - - port: Middle - uid: 7550 - type: SignalReceiver -- uid: 67 - type: ToyRubberDuck - components: - - pos: 12.492016,27.532398 - parent: 852 - type: Transform -- uid: 68 - type: SurveillanceCameraCommand - components: - - rot: 1.5707963267948966 rad - pos: 4.5,24.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Bridge Entrance - type: SurveillanceCamera -- uid: 69 - type: CableApcExtension - components: - - pos: 44.5,24.5 - parent: 852 - type: Transform -- uid: 70 - type: CarpetBlue - components: - - pos: 24.5,-15.5 - parent: 852 - type: Transform -- uid: 71 - type: ReinforcedWindow - components: - - pos: -6.5,-30.5 - parent: 852 - type: Transform -- uid: 72 - type: WallReinforced - components: - - pos: -10.5,-33.5 - parent: 852 - type: Transform -- uid: 73 - type: CarpetBlue - components: - - pos: 11.5,24.5 - parent: 852 - type: Transform -- uid: 74 - type: WallReinforced - components: - - pos: 39.5,23.5 - parent: 852 - type: Transform -- uid: 75 - type: SurveillanceCameraCommand - components: - - rot: -1.5707963267948966 rad - pos: 7.5,18.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HoP Office - type: SurveillanceCamera -- uid: 76 - type: WallSolidRust - components: - - pos: -26.5,-13.5 - parent: 852 - type: Transform -- uid: 77 - type: BoxFlashbang - components: - - pos: -11.474484,16.713373 - parent: 852 - type: Transform -- uid: 78 - type: Grille - components: - - pos: 5.5,-5.5 - parent: 852 - type: Transform -- uid: 79 - type: WallSolidRust - components: - - pos: -20.5,-15.5 - parent: 852 - type: Transform -- uid: 80 - type: ClothingUnderSocksCoder - components: - - rot: 4.371139006309477E-08 rad - pos: 47.437466,-6.6893435 - parent: 852 - type: Transform -- uid: 81 - type: AtmosFixOxygenMarker - components: - - pos: 34.5,22.5 - parent: 852 - type: Transform -- uid: 82 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 852 - type: Transform -- uid: 83 - type: WallReinforced - components: - - pos: 13.5,2.5 - parent: 852 - type: Transform -- uid: 84 - type: LockerSyndicatePersonal - components: - - pos: -11.5,21.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 7797 - - 5153 - - 4294 - type: ContainerContainer -- uid: 85 - type: WeaponLaserCarbine - components: - - pos: -14.421874,20.186327 - parent: 852 - type: Transform -- uid: 86 - type: APCElectronics - components: - - pos: -29.64044,9.647711 - parent: 852 - type: Transform -- uid: 87 - type: OxygenCanister - components: - - pos: 34.5,23.5 - parent: 852 - type: Transform -- uid: 88 - type: APCElectronics - components: - - pos: -29.406065,9.491461 - parent: 852 - type: Transform -- uid: 89 - type: ReinforcedWindow - components: - - pos: -6.5,-29.5 - parent: 852 - type: Transform -- uid: 90 - type: SpawnMobPossumMorty - components: - - pos: 14.5,-15.5 - parent: 852 - type: Transform -- uid: 91 - type: CarpetSBlue - components: - - pos: 9.5,19.5 - parent: 852 - type: Transform -- uid: 92 - type: MedkitCombatFilled - components: - - pos: 24.558079,-12.535425 - parent: 852 - type: Transform -- uid: 93 - type: AirCanister - components: - - pos: 36.5,23.5 - parent: 852 - type: Transform -- uid: 94 - type: CableApcStack - components: - - pos: 48.373375,5.713002 - parent: 852 - type: Transform -- uid: 95 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 15.5,-11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 96 - type: CableMV - components: - - pos: 42.5,1.5 - parent: 852 - type: Transform -- uid: 97 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 98 - type: NitrogenCanister - components: - - pos: 32.5,23.5 - parent: 852 - type: Transform -- uid: 99 - type: SpawnMobDrone - components: - - pos: 28.5,1.5 - parent: 852 - type: Transform -- uid: 100 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 3.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 101 - type: WallReinforced - components: - - pos: 28.5,14.5 - parent: 852 - type: Transform -- uid: 102 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 852 - type: Transform -- uid: 103 - type: CableApcExtension - components: - - pos: 28.5,1.5 - parent: 852 - type: Transform -- uid: 104 - type: CableHV - components: - - pos: 21.5,-29.5 - parent: 852 - type: Transform -- uid: 105 - type: WallReinforced - components: - - pos: -12.5,-28.5 - parent: 852 - type: Transform -- uid: 106 - type: CableApcExtension - components: - - pos: 8.5,28.5 - parent: 852 - type: Transform -- uid: 107 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 852 - type: Transform -- uid: 108 - type: VendingMachineCigs - components: - - name: cigarette machine - type: MetaData - - pos: -2.5,1.5 - parent: 852 - type: Transform -- uid: 109 - type: GasPipeStraight - components: - - pos: 39.5,20.5 - parent: 852 - type: Transform -- uid: 110 - type: GasPipeStraight - components: - - pos: 39.5,19.5 - parent: 852 - type: Transform -- uid: 111 - type: GasPipeStraight - components: - - pos: 41.5,18.5 - parent: 852 - type: Transform -- uid: 112 - type: WallSolid - components: - - pos: 16.5,-16.5 - parent: 852 - type: Transform -- uid: 113 - type: MaintenanceFluffSpawner - components: - - pos: -29.5,-5.5 - parent: 852 - type: Transform -- uid: 114 - type: WallReinforced - components: - - pos: 29.5,9.5 - parent: 852 - type: Transform -- uid: 115 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 11.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 116 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 12.5,26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 117 - type: FoodBoxDonkpocket - components: - - pos: -7.4998503,-29.362736 - parent: 852 - type: Transform -- uid: 118 - type: WallSolid - components: - - pos: 16.5,-17.5 - parent: 852 - type: Transform -- uid: 119 - type: CarpetOrange - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 852 - type: Transform -- uid: 120 - type: TableReinforced - components: - - pos: -13.5,16.5 - parent: 852 - type: Transform -- uid: 121 - type: WallReinforced - components: - - pos: -14.5,26.5 - parent: 852 - type: Transform -- uid: 122 - type: WallReinforced - components: - - pos: -13.5,26.5 - parent: 852 - type: Transform -- uid: 123 - type: RandomDrinkGlass - components: - - pos: -3.5,-4.5 - parent: 852 - type: Transform -- uid: 124 - type: AirlockMedicalGlassLocked - components: - - pos: 10.5,-6.5 - parent: 852 - type: Transform -- uid: 125 - type: ReinforcedWindow - components: - - pos: 11.5,-6.5 - parent: 852 - type: Transform -- uid: 126 - type: WallSolid - components: - - pos: 7.5,-6.5 - parent: 852 - type: Transform -- uid: 127 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 44.5,23.5 - parent: 852 - type: Transform -- uid: 128 - type: CableHV - components: - - pos: -25.5,18.5 - parent: 852 - type: Transform -- uid: 129 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 39.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 130 - type: CableHV - components: - - pos: 21.5,-28.5 - parent: 852 - type: Transform -- uid: 131 - type: CableApcExtension - components: - - pos: 24.5,15.5 - parent: 852 - type: Transform -- uid: 132 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 36.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 133 - type: VendingMachineSnack - components: - - pos: -22.5,0.5 - parent: 852 - type: Transform -- uid: 134 - type: ClothingBackpackDuffel - components: - - pos: 29.55824,1.3120463 - parent: 852 - type: Transform -- uid: 135 - type: ClothingBackpackDuffelSurgeryFilled - components: - - pos: 19.48091,-22.183224 - parent: 852 - type: Transform -- uid: 136 - type: WallSolid - components: - - pos: 16.5,-18.5 - parent: 852 - type: Transform -- uid: 137 - type: SpawnPointSalvageSpecialist - components: - - pos: 27.5,16.5 - parent: 852 - type: Transform -- uid: 138 - type: SheetGlass - components: - - pos: 18.52295,8.015554 - parent: 852 - type: Transform -- uid: 139 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -5.5,-14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 140 - type: CableHV - components: - - pos: -22.5,21.5 - parent: 852 - type: Transform -- uid: 141 - type: SignDirectionalEng - components: - - rot: 1.5707963267948966 rad - pos: 5.5,6.5 - parent: 852 - type: Transform -- uid: 142 - type: SignBridge - components: - - pos: 5.5,22.5 - parent: 852 - type: Transform -- uid: 143 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 144 - type: WallSolid - components: - - pos: -15.5,-1.5 - parent: 852 - type: Transform -- uid: 145 - type: SignScience - components: - - pos: 0.5,-18.5 - parent: 852 - type: Transform -- uid: 146 - type: SignDirectionalSupply - components: - - rot: 1.5707963267948966 rad - pos: 5.498553,6.247388 - parent: 852 - type: Transform -- uid: 147 - type: SignGravity - components: - - pos: 48.5,-1.5 - parent: 852 - type: Transform -- uid: 148 - type: ToySpawner - components: - - pos: -30.5,-2.5 - parent: 852 - type: Transform -- uid: 149 - type: AirlockCaptainLocked - components: - - name: Captain's Bathroom - type: MetaData - - pos: 12.5,25.5 - parent: 852 - type: Transform -- uid: 150 - type: SignEVA - components: - - pos: 10.5,6.5 - parent: 852 - type: Transform -- uid: 151 - type: ReinforcedWindow - components: - - pos: -1.5,12.5 - parent: 852 - type: Transform -- uid: 152 - type: CableMVStack - components: - - pos: 27.261366,0.5307963 - parent: 852 - type: Transform -- uid: 153 - type: VendingMachineCart - components: - - pos: 10.5,21.5 - parent: 852 - type: Transform -- uid: 154 - type: APCBasic - components: - - pos: 7.5,-18.5 - parent: 852 - type: Transform - - startingCharge: 1250.683 - type: Battery - - loadingNetworkDemand: 10 - currentSupply: 10 - supplyRampPosition: 10 - type: PowerNetworkBattery -- uid: 155 - type: Grille - components: - - pos: 44.5,-20.5 - parent: 852 - type: Transform -- uid: 156 - type: Grille - components: - - pos: 45.5,-19.5 - parent: 852 - type: Transform -- uid: 157 - type: SignDirectionalBridge - components: - - rot: 1.5707963267948966 rad - pos: -21.482899,6.2720566 - parent: 852 - type: Transform -- uid: 158 - type: SignToolStorage - components: - - pos: -25.5,7.5 - parent: 852 - type: Transform -- uid: 159 - type: GasPipeStraight - components: - - pos: 39.5,21.5 - parent: 852 - type: Transform -- uid: 160 - type: Grille - components: - - pos: -1.5,13.5 - parent: 852 - type: Transform -- uid: 161 - type: PottedPlantRandom - components: - - pos: 12.5,1.485029 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 162 - type: WarpPoint - components: - - pos: 9.5,-26.5 - parent: 852 - type: Transform - - location: library - type: WarpPoint -- uid: 163 - type: WallReinforced - components: - - pos: 20.5,-1.5 - parent: 852 - type: Transform -- uid: 164 - type: CableApcExtension - components: - - pos: 16.5,-1.5 - parent: 852 - type: Transform -- uid: 165 - type: WallSolid - components: - - rot: 3.141592653589793 rad - pos: -31.5,1.5 - parent: 852 - type: Transform -- uid: 166 - type: DisposalJunctionFlipped - components: - - rot: 4.71238902409608 rad - pos: 34.5,3.5 - parent: 852 - type: Transform -- uid: 167 - type: DisposalJunction - components: - - rot: 4.71238902409608 rad - pos: 24.5,3.5 - parent: 852 - type: Transform -- uid: 168 - type: CableApcExtension - components: - - rot: 3.141592653589793 rad - pos: 13.5,1.5 - parent: 852 - type: Transform -- uid: 169 - type: DisposalJunctionFlipped - components: - - rot: 4.71238902409608 rad - pos: 12.5,3.5 - parent: 852 - type: Transform -- uid: 170 - type: DisposalJunction - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,17.5 - parent: 852 - type: Transform -- uid: 171 - type: DisposalJunctionFlipped - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,11.5 - parent: 852 - type: Transform -- uid: 172 - type: DisposalJunctionFlipped - components: - - rot: 4.71238902409608 rad - pos: -10.5,-15.5 - parent: 852 - type: Transform -- uid: 173 - type: DisposalJunction - components: - - rot: 3.141592697301183 rad - pos: -17.5,-15.5 - parent: 852 - type: Transform -- uid: 174 - type: DisposalYJunction - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-10.5 - parent: 852 - type: Transform -- uid: 175 - type: DisposalJunctionFlipped - components: - - rot: 1.5707963705062866 rad - pos: -27.5,-10.5 - parent: 852 - type: Transform -- uid: 176 - type: DisposalJunction - components: - - rot: 4.71238902409608 rad - pos: -28.5,3.5 - parent: 852 - type: Transform -- uid: 177 - type: DisposalJunction - components: - - rot: 4.71238902409608 rad - pos: -22.5,3.5 - parent: 852 - type: Transform -- uid: 178 - type: DisposalTrunk - components: - - rot: 3.141592653589793 rad - pos: -11.5,1.5 - parent: 852 - type: Transform -- uid: 179 - type: Firelock - components: - - pos: -10.5,4.5 - parent: 852 - type: Transform -- uid: 180 - type: DisposalJunction - components: - - rot: 4.71238902409608 rad - pos: 2.5,3.5 - parent: 852 - type: Transform -- uid: 181 - type: DisposalJunctionFlipped - components: - - rot: 4.71238902409608 rad - pos: 3.5,3.5 - parent: 852 - type: Transform -- uid: 182 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-14.5 - parent: 852 - type: Transform -- uid: 183 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-13.5 - parent: 852 - type: Transform -- uid: 184 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-12.5 - parent: 852 - type: Transform -- uid: 185 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-11.5 - parent: 852 - type: Transform -- uid: 186 - type: DisposalTrunk - components: - - rot: 3.141592697301183 rad - pos: -17.5,-22.5 - parent: 852 - type: Transform -- uid: 187 - type: DisposalUnit - components: - - pos: -17.5,-22.5 - parent: 852 - type: Transform -- uid: 188 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -16.5,-15.5 - parent: 852 - type: Transform -- uid: 189 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,5.5 - parent: 852 - type: Transform -- uid: 190 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,6.5 - parent: 852 - type: Transform -- uid: 191 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,7.5 - parent: 852 - type: Transform -- uid: 192 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,8.5 - parent: 852 - type: Transform -- uid: 193 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,9.5 - parent: 852 - type: Transform -- uid: 194 - type: VendingMachineYouTool - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,11.5 - parent: 852 - type: Transform -- uid: 195 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,11.5 - parent: 852 - type: Transform -- uid: 196 - type: DisposalBend - components: - - rot: 4.71238902409608 rad - pos: -8.5,-15.5 - parent: 852 - type: Transform -- uid: 197 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-16.5 - parent: 852 - type: Transform -- uid: 198 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: 0.5,17.5 - parent: 852 - type: Transform -- uid: 199 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -0.5,17.5 - parent: 852 - type: Transform -- uid: 200 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -1.5,17.5 - parent: 852 - type: Transform -- uid: 201 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -2.5,17.5 - parent: 852 - type: Transform -- uid: 202 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -3.5,17.5 - parent: 852 - type: Transform -- uid: 203 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -4.5,17.5 - parent: 852 - type: Transform -- uid: 204 - type: DisposalTrunk - components: - - rot: 1.5707963705062866 rad - pos: -5.5,17.5 - parent: 852 - type: Transform -- uid: 205 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,17.5 - parent: 852 - type: Transform -- uid: 206 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-17.5 - parent: 852 - type: Transform -- uid: 207 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 4.5,11.5 - parent: 852 - type: Transform -- uid: 208 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 5.5,11.5 - parent: 852 - type: Transform -- uid: 209 - type: DisposalTrunk - components: - - rot: 4.71238902409608 rad - pos: 6.5,11.5 - parent: 852 - type: Transform -- uid: 210 - type: DisposalUnit - components: - - pos: 6.5,11.5 - parent: 852 - type: Transform -- uid: 211 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-18.5 - parent: 852 - type: Transform -- uid: 212 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,5.5 - parent: 852 - type: Transform -- uid: 213 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,6.5 - parent: 852 - type: Transform -- uid: 214 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,7.5 - parent: 852 - type: Transform -- uid: 215 - type: DisposalTrunk - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,8.5 - parent: 852 - type: Transform -- uid: 216 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,8.5 - parent: 852 - type: Transform -- uid: 217 - type: RCD - components: - - pos: 40.58041,-1.3954797 - parent: 852 - type: Transform -- uid: 218 - type: CableApcExtension - components: - - pos: -6.5,4.5 - parent: 852 - type: Transform -- uid: 219 - type: WallReinforced - components: - - pos: -10.5,6.5 - parent: 852 - type: Transform -- uid: 220 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-19.5 - parent: 852 - type: Transform -- uid: 221 - type: DisposalPipe - components: - - pos: -23.5,-13.5 - parent: 852 - type: Transform -- uid: 222 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-20.5 - parent: 852 - type: Transform -- uid: 223 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,1.5 - parent: 852 - type: Transform -- uid: 224 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,0.5 - parent: 852 - type: Transform -- uid: 225 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,-0.5 - parent: 852 - type: Transform -- uid: 226 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,-1.5 - parent: 852 - type: Transform -- uid: 227 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,-2.5 - parent: 852 - type: Transform -- uid: 228 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,-3.5 - parent: 852 - type: Transform -- uid: 229 - type: DisposalTrunk - components: - - rot: 3.141592697301183 rad - pos: 34.5,-4.5 - parent: 852 - type: Transform -- uid: 230 - type: DisposalUnit - components: - - pos: 34.5,-4.5 - parent: 852 - type: Transform -- uid: 231 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 30.5,3.5 - parent: 852 - type: Transform -- uid: 232 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 36.5,3.5 - parent: 852 - type: Transform -- uid: 233 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 35.5,3.5 - parent: 852 - type: Transform -- uid: 234 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 34.5,2.5 - parent: 852 - type: Transform -- uid: 235 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 33.5,3.5 - parent: 852 - type: Transform -- uid: 236 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 32.5,3.5 - parent: 852 - type: Transform -- uid: 237 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 31.5,3.5 - parent: 852 - type: Transform -- uid: 238 - type: DisposalBend - components: - - rot: 4.71238902409608 rad - pos: 37.5,3.5 - parent: 852 - type: Transform -- uid: 239 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,4.5 - parent: 852 - type: Transform -- uid: 240 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,5.5 - parent: 852 - type: Transform -- uid: 241 - type: DisposalTrunk - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,6.5 - parent: 852 - type: Transform -- uid: 242 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,6.5 - parent: 852 - type: Transform -- uid: 243 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: 1.5,28.5 - parent: 852 - type: Transform -- uid: 244 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,5.5 - parent: 852 - type: Transform -- uid: 245 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,6.5 - parent: 852 - type: Transform -- uid: 246 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,7.5 - parent: 852 - type: Transform -- uid: 247 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,8.5 - parent: 852 - type: Transform -- uid: 248 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,9.5 - parent: 852 - type: Transform -- uid: 249 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,10.5 - parent: 852 - type: Transform -- uid: 250 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 3.5,11.5 - parent: 852 - type: Transform -- uid: 251 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,12.5 - parent: 852 - type: Transform -- uid: 252 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,13.5 - parent: 852 - type: Transform -- uid: 253 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,14.5 - parent: 852 - type: Transform -- uid: 254 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,15.5 - parent: 852 - type: Transform -- uid: 255 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,16.5 - parent: 852 - type: Transform -- uid: 256 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: 1.5,17.5 - parent: 852 - type: Transform -- uid: 257 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,18.5 - parent: 852 - type: Transform -- uid: 258 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,19.5 - parent: 852 - type: Transform -- uid: 259 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,20.5 - parent: 852 - type: Transform -- uid: 260 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,21.5 - parent: 852 - type: Transform -- uid: 261 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,22.5 - parent: 852 - type: Transform -- uid: 262 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,23.5 - parent: 852 - type: Transform -- uid: 263 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,24.5 - parent: 852 - type: Transform -- uid: 264 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,25.5 - parent: 852 - type: Transform -- uid: 265 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,26.5 - parent: 852 - type: Transform -- uid: 266 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,27.5 - parent: 852 - type: Transform -- uid: 267 - type: DoubleEmergencyOxygenTankFilled - components: - - pos: 10.6550455,10.447005 - parent: 852 - type: Transform -- uid: 268 - type: DisposalBend - components: - - pos: 2.5,28.5 - parent: 852 - type: Transform -- uid: 269 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -17.5,-21.5 - parent: 852 - type: Transform -- uid: 270 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: 0.5,28.5 - parent: 852 - type: Transform -- uid: 271 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: -0.5,28.5 - parent: 852 - type: Transform -- uid: 272 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: -1.5,28.5 - parent: 852 - type: Transform -- uid: 273 - type: DisposalTrunk - components: - - rot: 1.5707963267948966 rad - pos: -2.5,28.5 - parent: 852 - type: Transform -- uid: 274 - type: DisposalUnit - components: - - pos: -2.5,28.5 - parent: 852 - type: Transform -- uid: 275 - type: TableReinforced - components: - - pos: 5.5,31.5 - parent: 852 - type: Transform -- uid: 276 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -18.5,-10.5 - parent: 852 - type: Transform -- uid: 277 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-8.5 - parent: 852 - type: Transform -- uid: 278 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-7.5 - parent: 852 - type: Transform -- uid: 279 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-6.5 - parent: 852 - type: Transform -- uid: 280 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-5.5 - parent: 852 - type: Transform -- uid: 281 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-4.5 - parent: 852 - type: Transform -- uid: 282 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-3.5 - parent: 852 - type: Transform -- uid: 283 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-2.5 - parent: 852 - type: Transform -- uid: 284 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-1.5 - parent: 852 - type: Transform -- uid: 285 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-0.5 - parent: 852 - type: Transform -- uid: 286 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,0.5 - parent: 852 - type: Transform -- uid: 287 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,1.5 - parent: 852 - type: Transform -- uid: 288 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,2.5 - parent: 852 - type: Transform -- uid: 289 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-10.5 - parent: 852 - type: Transform -- uid: 290 - type: CableHV - components: - - pos: 3.5,-20.5 - parent: 852 - type: Transform -- uid: 291 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 5.5,-11.5 - parent: 852 - type: Transform -- uid: 292 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 6.5,-11.5 - parent: 852 - type: Transform -- uid: 293 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 7.5,-11.5 - parent: 852 - type: Transform -- uid: 294 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 8.5,-11.5 - parent: 852 - type: Transform -- uid: 295 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 4.5,-11.5 - parent: 852 - type: Transform -- uid: 296 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 9.5,-11.5 - parent: 852 - type: Transform -- uid: 297 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 10.5,-11.5 - parent: 852 - type: Transform -- uid: 298 - type: DisposalTrunk - components: - - rot: 4.71238902409608 rad - pos: 11.5,-11.5 - parent: 852 - type: Transform -- uid: 299 - type: DisposalUnit - components: - - pos: 11.5,-11.5 - parent: 852 - type: Transform -- uid: 300 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -19.5,-10.5 - parent: 852 - type: Transform -- uid: 301 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 12.5,1.5 - parent: 852 - type: Transform -- uid: 302 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 12.5,0.5 - parent: 852 - type: Transform -- uid: 303 - type: Poweredlight - components: - - pos: 8.5,21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 304 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 852 - type: Transform -- uid: 305 - type: WallReinforced - components: - - pos: -1.5,11.5 - parent: 852 - type: Transform -- uid: 306 - type: WallReinforced - components: - - pos: 40.5,1.5 - parent: 852 - type: Transform -- uid: 307 - type: ReinforcedWindow - components: - - pos: 32.5,1.5 - parent: 852 - type: Transform -- uid: 308 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 5.5,3.5 - parent: 852 - type: Transform -- uid: 309 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 6.5,3.5 - parent: 852 - type: Transform -- uid: 310 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 7.5,3.5 - parent: 852 - type: Transform -- uid: 311 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 8.5,3.5 - parent: 852 - type: Transform -- uid: 312 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 9.5,3.5 - parent: 852 - type: Transform -- uid: 313 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 10.5,3.5 - parent: 852 - type: Transform -- uid: 314 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 11.5,3.5 - parent: 852 - type: Transform -- uid: 315 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 12.5,2.5 - parent: 852 - type: Transform -- uid: 316 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 13.5,3.5 - parent: 852 - type: Transform -- uid: 317 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 14.5,3.5 - parent: 852 - type: Transform -- uid: 318 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 15.5,3.5 - parent: 852 - type: Transform -- uid: 319 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 16.5,3.5 - parent: 852 - type: Transform -- uid: 320 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 17.5,3.5 - parent: 852 - type: Transform -- uid: 321 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 18.5,3.5 - parent: 852 - type: Transform -- uid: 322 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 19.5,3.5 - parent: 852 - type: Transform -- uid: 323 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 20.5,3.5 - parent: 852 - type: Transform -- uid: 324 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 21.5,3.5 - parent: 852 - type: Transform -- uid: 325 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 22.5,3.5 - parent: 852 - type: Transform -- uid: 326 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 23.5,3.5 - parent: 852 - type: Transform -- uid: 327 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,4.5 - parent: 852 - type: Transform -- uid: 328 - type: Firelock - components: - - pos: -22.5,14.5 - parent: 852 - type: Transform -- uid: 329 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 26.5,3.5 - parent: 852 - type: Transform -- uid: 330 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 27.5,3.5 - parent: 852 - type: Transform -- uid: 331 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 28.5,3.5 - parent: 852 - type: Transform -- uid: 332 - type: DisposalUnit - components: - - pos: 29.5,6.5 - parent: 852 - type: Transform -- uid: 333 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 4.5,3.5 - parent: 852 - type: Transform -- uid: 334 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: 3.5,-9.5 - parent: 852 - type: Transform -- uid: 335 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,4.5 - parent: 852 - type: Transform -- uid: 336 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -20.5,-10.5 - parent: 852 - type: Transform -- uid: 337 - type: Firelock - components: - - pos: -10.5,3.5 - parent: 852 - type: Transform -- uid: 338 - type: Grille - components: - - pos: -8.5,6.5 - parent: 852 - type: Transform -- uid: 339 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-9.5 - parent: 852 - type: Transform -- uid: 340 - type: DisposalPipe - components: - - pos: -27.5,-8.5 - parent: 852 - type: Transform -- uid: 341 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -21.5,-10.5 - parent: 852 - type: Transform -- uid: 342 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: -11.5,2.5 - parent: 852 - type: Transform -- uid: 343 - type: WallSolid - components: - - rot: 1.5707963267948966 rad - pos: -12.5,2.5 - parent: 852 - type: Transform -- uid: 344 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -22.5,-10.5 - parent: 852 - type: Transform -- uid: 345 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-12.5 - parent: 852 - type: Transform -- uid: 346 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-11.5 - parent: 852 - type: Transform -- uid: 347 - type: Grille - components: - - pos: 3.5,-38.5 - parent: 852 - type: Transform -- uid: 348 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,4.5 - parent: 852 - type: Transform -- uid: 349 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,5.5 - parent: 852 - type: Transform -- uid: 350 - type: DisposalTrunk - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,6.5 - parent: 852 - type: Transform -- uid: 351 - type: DisposalBend - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-10.5 - parent: 852 - type: Transform -- uid: 352 - type: DisposalJunctionFlipped - components: - - rot: -1.5707963267948966 rad - pos: -7.5,3.5 - parent: 852 - type: Transform -- uid: 353 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -6.5,3.5 - parent: 852 - type: Transform -- uid: 354 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -5.5,3.5 - parent: 852 - type: Transform -- uid: 355 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -4.5,3.5 - parent: 852 - type: Transform -- uid: 356 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -3.5,3.5 - parent: 852 - type: Transform -- uid: 357 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -2.5,3.5 - parent: 852 - type: Transform -- uid: 358 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -1.5,3.5 - parent: 852 - type: Transform -- uid: 359 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -0.5,3.5 - parent: 852 - type: Transform -- uid: 360 - type: Grille - components: - - pos: -13.5,6.5 - parent: 852 - type: Transform -- uid: 361 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 1.5,3.5 - parent: 852 - type: Transform -- uid: 362 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -8.5,3.5 - parent: 852 - type: Transform -- uid: 363 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -9.5,3.5 - parent: 852 - type: Transform -- uid: 364 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -10.5,3.5 - parent: 852 - type: Transform -- uid: 365 - type: DisposalJunctionFlipped - components: - - rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 852 - type: Transform -- uid: 366 - type: DisposalUnit - components: - - pos: -11.5,1.5 - parent: 852 - type: Transform -- uid: 367 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -13.5,3.5 - parent: 852 - type: Transform -- uid: 368 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -14.5,3.5 - parent: 852 - type: Transform -- uid: 369 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -15.5,3.5 - parent: 852 - type: Transform -- uid: 370 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -16.5,3.5 - parent: 852 - type: Transform -- uid: 371 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -17.5,3.5 - parent: 852 - type: Transform -- uid: 372 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -18.5,3.5 - parent: 852 - type: Transform -- uid: 373 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -19.5,3.5 - parent: 852 - type: Transform -- uid: 374 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -20.5,3.5 - parent: 852 - type: Transform -- uid: 375 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -21.5,3.5 - parent: 852 - type: Transform -- uid: 376 - type: DisposalUnit - components: - - pos: -22.5,6.5 - parent: 852 - type: Transform -- uid: 377 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -23.5,3.5 - parent: 852 - type: Transform -- uid: 378 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -24.5,3.5 - parent: 852 - type: Transform -- uid: 379 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -25.5,3.5 - parent: 852 - type: Transform -- uid: 380 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -26.5,3.5 - parent: 852 - type: Transform -- uid: 381 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -27.5,3.5 - parent: 852 - type: Transform -- uid: 382 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,4.5 - parent: 852 - type: Transform -- uid: 383 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -29.5,3.5 - parent: 852 - type: Transform -- uid: 384 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -30.5,3.5 - parent: 852 - type: Transform -- uid: 385 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -31.5,3.5 - parent: 852 - type: Transform -- uid: 386 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,2.5 - parent: 852 - type: Transform -- uid: 387 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,1.5 - parent: 852 - type: Transform -- uid: 388 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,0.5 - parent: 852 - type: Transform -- uid: 389 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-0.5 - parent: 852 - type: Transform -- uid: 390 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-1.5 - parent: 852 - type: Transform -- uid: 391 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-2.5 - parent: 852 - type: Transform -- uid: 392 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-3.5 - parent: 852 - type: Transform -- uid: 393 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-4.5 - parent: 852 - type: Transform -- uid: 394 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-5.5 - parent: 852 - type: Transform -- uid: 395 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-6.5 - parent: 852 - type: Transform -- uid: 396 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-7.5 - parent: 852 - type: Transform -- uid: 397 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-8.5 - parent: 852 - type: Transform -- uid: 398 - type: DisposalPipe - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-9.5 - parent: 852 - type: Transform -- uid: 399 - type: DisposalBend - components: - - rot: 3.141592697301183 rad - pos: -32.5,-10.5 - parent: 852 - type: Transform -- uid: 400 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -31.5,-10.5 - parent: 852 - type: Transform -- uid: 401 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -30.5,-10.5 - parent: 852 - type: Transform -- uid: 402 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -29.5,-10.5 - parent: 852 - type: Transform -- uid: 403 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -28.5,-10.5 - parent: 852 - type: Transform -- uid: 404 - type: WallSolid - components: - - pos: -26.5,-7.5 - parent: 852 - type: Transform -- uid: 405 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -26.5,-10.5 - parent: 852 - type: Transform -- uid: 406 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -25.5,-10.5 - parent: 852 - type: Transform -- uid: 407 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -24.5,-10.5 - parent: 852 - type: Transform -- uid: 408 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-17.5 - parent: 852 - type: Transform -- uid: 409 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-8.5 - parent: 852 - type: Transform -- uid: 410 - type: ReinforcedWindow - components: - - pos: 34.5,1.5 - parent: 852 - type: Transform -- uid: 411 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,4.5 - parent: 852 - type: Transform -- uid: 412 - type: CableHV - components: - - pos: -21.5,22.5 - parent: 852 - type: Transform -- uid: 413 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-12.5 - parent: 852 - type: Transform -- uid: 414 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-12.5 - parent: 852 - type: Transform -- uid: 415 - type: CableApcExtension - components: - - pos: -19.5,-16.5 - parent: 852 - type: Transform -- uid: 416 - type: APCBasic - components: - - pos: -21.5,-12.5 - parent: 852 - type: Transform -- uid: 417 - type: WallSolid - components: - - pos: -20.5,-13.5 - parent: 852 - type: Transform -- uid: 418 - type: WallSolid - components: - - pos: -20.5,-14.5 - parent: 852 - type: Transform -- uid: 419 - type: WallSolidRust - components: - - pos: 28.5,-9.5 - parent: 852 - type: Transform -- uid: 420 - type: CableHV - components: - - pos: 21.5,-34.5 - parent: 852 - type: Transform -- uid: 421 - type: CableHV - components: - - pos: 21.5,-33.5 - parent: 852 - type: Transform -- uid: 422 - type: CableHV - components: - - pos: 21.5,-32.5 - parent: 852 - type: Transform -- uid: 423 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: 16.5,15.5 - parent: 852 - type: Transform -- uid: 424 - type: Chair - components: - - pos: 16.5,17.5 - parent: 852 - type: Transform -- uid: 425 - type: WallmountTelescreen - components: - - pos: -9.5,22.5 - parent: 852 - type: Transform -- uid: 426 - type: RandomSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,0.5 - parent: 852 - type: Transform -- uid: 427 - type: RandomSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,3.5 - parent: 852 - type: Transform -- uid: 428 - type: Table - components: - - pos: -17.5,-19.5 - parent: 852 - type: Transform -- uid: 429 - type: CircuitImprinter - components: - - pos: -5.5,-13.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Glass - - Gold - type: MaterialStorage -- uid: 430 - type: RandomSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,5.5 - parent: 852 - type: Transform -- uid: 431 - type: Table - components: - - pos: 25.5,0.5 - parent: 852 - type: Transform -- uid: 432 - type: SheetSteel - components: - - pos: 29.05824,0.4995463 - parent: 852 - type: Transform -- uid: 433 - type: SheetSteel - components: - - pos: 18.507324,7.4999294 - parent: 852 - type: Transform -- uid: 434 - type: GrilleBroken - components: - - pos: 5.5,-38.5 - parent: 852 - type: Transform -- uid: 435 - type: SheetSteel - components: - - pos: 29.05824,0.4995463 - parent: 852 - type: Transform -- uid: 436 - type: SheetGlass - components: - - pos: 29.605116,0.5307963 - parent: 852 - type: Transform -- uid: 437 - type: CableHV - components: - - pos: 19.5,-34.5 - parent: 852 - type: Transform -- uid: 438 - type: SheetGlass - components: - - pos: 29.605116,0.5307963 - parent: 852 - type: Transform -- uid: 439 - type: ReinforcedPlasmaWindow - components: - - pos: 36.5,20.5 - parent: 852 - type: Transform -- uid: 440 - type: AirlockExternalLocked - components: - - pos: 58.5,7.5 - parent: 852 - type: Transform -- uid: 441 - type: Poweredlight - components: - - pos: 27.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 442 - type: CableHV - components: - - pos: -35.5,22.5 - parent: 852 - type: Transform -- uid: 443 - type: CableHV - components: - - pos: -35.5,23.5 - parent: 852 - type: Transform -- uid: 444 - type: CableHV - components: - - pos: -37.5,21.5 - parent: 852 - type: Transform -- uid: 445 - type: CableHV - components: - - pos: -37.5,22.5 - parent: 852 - type: Transform -- uid: 446 - type: AirlockArmoryGlassLocked - components: - - pos: -12.5,17.5 - parent: 852 - type: Transform -- uid: 447 - type: WallReinforced - components: - - pos: 37.5,20.5 - parent: 852 - type: Transform -- uid: 448 - type: ReinforcedPlasmaWindow - components: - - pos: 32.5,20.5 - parent: 852 - type: Transform -- uid: 449 - type: WallReinforced - components: - - pos: 37.5,23.5 - parent: 852 - type: Transform -- uid: 450 - type: CableHV - components: - - pos: -38.5,24.5 - parent: 852 - type: Transform -- uid: 451 - type: CableHV - components: - - pos: -37.5,23.5 - parent: 852 - type: Transform -- uid: 452 - type: CableHV - components: - - pos: -35.5,21.5 - parent: 852 - type: Transform -- uid: 453 - type: CableHV - components: - - pos: -33.5,23.5 - parent: 852 - type: Transform -- uid: 454 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,21.5 - parent: 852 - type: Transform -- uid: 455 - type: CableHV - components: - - pos: -31.5,23.5 - parent: 852 - type: Transform -- uid: 456 - type: CableHV - components: - - pos: -33.5,21.5 - parent: 852 - type: Transform -- uid: 457 - type: CableHV - components: - - pos: -33.5,22.5 - parent: 852 - type: Transform -- uid: 458 - type: CableHV - components: - - pos: -35.5,26.5 - parent: 852 - type: Transform -- uid: 459 - type: CableHV - components: - - pos: -35.5,25.5 - parent: 852 - type: Transform -- uid: 460 - type: CableHV - components: - - pos: -37.5,27.5 - parent: 852 - type: Transform -- uid: 461 - type: CableHV - components: - - pos: -37.5,26.5 - parent: 852 - type: Transform -- uid: 462 - type: TableReinforced - components: - - pos: 4.5,32.5 - parent: 852 - type: Transform -- uid: 463 - type: PosterContrabandLamarr - components: - - pos: -6.5,-22.5 - parent: 852 - type: Transform -- uid: 464 - type: CableHV - components: - - pos: -37.5,25.5 - parent: 852 - type: Transform -- uid: 465 - type: CableHV - components: - - pos: 32.5,-31.5 - parent: 852 - type: Transform -- uid: 466 - type: CableHV - components: - - pos: 30.5,-31.5 - parent: 852 - type: Transform -- uid: 467 - type: GasPipeStraight - components: - - pos: 45.5,22.5 - parent: 852 - type: Transform -- uid: 468 - type: CableHV - components: - - pos: 29.5,-33.5 - parent: 852 - type: Transform -- uid: 469 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,11.5 - parent: 852 - type: Transform -- uid: 470 - type: CableHV - components: - - pos: 31.5,-31.5 - parent: 852 - type: Transform -- uid: 471 - type: CableHV - components: - - pos: 29.5,-30.5 - parent: 852 - type: Transform -- uid: 472 - type: ClosetEmergencyFilledRandom - components: - - pos: 14.5,14.5 - parent: 852 - type: Transform -- uid: 473 - type: VendingMachineCigs - components: - - name: cigarette machine - type: MetaData - - pos: 14.5,21.5 - parent: 852 - type: Transform -- uid: 474 - type: VendingMachineSecDrobe - components: - - pos: -9.5,17.5 - parent: 852 - type: Transform -- uid: 475 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -7.5,22.5 - parent: 852 - type: Transform -- uid: 476 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -8.5,22.5 - parent: 852 - type: Transform -- uid: 477 - type: WallSolid - components: - - pos: -20.5,-6.5 - parent: 852 - type: Transform -- uid: 478 - type: ComfyChair - components: - - pos: 10.5,24.5 - parent: 852 - type: Transform -- uid: 479 - type: CableHV - components: - - pos: 27.5,-29.5 - parent: 852 - type: Transform -- uid: 480 - type: CableHV - components: - - pos: 27.5,-28.5 - parent: 852 - type: Transform -- uid: 481 - type: CableHV - components: - - pos: 29.5,-28.5 - parent: 852 - type: Transform -- uid: 482 - type: CableHV - components: - - pos: 29.5,-29.5 - parent: 852 - type: Transform -- uid: 483 - type: CableHV - components: - - pos: 27.5,-30.5 - parent: 852 - type: Transform -- uid: 484 - type: CarpetBlue - components: - - pos: 24.5,-14.5 - parent: 852 - type: Transform -- uid: 485 - type: CableHV - components: - - pos: 27.5,-32.5 - parent: 852 - type: Transform -- uid: 486 - type: CableHV - components: - - pos: 25.5,-32.5 - parent: 852 - type: Transform -- uid: 487 - type: CableHV - components: - - pos: 27.5,-33.5 - parent: 852 - type: Transform -- uid: 488 - type: CableHV - components: - - pos: 27.5,-34.5 - parent: 852 - type: Transform -- uid: 489 - type: CableHV - components: - - pos: 25.5,-33.5 - parent: 852 - type: Transform -- uid: 490 - type: LampGold - components: - - pos: 10.372139,23.658413 - parent: 852 - type: Transform -- uid: 491 - type: CarpetBlue - components: - - pos: 6.5,24.5 - parent: 852 - type: Transform -- uid: 492 - type: TableWood - components: - - pos: -30.5,-1.5 - parent: 852 - type: Transform -- uid: 493 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 24.5,11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 494 - type: RandomSpawner - components: - - pos: -21.5,12.5 - parent: 852 - type: Transform -- uid: 495 - type: Grille - components: - - pos: 6.5,-38.5 - parent: 852 - type: Transform -- uid: 496 - type: SpawnPointAssistant - components: - - pos: -28.5,9.5 - parent: 852 - type: Transform -- uid: 497 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -6.5,21.5 - parent: 852 - type: Transform -- uid: 498 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -6.5,20.5 - parent: 852 - type: Transform -- uid: 499 - type: CableHV - components: - - pos: 23.5,-35.5 - parent: 852 - type: Transform -- uid: 500 - type: CableHV - components: - - pos: 23.5,-34.5 - parent: 852 - type: Transform -- uid: 501 - type: SpawnPointSecurityOfficer - components: - - pos: -13.5,14.5 - parent: 852 - type: Transform -- uid: 502 - type: CableHV - components: - - pos: 23.5,-33.5 - parent: 852 - type: Transform -- uid: 503 - type: Poweredlight - components: - - pos: -1.5,-13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 504 - type: CableHV - components: - - pos: 23.5,-32.5 - parent: 852 - type: Transform -- uid: 505 - type: CableHV - components: - - pos: 23.5,-30.5 - parent: 852 - type: Transform -- uid: 506 - type: CableHV - components: - - pos: 23.5,-28.5 - parent: 852 - type: Transform -- uid: 507 - type: CableHV - components: - - pos: 23.5,-29.5 - parent: 852 - type: Transform -- uid: 508 - type: CableHV - components: - - pos: 23.5,-27.5 - parent: 852 - type: Transform -- uid: 509 - type: CableHV - components: - - pos: 25.5,-28.5 - parent: 852 - type: Transform -- uid: 510 - type: CableHV - components: - - pos: 25.5,-29.5 - parent: 852 - type: Transform -- uid: 511 - type: CableHV - components: - - pos: 25.5,-30.5 - parent: 852 - type: Transform -- uid: 512 - type: CableHV - components: - - pos: 25.5,-35.5 - parent: 852 - type: Transform -- uid: 513 - type: CableHV - components: - - pos: 25.5,-34.5 - parent: 852 - type: Transform -- uid: 514 - type: SprayBottleSpaceCleaner - components: - - pos: -20.615946,7.58842 - parent: 852 - type: Transform -- uid: 515 - type: BedsheetCaptain - components: - - pos: 12.5,23.5 - parent: 852 - type: Transform -- uid: 516 - type: Poweredlight - components: - - pos: 28.5,6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 517 - type: ExtinguisherCabinetFilled - components: - - pos: -10.5,12.5 - parent: 852 - type: Transform -- uid: 518 - type: ReinforcedPlasmaWindow - components: - - pos: 40.5,20.5 - parent: 852 - type: Transform -- uid: 519 - type: WallReinforced - components: - - pos: 47.5,22.5 - parent: 852 - type: Transform -- uid: 520 - type: ReinforcedPlasmaWindow - components: - - pos: 38.5,20.5 - parent: 852 - type: Transform -- uid: 521 - type: WallReinforced - components: - - pos: 47.5,20.5 - parent: 852 - type: Transform -- uid: 522 - type: WallReinforced - components: - - pos: 47.5,21.5 - parent: 852 - type: Transform -- uid: 523 - type: AirlockHydroGlassLocked - components: - - pos: -16.5,2.5 - parent: 852 - type: Transform -- uid: 524 - type: AirlockMaintHydroLocked - components: - - pos: -16.5,-3.5 - parent: 852 - type: Transform -- uid: 525 - type: AirlockMaintTheatreLocked - components: - - pos: -16.5,-7.5 - parent: 852 - type: Transform -- uid: 526 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 852 - type: Transform -- uid: 527 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-3.5 - parent: 852 - type: Transform -- uid: 528 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-1.5 - parent: 852 - type: Transform -- uid: 529 - type: Catwalk - components: - - pos: -1.5,21.5 - parent: 852 - type: Transform -- uid: 530 - type: SignExamroom - components: - - pos: 8.5,-9.5 - parent: 852 - type: Transform -- uid: 531 - type: CableApcExtension - components: - - pos: 16.5,-10.5 - parent: 852 - type: Transform -- uid: 532 - type: TableReinforced - components: - - pos: 9.5,30.5 - parent: 852 - type: Transform -- uid: 533 - type: TableReinforced - components: - - pos: -0.5,32.5 - parent: 852 - type: Transform -- uid: 534 - type: ComputerSurveillanceCameraMonitor - components: - - rot: -1.5707963267948966 rad - pos: 9.5,29.5 - parent: 852 - type: Transform -- uid: 535 - type: DrinkGoldenCup - components: - - pos: -3.053735,18.815365 - parent: 852 - type: Transform -- uid: 536 - type: MedkitBurnFilled - components: - - pos: 19.48357,-9.727724 - parent: 852 - type: Transform -- uid: 537 - type: CableApcExtension - components: - - pos: 7.5,-10.5 - parent: 852 - type: Transform -- uid: 538 - type: WarpPoint - components: - - pos: 3.5,30.5 - parent: 852 - type: Transform - - location: bridge - type: WarpPoint -- uid: 539 - type: WallSolidRust - components: - - pos: 32.5,-8.5 - parent: 852 - type: Transform -- uid: 540 - type: SurveillanceCameraCommand - components: - - rot: 1.5707963267948966 rad - pos: -0.5,18.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Vault - type: SurveillanceCamera -- uid: 541 - type: SpawnPointMedicalIntern - components: - - pos: 23.5,-5.5 - parent: 852 - type: Transform -- uid: 542 - type: WallSolidRust - components: - - pos: 28.5,-18.5 - parent: 852 - type: Transform -- uid: 543 - type: AirlockMaintLocked - components: - - pos: 6.5,-19.5 - parent: 852 - type: Transform -- uid: 544 - type: CableHV - components: - - pos: -24.5,19.5 - parent: 852 - type: Transform -- uid: 545 - type: WallSolidRust - components: - - pos: -10.5,-28.5 - parent: 852 - type: Transform -- uid: 546 - type: Lamp - components: - - pos: 22.50832,-12.354015 - parent: 852 - type: Transform -- uid: 547 - type: PlasticFlapsAirtightClear - components: - - pos: 14.5,8.5 - parent: 852 - type: Transform -- uid: 548 - type: LockerEngineerFilled - components: - - pos: 35.5,-0.5 - parent: 852 - type: Transform -- uid: 549 - type: CableApcExtension - components: - - pos: 27.5,1.5 - parent: 852 - type: Transform -- uid: 550 - type: ClosetMaintenanceFilledRandom - components: - - pos: 46.5,-0.5 - parent: 852 - type: Transform -- uid: 551 - type: WallSolid - components: - - pos: 8.5,-6.5 - parent: 852 - type: Transform -- uid: 552 - type: CableApcExtension - components: - - pos: 7.5,-9.5 - parent: 852 - type: Transform -- uid: 553 - type: BedsheetSpawner - components: - - pos: -27.5,1.5 - parent: 852 - type: Transform -- uid: 554 - type: BoxBeaker - components: - - pos: 19.51463,0.6960156 - parent: 852 - type: Transform -- uid: 555 - type: GasPressurePump - components: - - desc: pumps h2o into mix line - name: h2o pump - type: MetaData - - pos: 45.5,17.5 - parent: 852 - type: Transform - - targetPressure: 1 - type: GasPressurePump -- uid: 556 - type: WallReinforced - components: - - pos: 14.5,27.5 - parent: 852 - type: Transform -- uid: 557 - type: Poweredlight - components: - - pos: -38.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 558 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 15.5,-16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 559 - type: CarpetOrange - components: - - pos: -3.5,-0.5 - parent: 852 - type: Transform -- uid: 560 - type: AirlockHeadOfSecurityGlassLocked - components: - - pos: -8.5,18.5 - parent: 852 - type: Transform -- uid: 561 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 35.5,20.5 - parent: 852 - type: Transform -- uid: 562 - type: Grille - components: - - pos: 4.5,-38.5 - parent: 852 - type: Transform -- uid: 563 - type: WeaponPistolMk58 - components: - - pos: -14.499999,20.873827 - parent: 852 - type: Transform -- uid: 564 - type: AirlockMaintCargoLocked - components: - - pos: 25.5,12.5 - parent: 852 - type: Transform -- uid: 565 - type: AirlockCargoGlassLocked - components: - - name: Cargo Bay - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 17.5,11.5 - parent: 852 - type: Transform -- uid: 566 - type: AirlockCargoGlassLocked - components: - - name: Cargo Bay - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 17.5,10.5 - parent: 852 - type: Transform -- uid: 567 - type: AirlockCargoGlassLocked - components: - - name: Cargo Office - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 13.5,8.5 - parent: 852 - type: Transform -- uid: 568 - type: AirlockMaintHOPLocked - components: - - pos: 8.5,12.5 - parent: 852 - type: Transform -- uid: 569 - type: AirlockHeadOfPersonnelGlassLocked - components: - - pos: 7.5,6.5 - parent: 852 - type: Transform -- uid: 570 - type: AirlockHeadOfPersonnelGlassLocked - components: - - pos: 9.5,6.5 - parent: 852 - type: Transform -- uid: 571 - type: Grille - components: - - pos: 2.5,22.5 - parent: 852 - type: Transform -- uid: 572 - type: ReinforcedWindow - components: - - pos: 2.5,22.5 - parent: 852 - type: Transform -- uid: 573 - type: AirlockHeadOfSecurityGlassLocked - components: - - pos: -10.5,20.5 - parent: 852 - type: Transform -- uid: 574 - type: AirlockBrigGlassLocked - components: - - pos: -4.5,9.5 - parent: 852 - type: Transform -- uid: 575 - type: Firelock - components: - - pos: 15.5,-3.5 - parent: 852 - type: Transform -- uid: 576 - type: Firelock - components: - - pos: -7.5,2.5 - parent: 852 - type: Transform -- uid: 577 - type: Table - components: - - pos: -0.5,13.5 - parent: 852 - type: Transform -- uid: 578 - type: VendingMachineChemDrobe - components: - - pos: 17.5,1.5 - parent: 852 - type: Transform -- uid: 579 - type: WarpPoint - components: - - pos: 21.5,17.5 - parent: 852 - type: Transform - - location: salv - type: WarpPoint -- uid: 580 - type: GasOutletInjector - components: - - pos: 46.5,21.5 - parent: 852 - type: Transform -- uid: 581 - type: WallReinforced - components: - - pos: 29.5,10.5 - parent: 852 - type: Transform -- uid: 582 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-3.5 - parent: 852 - type: Transform -- uid: 583 - type: AirlockMaintJanitorLocked - components: - - pos: -20.5,11.5 - parent: 852 - type: Transform -- uid: 584 - type: LockerBoozeFilled - components: - - pos: -11.5,-6.5 - parent: 852 - type: Transform -- uid: 585 - type: EmergencyLight - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-3.5 - parent: 852 - type: Transform -- uid: 586 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 46.5,18.5 - parent: 852 - type: Transform -- uid: 587 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-17.5 - parent: 852 - type: Transform -- uid: 588 - type: AirlockGlass - components: - - name: Tool Storage - type: MetaData - - pos: -25.5,8.5 - parent: 852 - type: Transform -- uid: 589 - type: AirlockGlass - components: - - name: Tool Storage - type: MetaData - - pos: -25.5,10.5 - parent: 852 - type: Transform -- uid: 590 - type: ReinforcedPlasmaWindow - components: - - pos: -15.5,-24.5 - parent: 852 - type: Transform -- uid: 591 - type: Grille - components: - - pos: -15.5,-24.5 - parent: 852 - type: Transform -- uid: 592 - type: AirlockResearchDirectorLocked - components: - - pos: -8.5,-21.5 - parent: 852 - type: Transform -- uid: 593 - type: AirlockResearchDirectorGlassLocked - components: - - pos: -3.5,-21.5 - parent: 852 - type: Transform -- uid: 594 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 20.5,-13.5 - parent: 852 - type: Transform -- uid: 595 - type: SpawnPointChemist - components: - - pos: 16.5,-0.5 - parent: 852 - type: Transform -- uid: 596 - type: WallSolid - components: - - pos: 9.5,26.5 - parent: 852 - type: Transform -- uid: 597 - type: TableReinforced - components: - - pos: 30.5,5.5 - parent: 852 - type: Transform -- uid: 598 - type: AirlockEngineeringGlassLocked - components: - - name: Engineering - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 30.5,3.5 - parent: 852 - type: Transform -- uid: 599 - type: AirlockKitchenLocked - components: - - pos: -12.5,-2.5 - parent: 852 - type: Transform -- uid: 600 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,2.5 - parent: 852 - type: Transform -- uid: 601 - type: AirlockMaintIntLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-13.5 - parent: 852 - type: Transform -- uid: 602 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 42.5,19.5 - parent: 852 - type: Transform -- uid: 603 - type: AirlockMaintRnDLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-11.5 - parent: 852 - type: Transform -- uid: 604 - type: AirlockMaintLocked - components: - - pos: 5.5,13.5 - parent: 852 - type: Transform -- uid: 605 - type: BedsheetOrange - components: - - pos: -15.5,11.5 - parent: 852 - type: Transform -- uid: 606 - type: chem_master - components: - - pos: 19.5,-0.5 - parent: 852 - type: Transform -- uid: 607 - type: CableApcExtension - components: - - pos: -4.5,4.5 - parent: 852 - type: Transform -- uid: 608 - type: ClothingOuterHardsuitEVA - components: - - pos: 10.5769205,8.52513 - parent: 852 - type: Transform -- uid: 609 - type: AirlockJanitorLocked - components: - - name: Janitor Closet - type: MetaData - - pos: -22.5,9.5 - parent: 852 - type: Transform -- uid: 610 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-7.5 - parent: 852 - type: Transform -- uid: 611 - type: TableReinforced - components: - - pos: 9.5,28.5 - parent: 852 - type: Transform -- uid: 612 - type: WallSolid - components: - - pos: 0.5,-7.5 - parent: 852 - type: Transform -- uid: 613 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-9.5 - parent: 852 - type: Transform -- uid: 614 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-6.5 - parent: 852 - type: Transform -- uid: 615 - type: AirlockMaintBarLocked - components: - - pos: -12.5,-8.5 - parent: 852 - type: Transform -- uid: 616 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 35.5,16.5 - parent: 852 - type: Transform -- uid: 617 - type: CableHV - components: - - pos: 10.5,19.5 - parent: 852 - type: Transform -- uid: 618 - type: CableMV - components: - - pos: 37.5,3.5 - parent: 852 - type: Transform -- uid: 619 - type: PosterLegitNanotrasenLogo - components: - - pos: 5.5,26.5 - parent: 852 - type: Transform -- uid: 620 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,8.5 - parent: 852 - type: Transform -- uid: 621 - type: AirlockScienceGlassLocked - components: - - name: Research and Development - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: -3.5,-18.5 - parent: 852 - type: Transform -- uid: 622 - type: AirlockScienceGlassLocked - components: - - name: Science - type: MetaData - - pos: 0.5,-20.5 - parent: 852 - type: Transform -- uid: 623 - type: AirlockScienceGlassLocked - components: - - name: Science - type: MetaData - - pos: 0.5,-19.5 - parent: 852 - type: Transform -- uid: 624 - type: AirlockMaintRnDLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-21.5 - parent: 852 - type: Transform -- uid: 625 - type: Chair - components: - - pos: 18.5,-17.5 - parent: 852 - type: Transform -- uid: 626 - type: AirlockMaintMedLocked - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-18.5 - parent: 852 - type: Transform -- uid: 627 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,20.5 - parent: 852 - type: Transform -- uid: 628 - type: WallReinforced - components: - - pos: 20.5,1.5 - parent: 852 - type: Transform -- uid: 629 - type: Chair - components: - - pos: 45.5,-1.5 - parent: 852 - type: Transform -- uid: 630 - type: MedicalBed - components: - - pos: 7.5,-11.5 - parent: 852 - type: Transform -- uid: 631 - type: AirlockMedicalGlassLocked - components: - - name: Surgery - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 19.5,-18.5 - parent: 852 - type: Transform -- uid: 632 - type: AirlockMedicalGlassLocked - components: - - name: Medical Storage - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 20.5,-6.5 - parent: 852 - type: Transform -- uid: 633 - type: CarpetSBlue - components: - - pos: 8.5,16.5 - parent: 852 - type: Transform -- uid: 634 - type: ClothingOuterWinterHoP - components: - - pos: 7.581337,19.083351 - parent: 852 - type: Transform -- uid: 635 - type: AirlockMaintCommandLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,22.5 - parent: 852 - type: Transform -- uid: 636 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,2.5 - parent: 852 - type: Transform -- uid: 637 - type: CableHV - components: - - pos: 3.5,-23.5 - parent: 852 - type: Transform -- uid: 638 - type: Sink - components: - - rot: 1.5707963267948966 rad - pos: 12.5,26.5 - parent: 852 - type: Transform -- uid: 639 - type: AirlockCommandGlassLocked - components: - - name: Heads of Staff Meeting Room - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 1.5,25.5 - parent: 852 - type: Transform -- uid: 640 - type: AirlockCommandGlassLocked - components: - - name: Heads of Staff Meeting Room - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 1.5,24.5 - parent: 852 - type: Transform -- uid: 641 - type: AirlockMaintRnDLocked - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-16.5 - parent: 852 - type: Transform -- uid: 642 - type: CableHV - components: - - pos: 25.5,12.5 - parent: 852 - type: Transform -- uid: 643 - type: WallReinforced - components: - - pos: 31.5,1.5 - parent: 852 - type: Transform -- uid: 644 - type: SpawnMobDrone - components: - - pos: 26.5,1.5 - parent: 852 - type: Transform -- uid: 645 - type: CableApcExtension - components: - - pos: 16.5,16.5 - parent: 852 - type: Transform -- uid: 646 - type: CableApcExtension - components: - - pos: 16.5,15.5 - parent: 852 - type: Transform -- uid: 647 - type: AirlockAtmosphericsGlassLocked - components: - - pos: 33.5,7.5 - parent: 852 - type: Transform -- uid: 648 - type: AirlockEngineeringGlassLocked - components: - - name: Engineering Equipment - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 33.5,1.5 - parent: 852 - type: Transform -- uid: 649 - type: AirlockEngineeringLocked - components: - - name: Gravity Generator - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 49.5,-1.5 - parent: 852 - type: Transform -- uid: 650 - type: Chair - components: - - pos: -0.5,14.5 - parent: 852 - type: Transform -- uid: 651 - type: ReinforcedWindow - components: - - pos: 13.5,-2.5 - parent: 852 - type: Transform -- uid: 652 - type: SignInterrogation - components: - - pos: -0.50669944,11.429551 - parent: 852 - type: Transform -- uid: 653 - type: Grille - components: - - pos: 39.5,26.5 - parent: 852 - type: Transform -- uid: 654 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-0.5 - parent: 852 - type: Transform -- uid: 655 - type: Grille - components: - - pos: 35.5,26.5 - parent: 852 - type: Transform -- uid: 656 - type: WallReinforced - components: - - pos: -34.5,15.5 - parent: 852 - type: Transform -- uid: 657 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,11.5 - parent: 852 - type: Transform -- uid: 658 - components: - - index: 5 - type: Map -- uid: 659 - type: WallSolid - components: - - pos: 12.5,8.5 - parent: 852 - type: Transform -- uid: 660 - type: AirlockGlass - components: - - pos: -35.5,-2.5 - parent: 852 - type: Transform -- uid: 661 - type: TableReinforced - components: - - pos: -11.5,16.5 - parent: 852 - type: Transform -- uid: 662 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-22.5 - parent: 852 - type: Transform -- uid: 663 - type: WallSolid - components: - - pos: 31.5,-8.5 - parent: 852 - type: Transform -- uid: 664 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -34.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 665 - type: Grille - components: - - pos: -41.5,5.5 - parent: 852 - type: Transform -- uid: 666 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-21.5 - parent: 852 - type: Transform -- uid: 667 - type: GasPipeBend - components: - - pos: 45.5,23.5 - parent: 852 - type: Transform -- uid: 668 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-18.5 - parent: 852 - type: Transform -- uid: 669 - type: Window - components: - - pos: 18.5,-18.5 - parent: 852 - type: Transform -- uid: 670 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-18.5 - parent: 852 - type: Transform -- uid: 671 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-19.5 - parent: 852 - type: Transform -- uid: 672 - type: GasOutletInjector - components: - - pos: 42.5,21.5 - parent: 852 - type: Transform -- uid: 673 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-20.5 - parent: 852 - type: Transform -- uid: 674 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-21.5 - parent: 852 - type: Transform -- uid: 675 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-22.5 - parent: 852 - type: Transform -- uid: 676 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-23.5 - parent: 852 - type: Transform -- uid: 677 - type: ReinforcedWindow - components: - - pos: -42.5,-0.5 - parent: 852 - type: Transform -- uid: 678 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-23.5 - parent: 852 - type: Transform -- uid: 679 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-23.5 - parent: 852 - type: Transform -- uid: 680 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-22.5 - parent: 852 - type: Transform -- uid: 681 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-21.5 - parent: 852 - type: Transform -- uid: 682 - type: CableApcExtension - components: - - pos: -37.5,2.5 - parent: 852 - type: Transform -- uid: 683 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-20.5 - parent: 852 - type: Transform -- uid: 684 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-19.5 - parent: 852 - type: Transform -- uid: 685 - type: WallSolid - components: - - pos: 28.5,-8.5 - parent: 852 - type: Transform -- uid: 686 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 687 - type: WallSolid - components: - - pos: 30.5,-8.5 - parent: 852 - type: Transform -- uid: 688 - type: WallSolid - components: - - pos: 28.5,-10.5 - parent: 852 - type: Transform -- uid: 689 - type: Chair - components: - - pos: 44.5,-1.5 - parent: 852 - type: Transform -- uid: 690 - type: WallReinforced - components: - - pos: 34.5,-16.5 - parent: 852 - type: Transform -- uid: 691 - type: WallReinforced - components: - - pos: 33.5,-16.5 - parent: 852 - type: Transform -- uid: 692 - type: CableHV - components: - - pos: -0.5,-8.5 - parent: 852 - type: Transform -- uid: 693 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-23.5 - parent: 852 - type: Transform -- uid: 694 - type: WallReinforced - components: - - pos: 39.5,-8.5 - parent: 852 - type: Transform -- uid: 695 - type: WallReinforced - components: - - pos: 39.5,-7.5 - parent: 852 - type: Transform -- uid: 696 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 697 - type: WallReinforced - components: - - pos: 39.5,-6.5 - parent: 852 - type: Transform -- uid: 698 - type: AirlockMaintAtmoLocked - components: - - pos: 29.5,11.5 - parent: 852 - type: Transform -- uid: 699 - type: CableApcExtension - components: - - pos: 10.5,-13.5 - parent: 852 - type: Transform -- uid: 700 - type: CableHV - components: - - rot: 3.141592653589793 rad - pos: 3.5,-22.5 - parent: 852 - type: Transform -- uid: 701 - type: Catwalk - components: - - pos: -17.5,-14.5 - parent: 852 - type: Transform -- uid: 702 - type: CableHV - components: - - pos: 3.5,-21.5 - parent: 852 - type: Transform -- uid: 703 - type: FirelockGlass - components: - - pos: 3.5,-22.5 - parent: 852 - type: Transform -- uid: 704 - type: FirelockGlass - components: - - pos: 2.5,-22.5 - parent: 852 - type: Transform -- uid: 705 - type: Catwalk - components: - - pos: -9.5,-10.5 - parent: 852 - type: Transform -- uid: 706 - type: WallReinforced - components: - - pos: 10.5,-32.5 - parent: 852 - type: Transform -- uid: 707 - type: WallReinforced - components: - - pos: 19.5,-26.5 - parent: 852 - type: Transform -- uid: 708 - type: WallReinforced - components: - - pos: 18.5,-26.5 - parent: 852 - type: Transform -- uid: 709 - type: WallReinforced - components: - - pos: 17.5,-26.5 - parent: 852 - type: Transform -- uid: 710 - type: Catwalk - components: - - pos: -7.5,-10.5 - parent: 852 - type: Transform -- uid: 711 - type: Grille - components: - - pos: 17.5,20.5 - parent: 852 - type: Transform -- uid: 712 - type: CableMVStack - components: - - pos: 48.35775,5.619252 - parent: 852 - type: Transform -- uid: 713 - type: Catwalk - components: - - pos: -4.5,-10.5 - parent: 852 - type: Transform -- uid: 714 - type: TableReinforced - components: - - pos: 40.5,-0.5 - parent: 852 - type: Transform -- uid: 715 - type: GasPipeStraight - components: - - pos: 37.5,19.5 - parent: 852 - type: Transform -- uid: 716 - type: GasVentPump - components: - - pos: 7.5,26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 717 - type: Catwalk - components: - - pos: -15.5,-14.5 - parent: 852 - type: Transform -- uid: 718 - type: ClothingNeckBling - components: - - pos: -3.31936,17.67474 - parent: 852 - type: Transform -- uid: 719 - type: SpawnPointJanitor - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,9.5 - parent: 852 - type: Transform -- uid: 720 - type: PoweredSmallLight - components: - - pos: 27.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 721 - type: SpawnPointBartender - components: - - pos: -11.5,-7.5 - parent: 852 - type: Transform -- uid: 722 - type: Catwalk - components: - - pos: -2.5,-10.5 - parent: 852 - type: Transform -- uid: 723 - type: SpawnPointScientist - components: - - pos: -8.5,-19.5 - parent: 852 - type: Transform -- uid: 724 - type: SpawnPointScientist - components: - - pos: -9.5,-19.5 - parent: 852 - type: Transform -- uid: 725 - type: PaintingTheSonOfMan - components: - - pos: -6.5,-24.5 - parent: 852 - type: Transform -- uid: 726 - type: PaintingTheGreatWave - components: - - pos: 7.5,22.5 - parent: 852 - type: Transform -- uid: 727 - type: SurveillanceCameraGeneral - components: - - rot: 3.141592653589793 rad - pos: 18.5,5.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: East Hallway - type: SurveillanceCamera -- uid: 728 - type: LockerResearchDirectorFilled - components: - - pos: -2.5,-23.5 - parent: 852 - type: Transform -- uid: 729 - type: Catwalk - components: - - pos: -12.5,-14.5 - parent: 852 - type: Transform -- uid: 730 - type: WallReinforced - components: - - pos: -40.5,-0.5 - parent: 852 - type: Transform -- uid: 731 - type: AirlockCaptainLocked - components: - - name: Captain's Bedroom - type: MetaData - - pos: 9.5,25.5 - parent: 852 - type: Transform -- uid: 732 - type: LockerCaptainFilled - components: - - pos: 10.5,26.5 - parent: 852 - type: Transform -- uid: 733 - type: SpawnPointMedicalDoctor - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-6.5 - parent: 852 - type: Transform -- uid: 734 - type: Catwalk - components: - - pos: -10.5,-14.5 - parent: 852 - type: Transform -- uid: 735 - type: ReinforcedWindow - components: - - pos: 16.5,-3.5 - parent: 852 - type: Transform -- uid: 736 - type: ComfyChair - components: - - pos: 7.5,25.5 - parent: 852 - type: Transform -- uid: 737 - type: SpawnPointChiefMedicalOfficer - components: - - pos: 23.5,-14.5 - parent: 852 - type: Transform -- uid: 738 - type: SheetPlasteel - components: - - pos: 28.417616,0.5307963 - parent: 852 - type: Transform -- uid: 739 - type: SheetPlasteel - components: - - pos: 28.417616,0.5307963 - parent: 852 - type: Transform -- uid: 740 - type: ReinforcedWindow - components: - - pos: -43.5,11.5 - parent: 852 - type: Transform -- uid: 741 - type: FoodDonutChocolate - components: - - rot: 0.0065181441605091095 rad - pos: -3.494867,8.58493 - parent: 852 - type: Transform - - sleepTime: 1150.1904 - type: Physics -- uid: 742 - type: CableApcExtension - components: - - pos: -23.5,-22.5 - parent: 852 - type: Transform -- uid: 743 - type: PottedPlantRandom - components: - - pos: 1.5,-21.485424 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 744 - type: GasPipeStraight - components: - - pos: -19.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 745 - type: Carpet - components: - - pos: -8.5,21.5 - parent: 852 - type: Transform -- uid: 746 - type: GasPipeStraight - components: - - pos: -19.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 747 - type: ReinforcedWindow - components: - - pos: -44.5,9.5 - parent: 852 - type: Transform -- uid: 748 - type: ReinforcedWindow - components: - - pos: -41.5,-0.5 - parent: 852 - type: Transform -- uid: 749 - type: Grille - components: - - pos: -44.5,1.5 - parent: 852 - type: Transform -- uid: 750 - type: GasPipeStraight - components: - - pos: -24.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 751 - type: Grille - components: - - pos: -42.5,1.5 - parent: 852 - type: Transform -- uid: 752 - type: WallReinforced - components: - - pos: -44.5,11.5 - parent: 852 - type: Transform -- uid: 753 - type: GasVentPump - components: - - pos: 12.5,27.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 754 - type: Grille - components: - - pos: 36.5,26.5 - parent: 852 - type: Transform -- uid: 755 - type: CableMV - components: - - pos: 10.5,25.5 - parent: 852 - type: Transform -- uid: 756 - type: CableHV - components: - - pos: 14.5,11.5 - parent: 852 - type: Transform -- uid: 757 - type: WallReinforced - components: - - pos: 17.5,8.5 - parent: 852 - type: Transform -- uid: 758 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 12.5,-1.5 - parent: 852 - type: Transform -- uid: 759 - type: ClosetEmergencyFilledRandom - components: - - pos: 5.5,-21.5 - parent: 852 - type: Transform -- uid: 760 - type: VendingMachineDiscount - components: - - pos: -30.5,-7.5 - parent: 852 - type: Transform -- uid: 761 - type: ClosetEmergencyFilledRandom - components: - - pos: -23.5,11.5 - parent: 852 - type: Transform -- uid: 762 - type: SprayBottleSpaceCleaner - components: - - pos: 27.83949,0.7651713 - parent: 852 - type: Transform -- uid: 763 - type: PottedPlantRandom - components: - - pos: 0.5,26.48566 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 764 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -22.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 765 - type: Table - components: - - pos: -3.5,18.5 - parent: 852 - type: Transform -- uid: 766 - type: TableReinforced - components: - - pos: 1.5,32.5 - parent: 852 - type: Transform -- uid: 767 - type: WeaponCapacitorRecharger - components: - - pos: -13.5,15.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures - - containers: - WeaponCapacitorCharger-powerCellContainer: !type:ContainerSlot {} - charger-slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 768 - type: PottedPlantRD - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-22.5 - parent: 852 - type: Transform - - containers: - potted_plant_hide: !type:ContainerSlot {} - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 769 - type: BoxZiptie - components: - - pos: -4.430562,13.857189 - parent: 852 - type: Transform -- uid: 770 - type: BlockGameArcade - components: - - pos: -17.5,11.5 - parent: 852 - type: Transform -- uid: 771 - type: ChairOfficeLight - components: - - rot: 3.141592653589793 rad - pos: 23.5,-13.5 - parent: 852 - type: Transform -- uid: 772 - type: Grille - components: - - pos: -42.5,7.5 - parent: 852 - type: Transform -- uid: 773 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 40.5,18.5 - parent: 852 - type: Transform -- uid: 774 - type: ClothingBackpackDuffel - components: - - pos: 29.55824,1.5776713 - parent: 852 - type: Transform -- uid: 775 - type: hydroponicsTray - components: - - pos: -17.5,0.5 - parent: 852 - type: Transform -- uid: 776 - type: GasPipeStraight - components: - - pos: 47.5,19.5 - parent: 852 - type: Transform -- uid: 777 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 47.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 778 - type: MopItem - components: - - pos: 25.905,0.6557963 - parent: 852 - type: Transform -- uid: 779 - type: WallReinforced - components: - - pos: 13.5,23.5 - parent: 852 - type: Transform -- uid: 780 - type: CableApcExtension - components: - - pos: 21.5,22.5 - parent: 852 - type: Transform -- uid: 781 - type: WallReinforced - components: - - pos: 37.5,21.5 - parent: 852 - type: Transform -- uid: 782 - type: LockerBotanistFilled - components: - - pos: -17.5,1.5 - parent: 852 - type: Transform -- uid: 783 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 784 - type: LockerScienceFilled - components: - - pos: -9.5,-17.5 - parent: 852 - type: Transform -- uid: 785 - type: ClosetEmergencyFilledRandom - components: - - pos: -7.5,-25.5 - parent: 852 - type: Transform -- uid: 786 - type: MopItem - components: - - pos: 26.06125,0.6245463 - parent: 852 - type: Transform -- uid: 787 - type: WallReinforced - components: - - pos: 37.5,22.5 - parent: 852 - type: Transform -- uid: 788 - type: LockerScienceFilled - components: - - pos: -8.5,-17.5 - parent: 852 - type: Transform -- uid: 789 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 38.5,20.5 - parent: 852 - type: Transform -- uid: 790 - type: ReinforcedWindow - components: - - pos: -44.5,7.5 - parent: 852 - type: Transform -- uid: 791 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 792 - type: VendingMachineChang - components: - - pos: -34.5,10.5 - parent: 852 - type: Transform - - sprite: Structures/Machines/VendingMachines/cigs.rsi - type: Sprite -- uid: 793 - type: ToiletEmpty - components: - - rot: -1.5707963267948966 rad - pos: 13.5,26.5 - parent: 852 - type: Transform -- uid: 794 - type: ClothingBackpackDuffel - components: - - pos: 29.542616,1.7495463 - parent: 852 - type: Transform -- uid: 795 - type: CableApcExtension - components: - - pos: 19.5,16.5 - parent: 852 - type: Transform -- uid: 796 - type: WallSolid - components: - - pos: 1.5,-4.5 - parent: 852 - type: Transform -- uid: 797 - type: SheetSteel - components: - - pos: 29.05824,0.4995463 - parent: 852 - type: Transform -- uid: 798 - type: TrashBag - components: - - pos: 26.417616,0.6089213 - parent: 852 - type: Transform -- uid: 799 - type: ClosetChefFilled - components: - - pos: -12.5,1.5 - parent: 852 - type: Transform -- uid: 800 - type: VendingMachineJaniDrobe - components: - - pos: -19.5,10.5 - parent: 852 - type: Transform -- uid: 801 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: -0.5,12.5 - parent: 852 - type: Transform -- uid: 802 - type: LockerMedicalFilled - components: - - pos: 23.5,-7.5 - parent: 852 - type: Transform -- uid: 803 - type: LockerSecurityFilled - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,13.5 - parent: 852 - type: Transform -- uid: 804 - type: LockerSecurityFilled - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,13.5 - parent: 852 - type: Transform -- uid: 805 - type: VendingMachineSec - components: - - pos: -14.5,13.5 - parent: 852 - type: Transform -- uid: 806 - type: AtmosFixNitrogenMarker - components: - - pos: 32.5,21.5 - parent: 852 - type: Transform -- uid: 807 - type: hydroponicsTray - components: - - pos: -18.5,-1.5 - parent: 852 - type: Transform -- uid: 808 - type: LockerChiefMedicalOfficerFilled - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-15.5 - parent: 852 - type: Transform -- uid: 809 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-17.5 - parent: 852 - type: Transform -- uid: 810 - type: ComputerId - components: - - pos: 7.5,21.5 - parent: 852 - type: Transform -- uid: 811 - type: Grille - components: - - pos: -40.5,3.5 - parent: 852 - type: Transform -- uid: 812 - type: TrashBag - components: - - pos: 26.667616,0.6089213 - parent: 852 - type: Transform -- uid: 813 - type: GasPipeStraight - components: - - pos: 39.5,22.5 - parent: 852 - type: Transform -- uid: 814 - type: CableApcExtension - components: - - pos: 22.5,16.5 - parent: 852 - type: Transform -- uid: 815 - type: CableApcExtension - components: - - pos: 21.5,16.5 - parent: 852 - type: Transform -- uid: 816 - type: LockerChiefEngineerFilled - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-1.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 1734 - type: ContainerContainer -- uid: 817 - type: Table - components: - - pos: 50.5,4.5 - parent: 852 - type: Transform -- uid: 818 - type: LockerEngineerFilled - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-2.5 - parent: 852 - type: Transform -- uid: 819 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -3.5,-24.5 - parent: 852 - type: Transform -- uid: 820 - type: AirlockMaintKitchenLocked - components: - - pos: -14.5,-4.5 - parent: 852 - type: Transform -- uid: 821 - type: GasPipeBend - components: - - pos: 47.5,23.5 - parent: 852 - type: Transform -- uid: 822 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 40.5,19.5 - parent: 852 - type: Transform -- uid: 823 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-17.5 - parent: 852 - type: Transform -- uid: 824 - type: StoolBar - components: - - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 852 - type: Transform -- uid: 825 - type: WallReinforced - components: - - pos: 58.5,8.5 - parent: 852 - type: Transform -- uid: 826 - type: WallReinforced - components: - - pos: 57.5,8.5 - parent: 852 - type: Transform -- uid: 827 - type: WallReinforced - components: - - pos: 55.5,8.5 - parent: 852 - type: Transform -- uid: 828 - type: WallReinforced - components: - - pos: 54.5,7.5 - parent: 852 - type: Transform -- uid: 829 - type: ReinforcedWindow - components: - - pos: 52.5,8.5 - parent: 852 - type: Transform -- uid: 830 - type: CableMV - components: - - pos: 62.5,-1.5 - parent: 852 - type: Transform -- uid: 831 - type: CableHV - components: - - pos: 58.5,-1.5 - parent: 852 - type: Transform -- uid: 832 - type: CableHV - components: - - pos: 57.5,-1.5 - parent: 852 - type: Transform -- uid: 833 - type: SMESBasic - components: - - pos: 58.5,-1.5 - parent: 852 - type: Transform -- uid: 834 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 47.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 835 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 49.5,-7.5 - parent: 852 - type: Transform -- uid: 836 - type: Catwalk - components: - - pos: 48.5,-2.5 - parent: 852 - type: Transform -- uid: 837 - type: DisposalTrunk - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,11.5 - parent: 852 - type: Transform -- uid: 838 - type: DisposalBend - components: - - rot: 3.141592697301183 rad - pos: -29.5,10.5 - parent: 852 - type: Transform -- uid: 839 - type: DisposalBend - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,10.5 - parent: 852 - type: Transform -- uid: 840 - type: DisposalBend - components: - - rot: 1.5707963705062866 rad - pos: -8.5,-14.5 - parent: 852 - type: Transform -- uid: 841 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -7.5,-14.5 - parent: 852 - type: Transform -- uid: 842 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -6.5,-14.5 - parent: 852 - type: Transform -- uid: 843 - type: DisposalTrunk - components: - - rot: 4.71238902409608 rad - pos: -5.5,-14.5 - parent: 852 - type: Transform -- uid: 844 - type: DisposalUnit - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-14.5 - parent: 852 - type: Transform -- uid: 845 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: -9.5,-15.5 - parent: 852 - type: Transform -- uid: 846 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -15.5,-15.5 - parent: 852 - type: Transform -- uid: 847 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -13.5,-15.5 - parent: 852 - type: Transform -- uid: 848 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -14.5,-15.5 - parent: 852 - type: Transform -- uid: 849 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -12.5,-15.5 - parent: 852 - type: Transform -- uid: 850 - type: DisposalPipe - components: - - rot: 1.5707963705062866 rad - pos: -11.5,-15.5 - parent: 852 - type: Transform -- uid: 851 - type: DisposalPipe - components: - - rot: 3.141592697301183 rad - pos: -10.5,-16.5 - parent: 852 - type: Transform -- uid: 852 - components: - - name: Saltern Station - type: MetaData - - parent: 658 - type: Transform - - index: 0 - type: MapGrid - - id: Saltern - type: BecomesStation - - tiles: - -16,-16: 0 - -16,-15: 0 - -16,-14: 0 - -16,-13: 0 - -16,-12: 0 - -16,-11: 0 - -16,-10: 0 - -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,-16: 0 - -15,-15: 0 - -15,-14: 0 - -15,-13: 0 - -15,-12: 0 - -15,-11: 0 - -15,-10: 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,-16: 0 - -14,-15: 0 - -14,-14: 0 - -14,-13: 0 - -14,-12: 0 - -14,-11: 0 - -14,-10: 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,-16: 0 - -13,-15: 0 - -13,-14: 0 - -13,-13: 0 - -13,-12: 0 - -13,-11: 0 - -13,-10: 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,-16: 0 - -12,-15: 0 - -12,-14: 0 - -12,-13: 0 - -12,-12: 0 - -12,-11: 0 - -12,-10: 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,-16: 0 - -11,-15: 0 - -11,-14: 0 - -11,-13: 0 - -11,-12: 0 - -11,-11: 0 - -11,-10: 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,-16: 0 - -10,-15: 0 - -10,-14: 0 - -10,-13: 0 - -10,-12: 0 - -10,-11: 0 - -10,-10: 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,-16: 0 - -9,-15: 0 - -9,-14: 0 - -9,-13: 0 - -9,-12: 0 - -9,-11: 0 - -9,-10: 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,-16: 0 - -8,-15: 0 - -8,-14: 0 - -8,-13: 0 - -8,-12: 0 - -8,-11: 0 - -8,-10: 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,-16: 0 - -7,-15: 0 - -7,-14: 0 - -7,-13: 0 - -7,-12: 0 - -7,-11: 0 - -7,-10: 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,-16: 0 - -6,-15: 0 - -6,-14: 0 - -6,-13: 0 - -6,-12: 0 - -6,-11: 0 - -6,-10: 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,-16: 0 - -5,-15: 0 - -5,-14: 0 - -5,-13: 0 - -5,-12: 0 - -5,-11: 0 - -5,-10: 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,-16: 0 - -4,-15: 0 - -4,-14: 0 - -4,-13: 0 - -4,-12: 0 - -4,-11: 0 - -4,-10: 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,-16: 0 - -3,-15: 0 - -3,-14: 0 - -3,-13: 0 - -3,-12: 0 - -3,-11: 0 - -3,-10: 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,-16: 0 - -2,-15: 0 - -2,-14: 0 - -2,-13: 0 - -2,-12: 0 - -2,-11: 0 - -2,-10: 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,-16: 0 - -1,-15: 0 - -1,-14: 0 - -1,-13: 0 - -1,-12: 0 - -1,-11: 0 - -1,-10: 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 - -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 - -16,11: 0 - -16,12: 0 - -16,13: 0 - -16,14: 0 - -16,15: 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 - -15,11: 0 - -15,12: 0 - -15,13: 0 - -15,14: 0 - -15,15: 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 - -14,11: 0 - -14,12: 0 - -14,13: 0 - -14,14: 0 - -14,15: 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 - -13,11: 0 - -13,12: 0 - -13,13: 0 - -13,14: 0 - -13,15: 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 - -12,11: 0 - -12,12: 0 - -12,13: 0 - -12,14: 0 - -12,15: 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 - -11,11: 0 - -11,12: 0 - -11,13: 0 - -11,14: 0 - -11,15: 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 - -10,11: 0 - -10,12: 0 - -10,13: 0 - -10,14: 0 - -10,15: 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 - -9,11: 0 - -9,12: 0 - -9,13: 0 - -9,14: 0 - -9,15: 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 - -8,11: 0 - -8,12: 0 - -8,13: 0 - -8,14: 0 - -8,15: 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 - -7,11: 0 - -7,12: 0 - -7,13: 0 - -7,14: 0 - -7,15: 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 - -6,11: 0 - -6,12: 0 - -6,13: 0 - -6,14: 0 - -6,15: 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 - -5,11: 0 - -5,12: 0 - -5,13: 0 - -5,14: 0 - -5,15: 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 - -4,11: 0 - -4,12: 0 - -4,13: 0 - -4,14: 0 - -4,15: 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 - -3,11: 0 - -3,12: 0 - -3,13: 0 - -3,14: 0 - -3,15: 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 - -2,11: 0 - -2,12: 0 - -2,13: 0 - -2,14: 0 - -2,15: 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: 0 - -1,9: 0 - -1,10: 0 - -1,11: 0 - -1,12: 0 - -1,13: 0 - -1,14: 0 - -1,15: 0 - 0,-16: 0 - 0,-15: 0 - 0,-14: 0 - 0,-13: 0 - 0,-12: 0 - 0,-11: 0 - 0,-10: 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,-16: 0 - 1,-15: 0 - 1,-14: 0 - 1,-13: 0 - 1,-12: 0 - 1,-11: 0 - 1,-10: 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,-16: 0 - 2,-15: 0 - 2,-14: 0 - 2,-13: 0 - 2,-12: 0 - 2,-11: 0 - 2,-10: 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,-16: 0 - 3,-15: 0 - 3,-14: 0 - 3,-13: 0 - 3,-12: 0 - 3,-11: 0 - 3,-10: 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,-16: 0 - 4,-15: 0 - 4,-14: 0 - 4,-13: 0 - 4,-12: 0 - 4,-11: 0 - 4,-10: 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,-16: 0 - 5,-15: 0 - 5,-14: 0 - 5,-13: 0 - 5,-12: 0 - 5,-11: 0 - 5,-10: 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,-16: 0 - 6,-15: 0 - 6,-14: 0 - 6,-13: 0 - 6,-12: 0 - 6,-11: 0 - 6,-10: 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,-16: 0 - 7,-15: 0 - 7,-14: 0 - 7,-13: 0 - 7,-12: 0 - 7,-11: 0 - 7,-10: 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,-16: 0 - 8,-15: 0 - 8,-14: 0 - 8,-13: 0 - 8,-12: 0 - 8,-11: 0 - 8,-10: 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,-16: 0 - 9,-15: 0 - 9,-14: 0 - 9,-13: 0 - 9,-12: 0 - 9,-11: 0 - 9,-10: 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,-16: 0 - 10,-15: 0 - 10,-14: 0 - 10,-13: 0 - 10,-12: 0 - 10,-11: 0 - 10,-10: 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,-16: 0 - 11,-15: 0 - 11,-14: 0 - 11,-13: 0 - 11,-12: 0 - 11,-11: 0 - 11,-10: 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,-16: 0 - 12,-15: 0 - 12,-14: 0 - 12,-13: 0 - 12,-12: 0 - 12,-11: 0 - 12,-10: 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,-16: 0 - 13,-15: 0 - 13,-14: 0 - 13,-13: 0 - 13,-12: 0 - 13,-11: 0 - 13,-10: 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,-16: 0 - 14,-15: 0 - 14,-14: 0 - 14,-13: 0 - 14,-12: 0 - 14,-11: 0 - 14,-10: 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,-16: 0 - 15,-15: 0 - 15,-14: 0 - 15,-13: 0 - 15,-12: 0 - 15,-11: 0 - 15,-10: 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 - 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: 0 - 0,11: 0 - 0,12: 0 - 0,13: 0 - 0,14: 0 - 0,15: 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: 0 - 1,9: 0 - 1,10: 0 - 1,11: 0 - 1,12: 0 - 1,13: 0 - 1,14: 0 - 1,15: 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 - 2,11: 0 - 2,12: 0 - 2,13: 0 - 2,14: 0 - 2,15: 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 - 3,11: 0 - 3,12: 0 - 3,13: 0 - 3,14: 0 - 3,15: 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 - 4,11: 0 - 4,12: 0 - 4,13: 0 - 4,14: 0 - 4,15: 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 - 5,11: 0 - 5,12: 0 - 5,13: 0 - 5,14: 0 - 5,15: 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 - 6,11: 0 - 6,12: 0 - 6,13: 0 - 6,14: 0 - 6,15: 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 - 7,11: 0 - 7,12: 0 - 7,13: 0 - 7,14: 0 - 7,15: 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 - 8,11: 0 - 8,12: 0 - 8,13: 0 - 8,14: 0 - 8,15: 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 - 9,11: 0 - 9,12: 0 - 9,13: 0 - 9,14: 0 - 9,15: 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 - 10,11: 0 - 10,12: 0 - 10,13: 0 - 10,14: 0 - 10,15: 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 - 11,11: 0 - 11,12: 0 - 11,13: 0 - 11,14: 0 - 11,15: 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 - 12,11: 0 - 12,12: 0 - 12,13: 0 - 12,14: 0 - 12,15: 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 - 13,11: 0 - 13,12: 0 - 13,13: 0 - 13,14: 0 - 13,15: 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 - 14,11: 0 - 14,12: 0 - 14,13: 0 - 14,14: 0 - 14,15: 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 - 15,11: 0 - 15,12: 0 - 15,13: 0 - 15,14: 0 - 15,15: 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 - 16,11: 0 - 16,12: 0 - 16,13: 0 - 16,14: 0 - 16,15: 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 - 17,11: 0 - 17,12: 0 - 17,13: 0 - 17,14: 0 - 17,15: 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 - 18,11: 0 - 18,12: 0 - 18,13: 0 - 18,14: 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 - 19,11: 0 - 19,12: 0 - 19,13: 0 - 19,14: 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 - 20,11: 0 - 20,12: 0 - 20,13: 0 - 20,14: 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 - 21,11: 0 - 21,12: 0 - 21,13: 0 - 21,14: 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 - 22,11: 0 - 22,12: 0 - 22,13: 0 - 22,14: 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 - 23,11: 0 - 23,12: 0 - 23,13: 0 - 23,14: 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 - 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 - 25,11: 0 - 25,12: 0 - 25,13: 0 - 25,14: 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 - 26,11: 0 - 26,12: 0 - 26,13: 0 - 26,14: 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 - 27,11: 0 - 27,12: 0 - 27,13: 0 - 27,14: 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 - 28,11: 0 - 28,12: 0 - 28,13: 0 - 28,14: 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 - 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: 0 - 31,11: 0 - 31,12: 0 - 31,13: 0 - 31,14: 0 - 31,15: 0 - 0,16: 0 - 0,17: 0 - 0,18: 0 - 0,19: 0 - 0,20: 0 - 0,21: 0 - 0,22: 0 - 0,23: 0 - 0,24: 0 - 0,25: 0 - 0,26: 0 - 0,27: 0 - 0,28: 0 - 0,29: 0 - 0,30: 0 - 0,31: 0 - 1,16: 0 - 1,17: 0 - 1,18: 0 - 1,19: 0 - 1,20: 0 - 1,21: 0 - 1,22: 0 - 1,23: 0 - 1,24: 0 - 1,25: 0 - 1,26: 0 - 1,27: 0 - 1,28: 0 - 1,29: 0 - 1,30: 0 - 1,31: 0 - 2,16: 0 - 2,17: 0 - 2,18: 0 - 2,19: 0 - 2,20: 0 - 2,21: 0 - 2,22: 0 - 2,23: 0 - 2,24: 0 - 2,25: 0 - 2,26: 0 - 2,27: 0 - 2,28: 0 - 2,29: 0 - 2,30: 0 - 2,31: 0 - 3,16: 0 - 3,17: 0 - 3,18: 0 - 3,19: 0 - 3,20: 0 - 3,21: 0 - 3,22: 0 - 3,23: 0 - 3,24: 0 - 3,25: 0 - 3,26: 0 - 3,27: 0 - 3,28: 0 - 3,29: 0 - 3,30: 0 - 3,31: 0 - 4,16: 0 - 4,17: 0 - 4,18: 0 - 4,19: 0 - 4,20: 0 - 4,21: 0 - 4,22: 0 - 4,23: 0 - 4,24: 0 - 4,25: 0 - 4,26: 0 - 4,27: 0 - 4,28: 0 - 4,29: 0 - 4,30: 0 - 4,31: 0 - 5,16: 0 - 5,17: 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,26: 0 - 5,27: 0 - 5,28: 0 - 5,29: 0 - 5,30: 0 - 5,31: 0 - 6,16: 0 - 6,17: 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,26: 0 - 6,27: 0 - 6,28: 0 - 6,29: 0 - 6,30: 0 - 6,31: 0 - 7,16: 0 - 7,17: 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,26: 0 - 7,27: 0 - 7,28: 0 - 7,29: 0 - 7,30: 0 - 7,31: 0 - 8,16: 0 - 8,17: 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 - 9,16: 0 - 9,17: 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 - 10,16: 0 - 10,17: 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 - 11,16: 0 - 11,17: 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 - 12,16: 0 - 12,17: 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 - 13,16: 0 - 13,17: 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 - 14,16: 0 - 14,17: 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 - 15,16: 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 - -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: 0 - -31,11: 0 - -31,12: 0 - -31,13: 0 - -31,14: 0 - -31,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 - -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 - -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 - -28,11: 0 - -28,12: 0 - -28,13: 0 - -28,14: 0 - -28,15: 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 - -27,11: 0 - -27,12: 0 - -27,13: 0 - -27,14: 0 - -27,15: 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 - -26,11: 0 - -26,12: 0 - -26,13: 0 - -26,14: 0 - -26,15: 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 - -25,11: 0 - -25,12: 0 - -25,13: 0 - -25,14: 0 - -25,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 - -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 - -23,11: 0 - -23,12: 0 - -23,13: 0 - -23,14: 0 - -23,15: 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 - -22,11: 0 - -22,12: 0 - -22,13: 0 - -22,14: 0 - -22,15: 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 - -21,11: 0 - -21,12: 0 - -21,13: 0 - -21,14: 0 - -21,15: 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 - -20,11: 0 - -20,12: 0 - -20,13: 0 - -20,14: 0 - -20,15: 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 - -19,11: 0 - -19,12: 0 - -19,13: 0 - -19,14: 0 - -19,15: 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 - -18,11: 0 - -18,12: 0 - -18,13: 0 - -18,14: 0 - -18,15: 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 - -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 - 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 - 17,-16: 0 - 17,-15: 0 - 17,-14: 0 - 17,-13: 0 - 17,-12: 0 - 17,-11: 0 - 17,-10: 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,-16: 0 - 18,-15: 0 - 18,-14: 0 - 18,-13: 0 - 18,-12: 0 - 18,-11: 0 - 18,-10: 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,-16: 0 - 19,-15: 0 - 19,-14: 0 - 19,-13: 0 - 19,-12: 0 - 19,-11: 0 - 19,-10: 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,-16: 0 - 20,-15: 0 - 20,-14: 0 - 20,-13: 0 - 20,-12: 0 - 20,-11: 0 - 20,-10: 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,-16: 0 - 21,-15: 0 - 21,-14: 0 - 21,-13: 0 - 21,-12: 0 - 21,-11: 0 - 21,-10: 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 - 22,-16: 0 - 22,-15: 0 - 22,-14: 0 - 22,-13: 0 - 22,-12: 0 - 22,-11: 0 - 22,-10: 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 - 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,-3: 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,-3: 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,-3: 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,-3: 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,-3: 0 - 28,-2: 0 - 28,-1: 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,-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 - 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 - 0,-20: 0 - 0,-19: 0 - 0,-18: 0 - 0,-17: 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 - 1,-20: 0 - 1,-19: 0 - 1,-18: 0 - 1,-17: 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 - 2,-20: 0 - 2,-19: 0 - 2,-18: 0 - 2,-17: 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 - 3,-20: 0 - 3,-19: 0 - 3,-18: 0 - 3,-17: 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 - 4,-20: 0 - 4,-19: 0 - 4,-18: 0 - 4,-17: 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 - 5,-20: 0 - 5,-19: 0 - 5,-18: 0 - 5,-17: 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 - 6,-20: 0 - 6,-19: 0 - 6,-18: 0 - 6,-17: 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 - 7,-20: 0 - 7,-19: 0 - 7,-18: 0 - 7,-17: 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 - 8,-20: 0 - 8,-19: 0 - 8,-18: 0 - 8,-17: 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 - 9,-20: 0 - 9,-19: 0 - 9,-18: 0 - 9,-17: 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 - 10,-20: 0 - 10,-19: 0 - 10,-18: 0 - 10,-17: 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 - 11,-20: 0 - 11,-19: 0 - 11,-18: 0 - 11,-17: 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 - 12,-20: 0 - 12,-19: 0 - 12,-18: 0 - 12,-17: 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 - 13,-20: 0 - 13,-19: 0 - 13,-18: 0 - 13,-17: 0 - 14,-27: 0 - 14,-26: 0 - 14,-25: 0 - 14,-24: 0 - 14,-23: 0 - 14,-22: 0 - 14,-21: 0 - 14,-20: 0 - 14,-19: 0 - 14,-18: 0 - 14,-17: 0 - 15,-27: 0 - 15,-26: 0 - 15,-25: 0 - 15,-24: 0 - 15,-23: 0 - 15,-22: 0 - 15,-21: 0 - 15,-20: 0 - 15,-19: 0 - 15,-18: 0 - 15,-17: 0 - 16,-27: 0 - 16,-26: 0 - 16,-25: 0 - 16,-24: 0 - 16,-23: 0 - 16,-22: 0 - 16,-21: 0 - 16,-20: 0 - 16,-19: 0 - 16,-18: 0 - 16,-17: 0 - 17,-27: 0 - 17,-26: 0 - 17,-25: 0 - 17,-24: 0 - 17,-23: 0 - 17,-22: 0 - 17,-21: 0 - 17,-20: 0 - 17,-19: 0 - 17,-18: 0 - 17,-17: 0 - 18,-27: 0 - 18,-26: 0 - 18,-25: 0 - 18,-24: 0 - 18,-23: 0 - 18,-22: 0 - 18,-21: 0 - 18,-20: 0 - 18,-19: 0 - 18,-18: 0 - 18,-17: 0 - 19,-27: 0 - 19,-26: 0 - 19,-25: 0 - 19,-24: 0 - 19,-23: 0 - 19,-22: 0 - 19,-21: 0 - 19,-20: 0 - 19,-19: 0 - 19,-18: 0 - 19,-17: 0 - 20,-27: 0 - 20,-26: 0 - 20,-25: 0 - 20,-24: 0 - 20,-23: 0 - 20,-22: 0 - 20,-21: 0 - 20,-20: 0 - 20,-19: 0 - 20,-18: 0 - 20,-17: 0 - 21,-27: 0 - 21,-26: 0 - 21,-25: 0 - 21,-24: 0 - 21,-23: 0 - 21,-22: 0 - 21,-21: 0 - 21,-20: 0 - 21,-19: 0 - 21,-18: 0 - 21,-17: 0 - 22,-27: 0 - 22,-26: 0 - 22,-25: 0 - 22,-24: 0 - 22,-23: 0 - 22,-22: 0 - 22,-21: 0 - 22,-20: 0 - 22,-19: 0 - 22,-18: 0 - 22,-17: 0 - 23,-27: 0 - 23,-26: 0 - 23,-25: 0 - 23,-24: 0 - 23,-23: 0 - 23,-22: 0 - 23,-21: 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 - -16,16: 0 - -16,17: 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 - -16,26: 0 - -15,16: 0 - -15,17: 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 - -15,26: 0 - -14,16: 0 - -14,17: 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 - -14,26: 0 - -13,16: 0 - -13,17: 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 - -13,26: 0 - -12,16: 0 - -12,17: 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 - -12,26: 0 - -11,16: 0 - -11,17: 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 - -11,26: 0 - -10,16: 0 - -10,17: 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 - -9,16: 0 - -9,17: 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 - -8,16: 0 - -8,17: 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 - -7,16: 0 - -7,17: 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,26: 0 - -6,16: 0 - -6,17: 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 - -5,16: 0 - -5,17: 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 - -4,16: 0 - -4,17: 0 - -4,18: 0 - -4,19: 0 - -4,20: 0 - -4,21: 0 - -4,22: 0 - -4,23: 0 - -4,24: 0 - -4,25: 0 - -4,26: 0 - -4,27: 0 - -4,28: 0 - -4,29: 0 - -4,30: 0 - -4,31: 0 - -3,16: 0 - -3,17: 0 - -3,18: 0 - -3,19: 0 - -3,20: 0 - -3,21: 0 - -3,22: 0 - -3,23: 0 - -3,24: 0 - -3,25: 0 - -3,26: 0 - -3,27: 0 - -3,28: 0 - -3,29: 0 - -3,30: 0 - -3,31: 0 - -2,16: 0 - -2,17: 0 - -2,18: 0 - -2,19: 0 - -2,20: 0 - -2,21: 0 - -2,22: 0 - -2,23: 0 - -2,24: 0 - -2,25: 0 - -2,26: 0 - -2,27: 0 - -2,28: 0 - -2,29: 0 - -2,30: 0 - -2,31: 0 - -1,16: 0 - -1,17: 0 - -1,18: 0 - -1,19: 0 - -1,20: 0 - -1,21: 0 - -1,22: 0 - -1,23: 0 - -1,24: 0 - -1,25: 0 - -1,26: 0 - -1,27: 0 - -1,28: 0 - -1,29: 0 - -1,30: 0 - -1,31: 0 - -20,16: 0 - -20,17: 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 - -20,26: 0 - -19,16: 0 - -19,17: 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 - -19,26: 0 - -18,16: 0 - -18,17: 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 - -18,26: 0 - -17,16: 0 - -17,17: 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 - -17,26: 0 - -3,32: 0 - -2,32: 0 - -2,33: 0 - -1,32: 0 - -1,33: 0 - 16,16: 0 - 17,16: 0 - 0,32: 0 - 0,33: 0 - 1,32: 0 - 1,33: 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 - 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: 0 - 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: 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 - 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: 0 - 37,11: 0 - 37,12: 0 - 37,13: 0 - 37,14: 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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,-6: 0 - 40,-5: 0 - 40,-4: 0 - 40,-3: 0 - 40,-2: 0 - 40,-1: 0 - 41,-6: 0 - 41,-5: 0 - 41,-4: 0 - 41,-3: 0 - 41,-2: 0 - 41,-1: 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,-6: 0 - 43,-5: 0 - 43,-4: 0 - 43,-3: 0 - 43,-2: 0 - 43,-1: 0 - 44,-15: 0 - 44,-14: 0 - 44,-13: 0 - 44,-12: 0 - 44,-11: 0 - 44,-10: 0 - 44,-9: 0 - 44,-6: 0 - 44,-5: 0 - 44,-4: 0 - 44,-3: 0 - 44,-2: 0 - 44,-1: 0 - 45,-15: 0 - 45,-14: 0 - 45,-13: 0 - 45,-12: 0 - 45,-11: 0 - 45,-10: 0 - 45,-9: 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 - 46,-4: 0 - 46,-3: 0 - 46,-2: 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 - 47,-4: 0 - 47,-3: 0 - 47,-2: 0 - 47,-1: 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 - -16,-20: 0 - -16,-19: 0 - -16,-18: 0 - -16,-17: 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 - -15,-20: 0 - -15,-19: 0 - -15,-18: 0 - -15,-17: 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 - -14,-20: 0 - -14,-19: 0 - -14,-18: 0 - -14,-17: 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 - -13,-20: 0 - -13,-19: 0 - -13,-18: 0 - -13,-17: 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 - -12,-20: 0 - -12,-19: 0 - -12,-18: 0 - -12,-17: 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 - -11,-20: 0 - -11,-19: 0 - -11,-18: 0 - -11,-17: 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 - -10,-20: 0 - -10,-19: 0 - -10,-18: 0 - -10,-17: 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 - -9,-20: 0 - -9,-19: 0 - -9,-18: 0 - -9,-17: 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 - -8,-20: 0 - -8,-19: 0 - -8,-18: 0 - -8,-17: 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 - -7,-20: 0 - -7,-19: 0 - -7,-18: 0 - -7,-17: 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 - -6,-20: 0 - -6,-19: 0 - -6,-18: 0 - -6,-17: 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 - -5,-20: 0 - -5,-19: 0 - -5,-18: 0 - -5,-17: 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 - -4,-20: 0 - -4,-19: 0 - -4,-18: 0 - -4,-17: 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 - -3,-20: 0 - -3,-19: 0 - -3,-18: 0 - -3,-17: 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 - -2,-20: 0 - -2,-19: 0 - -2,-18: 0 - -2,-17: 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 - -1,-20: 0 - -1,-19: 0 - -1,-18: 0 - -1,-17: 0 - -26,-17: 0 - -25,-17: 0 - -24,-17: 0 - -23,-17: 0 - -22,-17: 0 - -21,-17: 0 - -20,-17: 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 - -19,-20: 0 - -19,-19: 0 - -19,-18: 0 - -19,-17: 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 - -18,-20: 0 - -18,-19: 0 - -18,-18: 0 - -18,-17: 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 - -17,-20: 0 - -17,-19: 0 - -17,-18: 0 - -17,-17: 0 - -32,-13: 0 - -32,-12: 0 - -32,-11: 0 - -32,-10: 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 - -31,-13: 0 - -31,-12: 0 - -31,-11: 0 - -31,-10: 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 - -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 - -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 - -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,-3: 0 - -28,-2: 0 - -28,-1: 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,-3: 0 - -27,-2: 0 - -27,-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,-3: 0 - -26,-2: 0 - -26,-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,-3: 0 - -25,-2: 0 - -25,-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 - -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,-3: 0 - -23,-2: 0 - -23,-1: 0 - -22,-16: 0 - -22,-15: 0 - -22,-14: 0 - -22,-13: 0 - -22,-12: 0 - -22,-11: 0 - -22,-10: 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,-16: 0 - -21,-15: 0 - -21,-14: 0 - -21,-13: 0 - -21,-12: 0 - -21,-11: 0 - -21,-10: 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,-16: 0 - -20,-15: 0 - -20,-14: 0 - -20,-13: 0 - -20,-12: 0 - -20,-11: 0 - -20,-10: 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,-16: 0 - -19,-15: 0 - -19,-14: 0 - -19,-13: 0 - -19,-12: 0 - -19,-11: 0 - -19,-10: 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,-16: 0 - -18,-15: 0 - -18,-14: 0 - -18,-13: 0 - -18,-12: 0 - -18,-11: 0 - -18,-10: 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,-16: 0 - -17,-15: 0 - -17,-14: 0 - -17,-13: 0 - -17,-12: 0 - -17,-11: 0 - -17,-10: 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 - -42,3: 0 - -42,4: 0 - -42,5: 0 - -42,7: 0 - -42,8: 0 - -42,9: 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 - -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 - -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 - -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 - -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: 0 - -37,11: 0 - -36,0: 0 - -36,1: 0 - -36,2: 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 - -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 - -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: 0 - -34,11: 0 - -34,12: 0 - -34,13: 0 - -34,14: 0 - -34,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 - -40,-5: 0 - -40,-4: 0 - -40,-3: 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 - -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 - -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 - -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 - -35,-13: 0 - -35,-12: 0 - -35,-11: 0 - -35,-10: 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 - -34,-13: 0 - -34,-12: 0 - -34,-11: 0 - -34,-10: 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 - -33,-13: 0 - -33,-12: 0 - -33,-11: 0 - -33,-10: 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 - 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 - 48,-4: 0 - 48,-3: 0 - 48,-2: 0 - 48,-1: 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 - 49,-4: 0 - 49,-3: 0 - 49,-2: 0 - 49,-1: 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 - 50,-4: 0 - 50,-3: 0 - 50,-2: 0 - 50,-1: 0 - 51,-15: 0 - 51,-14: 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,-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 - 52,-4: 0 - 52,-3: 0 - 52,-2: 0 - 53,-15: 0 - 53,-14: 0 - 53,-13: 0 - 53,-12: 0 - 53,-11: 0 - 53,-10: 0 - 53,-9: 0 - 54,-15: 0 - 54,-14: 0 - 54,-13: 0 - 54,-12: 0 - 54,-11: 0 - 54,-10: 0 - 54,-9: 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 - 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 - 41,-29: 0 - 41,-25: 0 - 41,-21: 0 - 41,-18: 0 - 42,-32: 0 - 42,-31: 0 - 42,-30: 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 - 43,-32: 0 - 43,-29: 0 - 43,-25: 0 - 43,-21: 0 - 43,-18: 0 - 43,-17: 0 - 44,-32: 0 - 44,-29: 0 - 44,-25: 0 - 44,-21: 0 - 44,-18: 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 - 45,-20: 0 - 45,-19: 0 - 45,-18: 0 - 46,-32: 0 - 46,-29: 0 - 46,-25: 0 - 46,-21: 0 - 46,-18: 0 - 46,-17: 0 - 47,-32: 0 - 47,-29: 0 - 47,-25: 0 - 47,-21: 0 - 47,-18: 0 - 48,-32: 0 - 48,-29: 0 - 48,-25: 0 - 48,-21: 0 - 48,-18: 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 - 49,-18: 0 - 49,-17: 0 - 50,-32: 0 - 50,-29: 0 - 50,-25: 0 - 50,-21: 0 - 50,-18: 0 - 51,-32: 0 - 51,-29: 0 - 51,-25: 0 - 51,-21: 0 - 51,-18: 0 - 52,-32: 0 - 52,-29: 0 - 52,-25: 0 - 52,-21: 0 - 52,-18: 0 - 52,-17: 0 - 53,-32: 0 - 53,-31: 0 - 53,-30: 0 - 53,-29: 0 - 53,-28: 0 - 53,-27: 0 - 53,-26: 0 - 53,-25: 0 - 53,-24: 0 - 53,-23: 0 - 53,-22: 0 - 53,-21: 0 - 53,-20: 0 - 53,-19: 0 - 53,-18: 0 - 54,-32: 0 - 54,-29: 0 - 54,-25: 0 - 54,-21: 0 - 54,-18: 0 - 55,-32: 0 - 55,-29: 0 - 55,-25: 0 - 55,-21: 0 - 55,-18: 0 - 55,-17: 0 - 56,-32: 0 - 56,-31: 0 - 56,-30: 0 - 56,-29: 0 - 56,-28: 0 - 56,-27: 0 - 56,-26: 0 - 56,-25: 0 - 56,-24: 0 - 56,-23: 0 - 56,-22: 0 - 56,-21: 0 - 56,-20: 0 - 56,-19: 0 - 56,-18: 0 - 57,-29: 0 - 57,-25: 0 - 57,-21: 0 - 57,-18: 0 - 58,-32: 0 - 58,-31: 0 - 58,-30: 0 - 58,-29: 0 - 58,-28: 0 - 58,-27: 0 - 58,-26: 0 - 58,-25: 0 - 58,-24: 0 - 58,-23: 0 - 58,-22: 0 - 58,-21: 0 - 58,-20: 0 - 58,-19: 0 - 58,-18: 0 - 48,-34: 0 - 49,-34: 0 - 49,-33: 0 - 50,-34: 0 - 51,-34: 0 - 52,-34: 0 - 53,-34: 0 - 53,-33: 0 - 54,-34: 0 - 55,-34: 0 - 56,-34: 0 - 57,-34: 0 - 58,-34: 0 - 58,-33: 0 - 40,-34: 0 - 40,-33: 0 - 41,-34: 0 - 42,-34: 0 - 43,-34: 0 - 44,-34: 0 - 45,-34: 0 - 45,-33: 0 - 46,-34: 0 - 47,-34: 0 - 24,-27: 0 - 24,-26: 0 - 24,-25: 0 - 24,-24: 0 - 24,-23: 0 - 24,-22: 0 - 24,-21: 0 - 25,-27: 0 - 25,-26: 0 - 25,-25: 0 - 25,-24: 0 - 25,-23: 0 - 25,-22: 0 - 25,-21: 0 - 26,-27: 0 - 26,-26: 0 - 26,-25: 0 - 26,-24: 0 - 26,-23: 0 - 26,-22: 0 - 26,-21: 0 - 27,-27: 0 - 27,-26: 0 - 27,-25: 0 - 27,-24: 0 - 27,-23: 0 - 27,-22: 0 - 27,-21: 0 - 28,-27: 0 - 28,-26: 0 - 28,-25: 0 - 28,-24: 0 - 28,-23: 0 - 28,-22: 0 - 28,-21: 0 - -28,16: 0 - -28,17: 0 - -28,18: 0 - -28,19: 0 - -28,20: 0 - -28,21: 0 - -27,16: 0 - -27,17: 0 - -27,18: 0 - -27,19: 0 - -27,20: 0 - -27,21: 0 - -26,16: 0 - -26,17: 0 - -26,18: 0 - -26,19: 0 - -26,20: 0 - -26,21: 0 - -25,16: 0 - -25,17: 0 - -25,18: 0 - -25,19: 0 - -25,20: 0 - -25,21: 0 - -24,16: 0 - -24,17: 0 - -24,18: 0 - -24,19: 0 - -24,20: 0 - -24,21: 0 - -23,16: 0 - -23,17: 0 - -23,18: 0 - -23,19: 0 - -23,20: 0 - -23,21: 0 - -22,16: 0 - -22,17: 0 - -22,18: 0 - -22,19: 0 - -22,20: 0 - -22,21: 0 - -21,16: 0 - -21,17: 0 - -21,18: 0 - -21,19: 0 - -21,20: 0 - -21,21: 0 - 11,26: 0 - 11,27: 0 - 12,26: 0 - 12,27: 0 - 13,26: 0 - 13,27: 0 - 15,17: 0 - 15,18: 0 - 15,19: 0 - 15,20: 0 - 15,21: 0 - 15,22: 0 - 16,17: 0 - 16,18: 0 - 16,19: 0 - 16,20: 0 - 16,21: 0 - 16,22: 0 - 17,17: 0 - 17,18: 0 - 17,19: 0 - 17,20: 0 - 17,21: 0 - 17,22: 0 - 14,-32: 0 - 14,-31: 0 - 14,-30: 0 - 14,-29: 0 - 14,-28: 0 - 15,-32: 0 - 15,-31: 0 - 15,-30: 0 - 15,-29: 0 - 15,-28: 0 - 16,-32: 0 - 16,-31: 0 - 16,-30: 0 - 16,-29: 0 - 16,-28: 0 - 17,-32: 0 - 17,-31: 0 - 17,-30: 0 - 17,-29: 0 - 17,-28: 0 - 18,-32: 0 - 18,-31: 0 - 18,-30: 0 - 18,-29: 0 - 18,-28: 0 - 19,-32: 0 - 20,-32: 0 - 20,-31: 0 - 20,-30: 0 - 20,-29: 0 - 20,-28: 0 - 21,-32: 0 - 22,-32: 0 - 22,-31: 0 - 22,-30: 0 - 22,-29: 0 - 22,-28: 0 - 23,-32: 0 - 24,-32: 0 - 24,-31: 0 - 24,-30: 0 - 24,-29: 0 - 24,-28: 0 - 25,-32: 0 - 26,-32: 0 - 26,-31: 0 - 26,-30: 0 - 26,-29: 0 - 26,-28: 0 - 27,-32: 0 - 28,-32: 0 - 28,-31: 0 - 28,-30: 0 - 28,-29: 0 - 28,-28: 0 - -32,16: 0 - -32,17: 0 - -32,18: 0 - -32,21: 0 - -32,22: 0 - -32,23: 0 - -32,24: 0 - -32,25: 0 - -32,26: 0 - -32,27: 0 - -31,16: 0 - -31,17: 0 - -31,18: 0 - -31,21: 0 - -31,24: 0 - -31,27: 0 - -30,16: 0 - -30,17: 0 - -30,18: 0 - -30,21: 0 - -30,22: 0 - -30,23: 0 - -30,24: 0 - -30,25: 0 - -30,26: 0 - -30,27: 0 - -29,16: 0 - -29,17: 0 - -29,18: 0 - -29,21: 0 - -29,24: 0 - -29,27: 0 - -28,24: 0 - -28,27: 0 - -27,22: 0 - -27,23: 0 - -27,24: 0 - -27,25: 0 - -27,27: 0 - -26,22: 0 - -26,23: 0 - -26,24: 0 - -26,25: 0 - -26,26: 0 - -26,27: 0 - -25,22: 0 - -25,23: 0 - -25,24: 0 - -25,25: 0 - -25,26: 0 - -25,27: 0 - -24,22: 0 - -24,23: 0 - -24,24: 0 - -24,25: 0 - -24,26: 0 - -23,22: 0 - -23,23: 0 - -23,24: 0 - -23,25: 0 - -23,26: 0 - -22,22: 0 - -22,23: 0 - -22,24: 0 - -22,25: 0 - -22,26: 0 - -21,22: 0 - -21,23: 0 - -21,24: 0 - -21,25: 0 - -21,26: 0 - -40,21: 0 - -40,22: 0 - -40,23: 0 - -40,24: 0 - -40,25: 0 - -40,26: 0 - -40,27: 0 - -39,24: 0 - -38,21: 0 - -38,22: 0 - -38,23: 0 - -38,24: 0 - -38,25: 0 - -38,26: 0 - -38,27: 0 - -37,21: 0 - -37,24: 0 - -37,27: 0 - -36,21: 0 - -36,22: 0 - -36,23: 0 - -36,24: 0 - -36,25: 0 - -36,26: 0 - -36,27: 0 - -35,21: 0 - -35,24: 0 - -35,27: 0 - -34,16: 0 - -34,17: 0 - -34,18: 0 - -34,21: 0 - -34,22: 0 - -34,23: 0 - -34,24: 0 - -34,25: 0 - -34,26: 0 - -34,27: 0 - -33,16: 0 - -33,17: 0 - -33,18: 0 - -33,21: 0 - -33,24: 0 - -33,27: 0 - 13,-33: 0 - 14,-33: 0 - 15,-33: 0 - 16,-33: 0 - 17,-33: 0 - 29,15: 0 - 26,19: 0 - 27,19: 0 - 28,19: 0 - 29,16: 0 - 29,17: 0 - 29,18: 0 - 29,19: 0 - 30,16: 0 - 30,17: 0 - 30,18: 0 - 30,19: 0 - 30,20: 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 - 37,15: 0 - 38,15: 0 - 39,15: 0 - 40,15: 0 - 41,15: 0 - 42,15: 0 - 43,15: 0 - 44,15: 0 - 45,15: 0 - 46,15: 0 - 47,15: 0 - 48,15: 0 - 49,15: 0 - 32,16: 0 - 32,17: 0 - 32,18: 0 - 32,19: 0 - 32,20: 0 - 32,21: 1 - 32,22: 1 - 32,23: 1 - 32,24: 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 - 34,16: 0 - 34,17: 0 - 34,18: 0 - 34,19: 0 - 34,20: 0 - 34,21: 2 - 34,22: 2 - 34,23: 2 - 34,24: 0 - 35,16: 0 - 35,17: 0 - 35,18: 0 - 35,19: 0 - 35,20: 0 - 35,21: 0 - 35,22: 0 - 35,23: 0 - 35,24: 0 - 36,16: 0 - 36,17: 0 - 36,18: 0 - 36,19: 0 - 36,20: 0 - 36,21: 3 - 36,22: 3 - 36,23: 3 - 36,24: 0 - 36,25: 0 - 36,26: 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 - 38,16: 0 - 38,17: 0 - 38,18: 0 - 38,19: 0 - 38,20: 0 - 38,21: 3 - 38,22: 3 - 38,23: 3 - 39,16: 0 - 39,17: 0 - 39,18: 0 - 39,19: 0 - 39,20: 0 - 39,21: 0 - 39,22: 0 - 39,23: 0 - 40,16: 0 - 40,17: 0 - 40,18: 0 - 40,19: 0 - 40,20: 0 - 40,21: 4 - 40,22: 4 - 40,23: 4 - 41,16: 0 - 41,17: 0 - 41,18: 0 - 41,19: 0 - 41,20: 0 - 41,21: 0 - 41,22: 0 - 41,23: 0 - 42,16: 0 - 42,17: 0 - 42,18: 0 - 42,19: 0 - 42,20: 0 - 42,21: 3 - 42,22: 3 - 42,23: 3 - 43,16: 0 - 43,17: 0 - 43,18: 0 - 43,19: 0 - 43,20: 0 - 43,21: 0 - 43,22: 0 - 43,23: 0 - 44,16: 0 - 44,17: 0 - 44,18: 0 - 44,19: 0 - 44,20: 0 - 44,21: 3 - 44,22: 3 - 44,23: 3 - 45,16: 0 - 45,17: 0 - 45,18: 0 - 45,19: 0 - 45,20: 0 - 45,21: 0 - 45,22: 0 - 45,23: 0 - 46,16: 0 - 46,17: 0 - 46,18: 0 - 46,19: 0 - 46,20: 0 - 46,21: 3 - 46,22: 3 - 46,23: 3 - 47,16: 0 - 47,17: 0 - 47,18: 0 - 47,19: 0 - 47,20: 0 - 47,21: 0 - 47,22: 0 - 47,23: 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 - 49,16: 0 - 49,17: 0 - 49,18: 0 - 49,19: 0 - 49,20: 0 - 50,16: 0 - 50,17: 0 - 50,18: 0 - 50,19: 0 - 50,20: 0 - 51,16: 0 - 51,17: 0 - 51,18: 0 - 51,19: 0 - 51,20: 0 - 52,16: 0 - 52,17: 0 - 52,18: 0 - 52,19: 0 - 52,20: 0 - 53,16: 3 - 53,17: 3 - 53,18: 0 - 53,19: 0 - 53,20: 0 - 19,-31: 0 - 19,-30: 0 - 19,-29: 0 - 21,-31: 0 - 21,-30: 0 - 21,-29: 0 - 23,-31: 0 - 23,-30: 0 - 23,-29: 0 - 23,-28: 0 - 25,-31: 0 - 25,-30: 0 - 25,-29: 0 - 25,-28: 0 - 27,-31: 0 - 27,-30: 0 - 27,-29: 0 - 29,-32: 0 - 29,-31: 0 - 29,-30: 0 - 29,-29: 0 - 29,-27: 0 - 30,-32: 0 - 30,-27: 0 - 31,-32: 0 - 31,-27: 0 - -32,19: 0 - -32,20: 0 - -32,29: 0 - -31,19: 0 - -31,20: 0 - -31,22: 0 - -31,23: 0 - -31,25: 0 - -31,26: 0 - -31,28: 0 - -31,29: 0 - -30,19: 0 - 32,-32: 0 - 32,-27: 0 - 33,-28: 0 - 33,-27: 0 - 34,-32: 0 - 34,-31: 0 - 34,-30: 0 - 34,-29: 0 - 34,-28: 0 - 32,-37: 0 - 33,-37: 0 - 33,-36: 0 - 34,-36: 0 - 34,-35: 0 - 34,-34: 0 - 34,-33: 0 - -38,19: 0 - -38,29: 0 - -37,19: 0 - -37,22: 0 - -37,23: 0 - -37,25: 0 - -37,26: 0 - -37,29: 0 - -36,19: 0 - -36,29: 0 - -35,19: 0 - -35,22: 0 - -35,23: 0 - -35,25: 0 - -35,26: 0 - -35,29: 0 - -34,19: 0 - -34,29: 0 - -33,19: 0 - -33,22: 0 - -33,23: 0 - -33,25: 0 - -33,26: 0 - -33,29: 0 - 17,-37: 0 - 17,-36: 0 - 17,-35: 0 - 17,-34: 0 - 18,-38: 0 - 18,-37: 0 - 19,-38: 0 - 19,-35: 0 - 19,-34: 0 - 19,-33: 0 - 20,-39: 0 - 20,-38: 0 - 20,-35: 0 - 20,-34: 0 - 20,-33: 0 - 21,-39: 0 - 21,-35: 0 - 21,-34: 0 - 21,-33: 0 - 22,-39: 0 - 22,-38: 0 - 22,-37: 0 - 22,-36: 0 - 22,-35: 0 - 23,-39: 0 - 23,-36: 0 - 23,-35: 0 - 23,-34: 0 - 23,-33: 0 - 24,-39: 0 - 24,-36: 0 - 24,-35: 0 - 24,-34: 0 - 24,-33: 0 - 25,-39: 0 - 25,-36: 0 - 25,-35: 0 - 25,-34: 0 - 25,-33: 0 - 26,-39: 0 - 26,-38: 0 - 26,-37: 0 - 26,-36: 0 - 26,-35: 0 - 27,-39: 0 - 27,-35: 0 - 27,-34: 0 - 27,-33: 0 - 28,-39: 0 - 28,-35: 0 - 28,-34: 0 - 28,-33: 0 - 29,-39: 0 - 29,-35: 0 - 29,-34: 0 - 29,-33: 0 - 30,-39: 0 - 30,-38: 0 - 30,-37: 0 - 31,-37: 0 - 30,21: 0 - 31,25: 0 - 50,15: 0 - 32,25: 0 - 33,25: 0 - 34,25: 0 - 35,25: 0 - 36,27: 0 - 36,28: 0 - 37,24: 0 - 37,25: 0 - 38,24: 0 - 38,25: 0 - 39,24: 0 - 39,25: 0 - 40,24: 0 - 40,25: 0 - 41,24: 0 - 41,25: 0 - 42,24: 0 - 42,25: 0 - 43,24: 0 - 43,25: 0 - 44,24: 0 - 44,25: 0 - 45,24: 0 - 45,25: 0 - 46,24: 0 - 46,25: 0 - 47,24: 0 - 47,25: 0 - 48,24: 0 - 48,25: 0 - 49,21: 0 - 50,21: 0 - 54,16: 0 - 54,17: 0 - 54,18: 0 - 54,19: 0 - 54,20: 0 - 27,20: 0 - 28,20: 0 - 29,20: 0 - 29,21: 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 - 43,-8: 0 - 44,-8: 0 - 45,-8: 0 - 53,-8: 0 - 54,-8: 0 - 55,-8: 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 - 21,15: 0 - 22,15: 0 - 23,15: 0 - 24,15: 0 - 21,16: 0 - 21,17: 0 - 21,18: 0 - 22,16: 0 - 22,17: 0 - 22,18: 0 - 22,19: 0 - 22,20: 0 - 23,16: 0 - 23,17: 0 - 23,18: 0 - 23,19: 0 - 23,20: 0 - 24,16: 0 - 24,17: 0 - 24,18: 0 - 21,23: 0 - 21,28: 0 - 22,21: 0 - 22,22: 0 - 22,23: 0 - 22,24: 0 - 22,25: 0 - 22,26: 0 - 22,27: 0 - 22,28: 0 - 23,21: 0 - 23,22: 0 - 23,23: 0 - 23,24: 0 - 23,25: 0 - 23,26: 0 - 23,27: 0 - 23,28: 0 - 24,23: 0 - 24,28: 0 - 21,24: 0 - 21,29: 0 - 21,30: 0 - 22,29: 0 - 22,30: 0 - 23,29: 0 - 23,30: 0 - 24,24: 0 - 24,29: 0 - 24,30: 0 - 10,-33: 0 - 11,-33: 0 - 12,-33: 0 - 44,-16: 0 - 54,-16: 0 - 57,-15: 0 - 58,-15: 0 - 59,-15: 0 - 60,-16: 0 - 60,-15: 0 - 44,-17: 0 - 54,-17: 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: 0 - 60,-23: 0 - 60,-22: 0 - 60,-21: 0 - 60,-20: 0 - 60,-19: 0 - 60,-18: 0 - 60,-17: 0 - 48,-36: 0 - 49,-36: 0 - 50,-36: 0 - 51,-36: 0 - 52,-36: 0 - 53,-36: 0 - 54,-36: 0 - 55,-36: 0 - 56,-36: 0 - 57,-36: 0 - 58,-36: 0 - 59,-36: 0 - 60,-36: 0 - 60,-35: 0 - 60,-34: 0 - 60,-33: 0 - 35,-36: 0 - 36,-36: 0 - 37,-36: 0 - 38,-36: 0 - 39,-36: 0 - 40,-36: 0 - 41,-36: 0 - 42,-36: 0 - 43,-36: 0 - 44,-36: 0 - 45,-36: 0 - 46,-36: 0 - 47,-36: 0 - 18,15: 0 - 19,15: 0 - 20,15: 0 - 25,15: 0 - 26,15: 0 - 27,15: 0 - 28,15: 0 - 11,28: 0 - 11,29: 0 - 11,30: 0 - 11,31: 0 - 12,28: 0 - 13,28: 0 - 14,26: 0 - 14,27: 0 - 15,23: 0 - 15,24: 0 - 15,25: 0 - 15,26: 0 - 29,-16: 0 - 29,-15: 0 - 29,-14: 0 - 29,-13: 0 - 29,-12: 0 - 29,-11: 0 - 29,-10: 0 - 30,-10: 0 - 31,-10: 0 - 0,-32: 0 - 0,-31: 0 - 0,-30: 0 - 29,-26: 0 - 29,-25: 0 - 29,-24: 0 - 29,-23: 0 - 29,-22: 0 - 29,-21: 0 - 29,-20: 0 - 29,-19: 0 - 29,-18: 0 - 29,-17: 0 - -16,27: 0 - -16,28: 0 - -16,29: 0 - -15,27: 0 - -15,29: 0 - -14,27: 0 - -14,29: 0 - -13,27: 0 - -13,29: 0 - -12,27: 0 - -12,29: 0 - -11,29: 0 - -10,29: 0 - -9,29: 0 - -7,29: 0 - -6,26: 0 - -6,29: 0 - -5,26: 0 - -5,27: 0 - -5,28: 0 - -5,29: 0 - -5,30: 0 - -5,31: 0 - -30,29: 0 - -29,29: 0 - -28,29: 0 - -24,29: 0 - -23,29: 0 - -22,29: 0 - -20,27: 0 - -20,29: 0 - -19,27: 0 - -19,29: 0 - -18,27: 0 - -18,29: 0 - -17,27: 0 - -17,29: 0 - -4,32: 0 - -3,33: 0 - -2,34: 0 - -2,35: 0 - -1,34: 0 - -1,35: 0 - -1,36: 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,19: 0 - 21,20: 0 - 21,21: 0 - 21,22: 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 - 26,16: 0 - 26,17: 0 - 26,18: 0 - 27,16: 0 - 27,17: 0 - 27,18: 0 - 28,16: 0 - 28,17: 0 - 28,18: 0 - 29,22: 0 - 29,23: 0 - 29,24: 0 - 30,22: 0 - 30,23: 0 - 30,24: 0 - 0,34: 0 - 0,36: 0 - 1,34: 0 - 1,36: 0 - 1,37: 0 - 2,34: 0 - 2,36: 0 - 2,38: 0 - 3,34: 0 - 3,35: 0 - 3,36: 0 - 3,37: 0 - 3,38: 0 - 4,34: 0 - 4,36: 0 - 4,38: 0 - 5,34: 0 - 5,36: 0 - 5,37: 0 - 6,34: 0 - 6,36: 0 - 7,34: 0 - 7,35: 0 - 7,36: 0 - 8,34: 0 - 8,35: 0 - 9,33: 0 - 10,32: 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: 0 - 52,14: 0 - 52,15: 0 - 53,0: 0 - 53,1: 0 - 53,2: 0 - 53,3: 0 - 53,4: 0 - 53,11: 0 - 53,14: 0 - 53,15: 0 - 54,0: 0 - 54,1: 0 - 54,2: 0 - 54,3: 0 - 54,4: 0 - 54,11: 0 - 54,14: 0 - 54,15: 0 - 55,0: 0 - 55,1: 0 - 55,2: 0 - 55,3: 0 - 55,4: 0 - 55,11: 0 - 55,14: 0 - 55,15: 0 - 56,2: 0 - 56,11: 0 - 57,2: 0 - 57,11: 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 - 32,-10: 0 - 33,-10: 0 - 34,-10: 0 - 35,-10: 0 - 36,-10: 0 - 37,-10: 0 - 38,-10: 0 - 39,-10: 0 - 40,-10: 0 - 40,-9: 0 - 40,-7: 0 - 41,-10: 0 - 41,-9: 0 - 41,-7: 0 - 42,-7: 0 - 43,-7: 0 - 44,-7: 0 - 45,-16: 0 - 45,-7: 0 - 45,-6: 0 - 45,-5: 0 - 45,-4: 0 - 45,-3: 0 - 45,-2: 0 - 45,-1: 0 - 46,-1: 0 - -16,-29: 0 - -15,-29: 0 - -14,-29: 0 - -6,-30: 0 - -5,-30: 0 - -4,-32: 0 - -4,-31: 0 - -4,-30: 0 - -3,-32: 0 - -3,-31: 0 - -3,-30: 0 - -2,-32: 0 - -2,-31: 0 - -2,-30: 0 - -1,-32: 0 - -1,-31: 0 - -1,-30: 0 - -29,-18: 0 - -29,-17: 0 - -28,-18: 0 - -28,-17: 0 - -27,-18: 0 - -27,-17: 0 - -26,-18: 0 - -25,-18: 0 - -24,-18: 0 - -23,-18: 0 - -22,-18: 0 - -21,-18: 0 - -20,-18: 0 - -19,-29: 0 - -18,-30: 0 - -18,-29: 0 - -17,-29: 0 - -32,-14: 0 - -31,-14: 0 - -30,-14: 0 - -29,-16: 0 - -29,-15: 0 - -29,-14: 0 - -28,-16: 0 - -28,-15: 0 - -28,-14: 0 - -27,-16: 0 - -27,-15: 0 - -27,-14: 0 - -41,12: 0 - -41,13: 0 - -41,14: 0 - -41,15: 0 - -40,12: 0 - -40,13: 0 - -40,14: 0 - -40,15: 0 - -39,12: 0 - -39,13: 0 - -39,14: 0 - -39,15: 0 - -38,12: 0 - -38,13: 0 - -38,14: 0 - -38,15: 0 - -37,12: 0 - -37,13: 0 - -37,14: 0 - -37,15: 0 - -36,12: 0 - -36,13: 0 - -36,14: 0 - -36,15: 0 - -35,12: 0 - -35,13: 0 - -35,14: 0 - -35,15: 0 - -39,-10: 0 - -38,-10: 0 - -37,-10: 0 - -36,-10: 0 - -35,-14: 0 - -34,-14: 0 - -33,-14: 0 - 52,-1: 0 - 53,-16: 0 - 53,-7: 0 - 54,-7: 0 - 55,-7: 0 - 56,-7: 0 - 57,-9: 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,-9: 0 - 60,-14: 0 - 60,-13: 0 - 60,-12: 0 - 60,-11: 0 - 60,-10: 0 - 60,-9: 0 - -41,16: 0 - -41,17: 0 - -40,16: 0 - -40,17: 0 - -40,18: 0 - -39,16: 0 - -39,17: 0 - -39,18: 0 - -38,16: 0 - -38,17: 0 - -38,18: 0 - -37,16: 0 - -37,17: 0 - -37,18: 0 - -35,16: 0 - -35,17: 0 - -35,18: 0 - 0,-33: 0 - 1,-33: 0 - 2,-33: 0 - 3,-33: 0 - 4,-33: 0 - 5,-33: 0 - 6,-33: 0 - 7,-33: 0 - 8,-33: 0 - 9,-33: 0 - 49,24: 0 - 50,24: 0 - 51,24: 0 - 52,24: 0 - 53,24: 0 - 54,24: 0 - 55,16: 0 - 55,17: 0 - 55,18: 0 - 55,19: 0 - 55,24: 0 - 56,24: 0 - 57,24: 0 - 58,16: 0 - 58,17: 0 - 58,18: 0 - 58,19: 0 - 58,20: 0 - 58,21: 0 - 58,22: 0 - 58,23: 0 - 58,24: 0 - -4,-33: 0 - -3,-33: 0 - -2,-33: 0 - -1,-33: 0 - 30,-12: 0 - 30,-11: 0 - 31,-12: 0 - 31,-11: 0 - 19,-28: 0 - 21,-28: 0 - 27,-28: 0 - 29,-28: 0 - 30,-28: 0 - 30,-22: 0 - 30,-21: 0 - 30,-20: 0 - 30,-19: 0 - 30,-18: 0 - 30,-17: 0 - 31,-28: 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 - 53,5: 0 - 53,6: 0 - 53,7: 0 - 53,8: 0 - 53,9: 0 - 53,10: 0 - 53,12: 0 - 53,13: 0 - 54,5: 0 - 54,6: 0 - 54,7: 0 - 54,8: 0 - 55,5: 0 - 55,6: 0 - 55,7: 0 - 55,8: 0 - 56,0: 0 - 56,1: 0 - 56,3: 0 - 56,4: 0 - 56,5: 0 - 56,6: 0 - 56,7: 0 - 56,8: 0 - 57,0: 0 - 57,1: 0 - 57,3: 0 - 57,4: 0 - 57,5: 0 - 57,6: 0 - 57,7: 0 - 57,8: 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,11: 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,11: 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,11: 0 - 62,2: 0 - 62,5: 0 - 62,7: 0 - 63,2: 0 - 63,5: 0 - 63,7: 0 - 32,-12: 0 - 32,-11: 0 - 33,-16: 0 - 33,-15: 0 - 33,-14: 0 - 33,-13: 0 - 33,-12: 0 - 33,-11: 0 - 34,-16: 0 - 34,-15: 0 - 34,-14: 0 - 34,-13: 0 - 34,-12: 0 - 34,-11: 0 - 35,-16: 0 - 35,-15: 0 - 35,-14: 0 - 35,-13: 0 - 35,-12: 0 - 35,-11: 0 - 36,-16: 0 - 36,-15: 0 - 36,-14: 0 - 36,-13: 0 - 36,-12: 0 - 36,-11: 0 - 37,-16: 0 - 37,-15: 0 - 37,-14: 0 - 37,-13: 0 - 37,-12: 0 - 37,-11: 0 - 38,-16: 0 - 38,-15: 0 - 38,-14: 0 - 38,-13: 0 - 38,-12: 0 - 38,-11: 0 - 39,-16: 0 - 39,-15: 0 - 39,-14: 0 - 39,-13: 0 - 39,-12: 0 - 39,-11: 0 - 40,-16: 0 - 40,-15: 0 - 40,-14: 0 - 40,-13: 0 - 40,-12: 0 - -5,-32: 0 - -5,-31: 0 - 53,-6: 0 - 53,-5: 0 - 53,-4: 0 - 53,-3: 0 - 53,-2: 0 - 53,-1: 0 - 54,-3: 0 - 54,-1: 0 - 55,-3: 0 - 55,-1: 0 - 56,-3: 0 - 56,-2: 0 - 56,-1: 0 - 57,-7: 0 - 57,-3: 0 - 57,-2: 0 - 57,-1: 0 - 58,-16: 0 - 58,-14: 0 - 58,-13: 0 - 58,-12: 0 - 58,-11: 0 - 58,-10: 0 - 59,-7: 0 - 59,-3: 0 - 59,-2: 0 - 59,-1: 0 - 60,-7: 0 - 60,-3: 0 - 60,-2: 0 - 60,-1: 0 - 61,-7: 0 - 61,-3: 0 - 61,-2: 0 - 61,-1: 0 - 62,-2: 0 - 62,-1: 0 - 63,-7: 0 - 63,-2: 0 - 63,-1: 0 - 32,-28: 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,-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,-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,-28: 0 - 35,-27: 0 - 35,-26: 0 - 35,-25: 0 - 35,-24: 0 - 35,-23: 0 - 35,-22: 0 - 35,-19: 0 - 35,-18: 0 - 35,-17: 0 - 36,-28: 0 - 36,-27: 0 - 36,-26: 0 - 36,-25: 0 - 36,-24: 0 - 36,-23: 0 - 36,-22: 0 - 36,-19: 0 - 36,-18: 0 - 36,-17: 0 - 37,-28: 0 - 37,-27: 0 - 37,-26: 0 - 37,-25: 0 - 37,-24: 0 - 37,-23: 0 - 37,-22: 0 - 37,-19: 0 - 37,-18: 0 - 37,-17: 0 - 38,-28: 0 - 38,-27: 0 - 38,-26: 0 - 38,-25: 0 - 38,-24: 0 - 38,-23: 0 - 38,-22: 0 - 38,-19: 0 - 38,-18: 0 - 38,-17: 0 - 39,-28: 0 - 39,-27: 0 - 39,-26: 0 - 39,-25: 0 - 39,-24: 0 - 39,-23: 0 - 39,-22: 0 - 39,-19: 0 - 39,-18: 0 - 39,-17: 0 - 41,-28: 0 - 41,-27: 0 - 41,-26: 0 - 41,-24: 0 - 41,-23: 0 - 41,-22: 0 - 43,-30: 0 - 43,-28: 0 - 43,-27: 0 - 43,-26: 0 - 43,-24: 0 - 43,-23: 0 - 43,-22: 0 - 43,-20: 0 - 44,-31: 0 - 44,-30: 0 - 44,-28: 0 - 44,-27: 0 - 44,-26: 0 - 44,-24: 0 - 44,-23: 0 - 44,-22: 0 - 44,-20: 0 - 44,-19: 0 - 46,-31: 0 - 46,-30: 0 - 46,-28: 0 - 46,-27: 0 - 46,-26: 0 - 46,-24: 0 - 46,-23: 0 - 46,-22: 0 - 46,-20: 0 - 46,-19: 0 - 47,-31: 0 - 47,-30: 0 - 47,-28: 0 - 47,-27: 0 - 47,-26: 0 - 47,-24: 0 - 47,-23: 0 - 47,-22: 0 - 47,-20: 0 - 47,-19: 0 - 47,-17: 0 - 80,-7: 0 - 80,-6: 0 - 80,-5: 0 - 80,-4: 0 - 80,-3: 0 - 80,-2: 0 - 80,-1: 0 - 80,0: 0 - 80,1: 0 - 80,2: 0 - 80,3: 0 - 80,4: 0 - 80,5: 0 - 80,6: 0 - 80,7: 0 - 80,9: 0 - 80,10: 0 - 80,11: 0 - 48,-31: 0 - 48,-30: 0 - 48,-28: 0 - 48,-27: 0 - 48,-26: 0 - 48,-24: 0 - 48,-23: 0 - 48,-22: 0 - 48,-20: 0 - 48,-19: 0 - 48,-17: 0 - 50,-31: 0 - 50,-30: 0 - 50,-28: 0 - 50,-27: 0 - 50,-26: 0 - 50,-24: 0 - 50,-23: 0 - 50,-22: 0 - 50,-20: 0 - 50,-19: 0 - 50,-17: 0 - 51,-31: 0 - 51,-30: 0 - 51,-28: 0 - 51,-27: 0 - 51,-26: 0 - 51,-24: 0 - 51,-23: 0 - 51,-22: 0 - 51,-20: 0 - 51,-19: 0 - 51,-17: 0 - 52,-31: 0 - 52,-30: 0 - 52,-28: 0 - 52,-27: 0 - 52,-26: 0 - 52,-24: 0 - 52,-23: 0 - 52,-22: 0 - 52,-20: 0 - 52,-19: 0 - 54,-31: 0 - 54,-30: 0 - 54,-28: 0 - 54,-27: 0 - 54,-26: 0 - 54,-24: 0 - 54,-23: 0 - 54,-22: 0 - 54,-20: 0 - 54,-19: 0 - 55,-30: 0 - 55,-28: 0 - 55,-27: 0 - 55,-26: 0 - 55,-24: 0 - 55,-23: 0 - 55,-22: 0 - 55,-20: 0 - 57,-27: 0 - 57,-26: 0 - 57,-24: 0 - 57,-23: 0 - 58,-17: 0 - 3,-36: 0 - 3,-35: 0 - 3,-34: 0 - 9,-39: 0 - 10,-39: 0 - 11,-39: 0 - 12,-39: 0 - 13,-39: 0 - 14,-39: 0 - 15,-39: 0 - 16,-39: 0 - 17,-39: 0 - 18,-36: 0 - 18,-35: 0 - 18,-34: 0 - 18,-33: 0 - 19,-36: 0 - 20,-36: 0 - 21,-36: 0 - 22,-34: 0 - 22,-33: 0 - 26,-34: 0 - 26,-33: 0 - 27,-36: 0 - 28,-36: 0 - 29,-36: 0 - 31,-39: 0 - -5,-39: 0 - -5,-38: 0 - -5,-37: 0 - -5,-35: 0 - -5,-34: 0 - -5,-33: 0 - -4,-39: 0 - -3,-39: 0 - -2,-39: 0 - -1,-39: 0 - 64,-7: 0 - 64,-5: 0 - 64,-4: 0 - 64,-3: 0 - 64,-2: 0 - 64,-1: 0 - 65,-7: 0 - 65,-5: 0 - 65,-2: 0 - 66,-7: 0 - 66,-5: 0 - 66,-2: 0 - 67,-7: 0 - 67,-5: 0 - 67,-4: 0 - 67,-3: 0 - 67,-2: 0 - 67,-1: 0 - 68,-7: 0 - 68,-5: 0 - 68,-2: 0 - 69,-7: 0 - 69,-5: 0 - 69,-2: 0 - 70,-7: 0 - 70,-5: 0 - 70,-2: 0 - 71,-7: 0 - 71,-6: 0 - 71,-5: 0 - 71,-4: 0 - 71,-3: 0 - 71,-2: 0 - 71,-1: 0 - 72,-7: 0 - 72,-5: 0 - 72,-2: 0 - 73,-7: 0 - 73,-5: 0 - 73,-2: 0 - 74,-7: 0 - 74,-5: 0 - 74,-2: 0 - 75,-7: 0 - 75,-5: 0 - 75,-4: 0 - 75,-3: 0 - 75,-2: 0 - 75,-1: 0 - 76,-5: 0 - 76,-2: 0 - 77,-7: 0 - 77,-5: 0 - 77,-2: 0 - 78,-7: 0 - 78,-5: 0 - 78,-4: 0 - 78,-3: 0 - 78,-2: 0 - 78,-1: 0 - 79,-7: 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,11: 0 - 65,2: 0 - 65,6: 0 - 65,9: 0 - 65,11: 0 - 66,2: 0 - 66,6: 0 - 66,9: 0 - 66,11: 0 - 67,0: 0 - 67,1: 0 - 67,2: 0 - 67,3: 0 - 67,4: 0 - 67,5: 0 - 67,6: 0 - 67,7: 0 - 67,8: 0 - 67,9: 0 - 67,11: 0 - 68,2: 0 - 68,6: 0 - 68,9: 0 - 69,2: 0 - 69,6: 0 - 69,9: 0 - 69,11: 0 - 70,2: 0 - 70,6: 0 - 70,9: 0 - 70,11: 0 - 71,0: 0 - 71,1: 0 - 71,2: 0 - 71,3: 0 - 71,4: 0 - 71,5: 0 - 71,6: 0 - 71,7: 0 - 71,8: 0 - 71,9: 0 - 71,10: 0 - 71,11: 0 - 72,2: 0 - 72,6: 0 - 72,9: 0 - 72,11: 0 - 73,2: 0 - 73,6: 0 - 73,9: 0 - 73,11: 0 - 74,2: 0 - 74,6: 0 - 74,9: 0 - 74,11: 0 - 75,0: 0 - 75,1: 0 - 75,2: 0 - 75,3: 0 - 75,4: 0 - 75,5: 0 - 75,6: 0 - 75,7: 0 - 75,8: 0 - 75,9: 0 - 75,11: 0 - 76,2: 0 - 76,6: 0 - 76,9: 0 - 76,11: 0 - 77,2: 0 - 77,6: 0 - 77,9: 0 - 77,11: 0 - 78,0: 0 - 78,1: 0 - 78,2: 0 - 78,3: 0 - 78,4: 0 - 78,5: 0 - 78,6: 0 - 78,7: 0 - 78,8: 0 - 78,9: 0 - 78,11: 0 - 79,2: 0 - 79,11: 0 - 48,-39: 0 - 48,-33: 0 - 49,-39: 0 - 49,-38: 0 - 49,-37: 0 - 49,-35: 0 - 50,-39: 0 - 50,-33: 0 - 51,-39: 0 - 51,-33: 0 - 52,-39: 0 - 53,-39: 0 - 54,-39: 0 - 56,-39: 0 - 57,-39: 0 - 58,-39: 0 - 58,-38: 0 - 58,-37: 0 - 58,-35: 0 - 36,-39: 0 - 37,-39: 0 - 38,-39: 0 - 39,-39: 0 - 41,-39: 0 - 42,-39: 0 - 43,-39: 0 - 44,-39: 0 - 45,-39: 0 - 47,-33: 0 - -32,-32: 0 - -32,-31: 0 - -32,-30: 0 - -32,-29: 0 - -32,-28: 0 - -32,-27: 0 - -32,-26: 0 - -31,-32: 0 - -31,-31: 0 - -31,-28: 0 - -31,-27: 0 - -31,-26: 0 - -30,-32: 0 - -30,-31: 0 - -30,-28: 0 - -30,-27: 0 - -30,-26: 0 - -29,-32: 0 - -29,-28: 0 - -29,-27: 0 - -29,-26: 0 - -28,-28: 0 - -28,-27: 0 - -28,-26: 0 - -27,-28: 0 - -27,-27: 0 - -27,-26: 0 - -26,-28: 0 - -26,-27: 0 - -26,-26: 0 - -25,-28: 0 - -25,-27: 0 - -25,-26: 0 - -24,-28: 0 - -24,-27: 0 - -24,-26: 0 - -23,-28: 0 - -23,-27: 0 - -23,-26: 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 - -22,-20: 0 - -22,-19: 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 - -21,-20: 0 - -21,-19: 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 - -20,-20: 0 - -20,-19: 0 - -19,-32: 0 - -19,-31: 0 - -19,-30: 0 - -43,-32: 0 - -43,-31: 0 - -43,-30: 0 - -43,-29: 0 - -43,-28: 0 - -43,-27: 0 - -43,-26: 0 - -42,-29: 0 - -41,-32: 0 - -41,-31: 0 - -41,-30: 0 - -41,-29: 0 - -41,-28: 0 - -41,-27: 0 - -41,-26: 0 - -40,-29: 0 - -39,-32: 0 - -39,-31: 0 - -39,-30: 0 - -39,-29: 0 - -39,-28: 0 - -39,-27: 0 - -39,-26: 0 - -39,-25: 0 - -39,-24: 0 - -39,-23: 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 - -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 - -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 - -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 - -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 - -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 - -36,-39: 0 - -36,-37: 0 - -36,-35: 0 - -36,-34: 0 - -36,-33: 0 - -35,-39: 0 - -35,-37: 0 - -35,-35: 0 - -35,-34: 0 - -35,-33: 0 - -34,-39: 0 - -34,-37: 0 - -34,-35: 0 - -34,-34: 0 - -34,-33: 0 - -33,-39: 0 - -33,-38: 0 - -33,-37: 0 - -33,-36: 0 - -33,-35: 0 - -33,-34: 0 - -33,-33: 0 - -32,-39: 0 - -32,-37: 0 - -32,-35: 0 - -32,-34: 0 - -32,-33: 0 - -31,-39: 0 - -31,-37: 0 - -31,-35: 0 - -31,-34: 0 - -31,-33: 0 - -30,-39: 0 - -30,-37: 0 - -30,-35: 0 - -30,-34: 0 - -30,-33: 0 - -29,-35: 0 - -29,-34: 0 - -29,-33: 0 - -32,-23: 0 - -31,-23: 0 - -30,-23: 0 - -30,-19: 0 - -30,-18: 0 - -30,-17: 0 - -23,-31: 0 - -23,-30: 0 - -23,-29: 0 - -23,-25: 0 - -30,-16: 0 - -30,-15: 0 - -35,-15: 0 - -40,-23: 0 - -35,-22: 0 - -22,-36: 0 - -22,-35: 0 - -22,-34: 0 - -22,-33: 0 - -21,-33: 0 - -20,-33: 0 - -21,29: 0 - 68,11: 0 - 55,-39: 0 - 47,-39: 0 - 31,26: 0 - -29,-21: 0 - -29,-20: 0 - -29,-19: 0 - -28,-21: 0 - -28,-20: 0 - -28,-19: 0 - -27,-21: 0 - -27,-20: 0 - -27,-19: 0 - -26,-21: 0 - -26,-20: 0 - -26,-19: 0 - -25,-21: 0 - -25,-20: 0 - -25,-19: 0 - -24,-21: 0 - -24,-20: 0 - -24,-19: 0 - -23,-24: 0 - -23,-23: 0 - -23,-22: 0 - -23,-21: 0 - -23,-20: 0 - -23,-19: 0 - -45,0: 0 - -45,1: 0 - -45,2: 0 - -45,3: 0 - -45,4: 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 - -44,0: 0 - -44,1: 0 - -44,2: 0 - -44,3: 0 - -44,7: 0 - -44,8: 0 - -44,9: 0 - -44,10: 0 - -44,11: 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 - -42,0: 0 - -42,1: 0 - -42,2: 0 - -42,6: 0 - -42,10: 0 - -42,11: 0 - -42,12: 0 - -41,0: 0 - -40,0: 0 - -45,-3: 0 - -45,-2: 0 - -45,-1: 0 - -44,-1: 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: 0 - -43,-6: 0 - -43,-5: 0 - -43,-4: 0 - -43,-2: 0 - -43,-1: 0 - -42,-8: 0 - -42,-2: 0 - -42,-1: 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 - -40,-13: 0 - -40,-7: 0 - -40,-6: 0 - -40,-2: 0 - -40,-1: 0 - -39,-13: 0 - -39,-12: 0 - -39,-11: 0 - -38,-13: 0 - -38,-12: 0 - -38,-11: 0 - -37,-13: 0 - -37,-12: 0 - -37,-11: 0 - -36,-13: 0 - -36,-12: 0 - -36,-11: 0 - 0,-39: 0 - 1,-39: 0 - 2,-39: 0 - 3,-39: 0 - 3,-38: 0 - 3,-37: 0 - 4,-39: 0 - 5,-39: 0 - 6,-39: 0 - 7,-39: 0 - 32,26: 0 - 33,26: 0 - 34,26: 0 - 35,26: 0 - 37,26: 0 - 38,26: 0 - 39,26: 0 - 40,26: 0 - 41,26: 0 - 42,26: 0 - 43,26: 0 - 44,26: 0 - 45,26: 0 - 46,26: 0 - 47,26: 0 - -41,-18: 0 - -41,-17: 0 - -20,-37: 0 - -20,-36: 0 - -20,-35: 0 - -20,-34: 0 - -16,-32: 0 - -16,-31: 0 - -15,-32: 0 - -15,-31: 0 - -14,-32: 0 - -14,-31: 0 - -13,-32: 0 - -13,-31: 0 - -13,-30: 0 - -12,-32: 0 - -12,-31: 0 - -12,-30: 0 - -11,-32: 0 - -26,-32: 0 - -26,-31: 0 - -25,-32: 0 - -25,-31: 0 - -24,-32: 0 - -24,-31: 0 - -23,-32: 0 - -18,-32: 0 - -18,-31: 0 - -17,-32: 0 - -17,-31: 0 - -16,-36: 0 - -16,-34: 0 - -16,-33: 0 - -15,-36: 0 - -15,-34: 0 - -15,-33: 0 - -14,-36: 0 - -14,-34: 0 - -14,-33: 0 - -13,-36: 0 - -13,-34: 0 - -13,-33: 0 - -12,-36: 0 - -12,-35: 0 - -12,-34: 0 - -12,-33: 0 - -11,-34: 0 - -11,-33: 0 - -26,-34: 0 - -26,-33: 0 - -25,-34: 0 - -25,-33: 0 - -24,-34: 0 - -24,-33: 0 - -23,-34: 0 - -23,-33: 0 - -21,-36: 0 - -21,-35: 0 - -21,-34: 0 - -19,-36: 0 - -19,-34: 0 - -19,-33: 0 - -18,-36: 0 - -18,-34: 0 - -18,-33: 0 - -17,-36: 0 - -17,-34: 0 - -17,-33: 0 - -26,-25: 0 - -26,-24: 0 - -26,-23: 0 - -26,-22: 0 - -25,-25: 0 - -25,-24: 0 - -25,-23: 0 - -25,-22: 0 - -24,-25: 0 - -24,-24: 0 - -24,-23: 0 - -24,-22: 0 - 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: - - 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: 293.15 - moles: - - 0 - - 0 - - 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 - type: GridAtmosphere - - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - type: Physics - - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - type: Gravity - - fixtures: [] - type: Fixtures - - chunkCollection: - 0,0: - 0: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - coordinates: 2,23 - 1: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - coordinates: 2,24 - 2: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - coordinates: 2,25 - 3: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - coordinates: 4,24 - 4: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - coordinates: 4,25 - 5: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 0,23 - 6: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 0,24 - 7: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 0,25 - 8: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 0,26 - 12: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 0,28 - 13: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 6,28 - 14: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 7,28 - 15: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 8,28 - 16: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 9,28 - 17: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,9 - 18: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,10 - 19: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,11 - 20: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,12 - 21: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 12,12 - 22: - color: '#A4610696' - id: HalfTileOverlayGreyscale - coordinates: 13,12 - 23: - color: '#A4610696' - id: HalfTileOverlayGreyscale - coordinates: 14,12 - 24: - color: '#A4610696' - id: HalfTileOverlayGreyscale - coordinates: 15,12 - 25: - color: '#A4610696' - id: HalfTileOverlayGreyscale - coordinates: 16,12 - 26: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,2 - 27: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,3 - 28: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,4 - 29: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,5 - 38: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,0 - 45: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 20,18 - 46: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 21,18 - 47: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 22,18 - 48: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 24,15 - 49: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 23,15 - 50: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 22,15 - 51: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 21,15 - 52: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 20,15 - 53: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 19,15 - 54: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 18,15 - 55: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - coordinates: 16,12 - 56: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 16,11 - 57: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 16,10 - 58: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 16,9 - 59: - color: '#FFFFFFFF' - id: BotRight - coordinates: 19,16 - 60: - color: '#FFFFFFFF' - id: BotRight - coordinates: 19,17 - 61: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 26,15 - 62: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 26,17 - 63: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 27,15 - 64: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 24,17 - 65: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 27,16 - 66: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 28,15 - 67: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 26,17 - 68: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 23,17 - 69: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 21,18 - 70: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 24,16 - 71: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 22,15 - 72: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 15,7 - 73: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 14,7 - 74: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 16,9 - 75: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 15,9 - 76: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 16,10 - 77: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 20,13 - 78: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 21,13 - 79: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 20,14 - 80: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 20,15 - 81: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 19,13 - 82: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 18,11 - 83: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 29,5 - 84: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 29,6 - 85: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 27,3 - 95: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 7,5 - 140: - color: '#DE3A3A96' - id: FullTileOverlayGreyscale - coordinates: 0,10 - 177: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,0 - 178: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,1 - 184: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 19,1 - 185: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 18,1 - 186: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 17,1 - 187: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 16,1 - 188: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 15,1 - 189: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale - coordinates: 14,1 - 190: - color: '#FFD886FF' - id: QuarterTileOverlayGreyscale270 - coordinates: 14,1 - 191: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale270 - coordinates: 14,0 - 195: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 6,1 - 196: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 7,1 - 197: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 8,1 - 198: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 9,1 - 199: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 10,1 - 200: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 11,1 - 201: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale - coordinates: 12,1 - 240: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - coordinates: 0,28 - 241: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - coordinates: 6,28 - 242: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 0,29 - 243: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,29 - 244: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale180 - coordinates: 0,30 - 245: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale270 - coordinates: 6,30 - 246: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 5,30 - 247: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 4,30 - 248: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 3,30 - 249: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 2,30 - 250: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: 1,30 - 251: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - coordinates: 4,23 - 252: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: 0,5 - 270: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - coordinates: 1,5 - 273: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,6 - 274: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - coordinates: 12,7 - 275: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 16,7 - 276: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 16,6 - 277: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,13 - 278: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,12 - 279: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,11 - 280: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,10 - 281: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,9 - 282: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - coordinates: 24,8 - 291: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,6 - 334: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 29,3 - 335: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 29,4 - 336: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 29,5 - 337: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 29,6 - 338: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 28,6 - 339: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 27,6 - 340: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 26,6 - 341: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 25,6 - 354: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,16 - 355: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,17 - 356: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,18 - 357: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,19 - 358: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,20 - 359: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 5,21 - 360: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,16 - 361: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,17 - 362: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,18 - 363: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,19 - 364: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,20 - 365: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 1,21 - 366: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,7 - 367: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,8 - 368: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,9 - 369: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,10 - 370: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - coordinates: 6,11 - 371: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 10,7 - 372: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 10,8 - 373: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 10,9 - 374: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 10,10 - 375: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - coordinates: 10,11 - 376: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 8,7 - 377: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 8,11 - 378: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLineCorner - coordinates: 9,11 - 379: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLineCornerFlipped - coordinates: 7,11 - 380: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 7,7 - 381: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 9,7 - 382: - color: '#FFFFFFFF' - id: WarningLineCornerFlipped - coordinates: 10,7 - 383: - color: '#FFFFFFFF' - id: WarningLineCorner - coordinates: 6,7 - 390: - color: '#EFB34196' - id: FullTileOverlayGreyscale - coordinates: 30,3 - 507: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 16,5 - 508: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 17,5 - 509: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 18,5 - 510: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 19,5 - 511: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 20,5 - 512: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 21,5 - 513: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 22,5 - 514: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - coordinates: 23,5 - 625: - color: '#FFFFFFFF' - id: Arrows - coordinates: 20,17 - 626: - color: '#FFFFFFFF' - id: Bot - coordinates: 30,8 - 627: - color: '#FFFFFFFF' - id: Bot - coordinates: 30,9 - -1,0: - 9: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: -3,28 - 10: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: -2,28 - 11: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - coordinates: -1,28 - 96: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -15,18 - 97: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -14,18 - 98: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -13,18 - 99: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -12,18 - 100: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -6,7 - 101: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -6,8 - 102: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -6,6 - 103: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -6,9 - 104: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -5,6 - 105: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -5,7 - 106: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -5,8 - 107: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -5,9 - 108: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale270 - coordinates: -6,10 - 109: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -7,10 - 110: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -8,10 - 111: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -9,10 - 112: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -10,10 - 113: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -11,10 - 114: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -12,10 - 115: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -13,10 - 116: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -14,10 - 117: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -3,11 - 118: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -3,12 - 119: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -3,13 - 120: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -3,14 - 121: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,12 - 122: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,13 - 123: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,14 - 124: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,15 - 125: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,16 - 126: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - coordinates: -10,17 - 127: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - coordinates: -10,11 - 128: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -11,11 - 129: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -12,11 - 130: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -13,11 - 131: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -14,11 - 132: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - coordinates: -14,10 - 133: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale270 - coordinates: -14,11 - 134: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale180 - coordinates: -5,10 - 135: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -4,10 - 136: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -3,10 - 137: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale90 - coordinates: -3,10 - 138: - color: '#DE3A3A96' - id: FullTileOverlayGreyscale - coordinates: -2,10 - 139: - color: '#DE3A3A96' - id: FullTileOverlayGreyscale - coordinates: -1,10 - 141: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - coordinates: -20,7 - 142: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - coordinates: -20,8 - 143: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - coordinates: -20,9 - 144: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - coordinates: -20,10 - 253: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -1,5 - 254: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -2,5 - 255: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -4,5 - 256: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -3,5 - 257: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -7,5 - 258: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -8,5 - 259: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -9,5 - 260: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -10,5 - 261: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -11,5 - 262: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -12,5 - 263: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -13,5 - 264: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -14,5 - 265: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -15,5 - 266: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -16,5 - 267: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -17,5 - 268: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - coordinates: -18,5 - 269: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale90 - coordinates: -19,5 - 271: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - coordinates: -6,5 - 272: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale90 - coordinates: -5,5 - 283: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -12,13 - 284: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -12,14 - 285: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -12,15 - 286: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - coordinates: -12,16 - 287: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -13,13 - 288: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -14,13 - 289: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - coordinates: -15,13 - 290: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale270 - coordinates: -12,13 - 384: - color: '#FFFFFFFF' - id: DirtHeavy - coordinates: -16,10 - 385: - color: '#FFFFFFFF' - id: DirtHeavy - coordinates: -17,11 - 386: - color: '#FFFFFFFF' - id: DirtMedium - coordinates: -17,10 - 387: - color: '#FFFFFFFF' - id: DirtMedium - coordinates: -18,8 - 388: - color: '#FFFFFFFF' - id: DirtLight - coordinates: -18,10 - 389: - color: '#FFFFFFFF' - id: DirtLight - coordinates: -17,9 - 462: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -1,16 - 463: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -1,17 - 464: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -1,18 - 477: - color: '#FFFFFFFF' - id: WarnBox - coordinates: -26,24 - 610: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -24,3 - 611: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -25,2 - 612: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -7,3 - 617: - color: '#FFFFFFFF' - id: Bot - coordinates: -30,11 - 0,-1: - 30: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 29,-5 - 31: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 29,-4 - 32: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 29,-3 - 33: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 29,-2 - 34: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 29,-2 - 35: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 30,-2 - 36: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - coordinates: 31,-2 - 37: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 31,-1 - 91: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 29,-5 - 92: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 30,-5 - 160: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 19,-5 - 161: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 18,-5 - 162: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 17,-5 - 163: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 16,-5 - 164: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 15,-5 - 165: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 14,-5 - 166: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 14,-5 - 167: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-6 - 168: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-7 - 169: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 13,-7 - 170: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-7 - 171: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-6 - 172: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-5 - 173: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-4 - 174: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-3 - 175: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-2 - 176: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-1 - 179: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 7,-18 - 180: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 7,-17 - 181: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 7,-16 - 182: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 7,-15 - 183: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 7,-14 - 192: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-1 - 193: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-2 - 194: - color: '#FFD886FF' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-3 - 209: - color: '#D381C996' - id: FullTileOverlayGreyscale - coordinates: 0,-21 - 210: - color: '#D381C996' - id: FullTileOverlayGreyscale - coordinates: 0,-20 - 233: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale180 - coordinates: 29,-5 - 238: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - coordinates: 31,-5 - 239: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - coordinates: 30,-5 - 483: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 19,-19 - 484: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 21,-8 - 485: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 21,-7 - 486: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 21,-6 - 487: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 21,-5 - 488: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 22,-8 - 489: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 22,-7 - 490: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 22,-6 - 491: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 22,-5 - 492: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 23,-8 - 493: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 23,-7 - 494: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 23,-6 - 495: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 23,-5 - 496: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 24,-8 - 497: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 24,-7 - 498: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 24,-6 - 499: - color: '#52B4E996' - id: CheckerNWSE - coordinates: 24,-5 - 500: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-18 - 501: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-17 - 502: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-16 - 503: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-15 - 504: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-14 - 505: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-13 - 506: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-12 - 515: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 12,-6 - 516: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 11,-6 - 517: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 10,-6 - 518: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 9,-6 - 519: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 8,-6 - 520: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 7,-6 - 521: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 6,-6 - 522: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 10,-7 - 523: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 9,-7 - 524: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 9,-8 - 525: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 10,-8 - 526: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - coordinates: 11,-8 - 527: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale90 - coordinates: 12,-8 - 528: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-9 - 529: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-10 - 530: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - coordinates: 12,-11 - 531: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale180 - coordinates: 12,-12 - 532: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 11,-12 - 533: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 10,-12 - 534: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 9,-12 - 535: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 6,-12 - 536: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 6,-11 - 537: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 6,-9 - 538: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 6,-8 - 539: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 10,-10 - 540: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 10,-9 - 541: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 9,-10 - 542: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 10,-11 - 543: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 11,-10 - 544: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 9,-2 - 545: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 9,-3 - 546: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 10,-2 - 547: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 9,-1 - 548: - color: '#52B4E996' - id: FullTileOverlayGreyscale - coordinates: 8,-2 - 549: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-8 - 550: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-9 - 551: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-10 - 552: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - coordinates: 14,-11 - 553: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale270 - coordinates: 14,-12 - 554: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 15,-12 - 555: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - coordinates: 16,-12 - 556: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-12 - 557: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-13 - 558: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-14 - 559: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-15 - 560: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-16 - 561: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-17 - 562: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - coordinates: 17,-18 - 563: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-11 - 564: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-10 - 565: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-9 - 566: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - coordinates: 19,-8 - 1,-1: - 39: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,-5 - 40: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,-4 - 41: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,-3 - 42: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,-2 - 43: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,-1 - 93: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 34,-5 - 149: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 50,-1 - 150: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 49,-1 - 151: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 48,-1 - 234: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale270 - coordinates: 35,-5 - 235: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - coordinates: 34,-5 - 236: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - coordinates: 33,-5 - 237: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - coordinates: 32,-5 - 352: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,-1 - 391: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 50.628635,-26.192293 - 392: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 46.58176,-24.504793 - 393: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 47.034885,-25.473543 - 394: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 50.01926,-22.832918 - 395: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 50.48801,-23.114168 - 396: - color: '#FFFFFFFF' - id: Grassd1 - coordinates: 48.503635,-27.504793 - 397: - color: '#FFFFFFFF' - id: Grasse3 - coordinates: 49.222385,-27.411043 - 398: - color: '#FFFFFFFF' - id: Grasse3 - coordinates: 48.11301,-26.239168 - 399: - color: '#FFFFFFFF' - id: Grasse3 - coordinates: 47.08176,-23.395418 - 400: - color: '#FFFFFFFF' - id: Grasse3 - coordinates: 51.36301,-24.379793 - 401: - color: '#FFFFFFFF' - id: Grasse2 - coordinates: 50.86301,-24.786043 - 402: - color: '#FFFFFFFF' - id: Grasse2 - coordinates: 51.222385,-25.645418 - 403: - color: '#FFFFFFFF' - id: Grasse2 - coordinates: 47.14426,-26.770418 - 404: - color: '#FFFFFFFF' - id: Grasse1 - coordinates: 46.20676,-25.754793 - 405: - color: '#FFFFFFFF' - id: Grasse1 - coordinates: 47.034885,-24.598543 - 406: - color: '#FFFFFFFF' - id: Grasse1 - coordinates: 51.48801,-25.051668 - 407: - color: '#FFFFFFFF' - id: Grasse1 - coordinates: 50.45676,-26.801668 - 408: - color: '#FFFFFFFF' - id: Grasse1 - coordinates: 49.64426,-25.004793 - 409: - color: '#FFFFFFFF' - id: Grassd3 - coordinates: 50.253635,-25.504793 - 410: - color: '#FFFFFFFF' - id: Grassd3 - coordinates: 49.89426,-27.926668 - 411: - color: '#FFFFFFFF' - id: Grassd3 - coordinates: 52.159885,-24.020418 - 412: - color: '#FFFFFFFF' - id: Grassb2 - coordinates: 51.11301,-24.739168 - 413: - color: '#FFFFFFFF' - id: Grassb2 - coordinates: 46.409885,-25.489168 - 414: - color: '#FFFFFFFF' - id: Grassb1 - coordinates: 47.034885,-26.332918 - 415: - color: '#FFFFFFFF' - id: Grassb1 - coordinates: 48.159885,-27.364168 - 416: - color: '#FFFFFFFF' - id: Grassb1 - coordinates: 51.01926,-23.629793 - 417: - color: '#FFFFFFFF' - id: Grassb3 - coordinates: 50.98801,-27.020418 - 418: - color: '#FFFFFFFF' - id: Grassb3 - coordinates: 49.972385,-26.176668 - 419: - color: '#FFFFFFFF' - id: Grassb4 - coordinates: 47.23801,-23.957918 - 420: - color: '#FFFFFFFF' - id: Grassb4 - coordinates: 46.409885,-24.301668 - 421: - color: '#FFFFFFFF' - id: Grassb5 - coordinates: 48.347385,-26.270418 - 422: - color: '#FFFFFFFF' - id: Grassb2 - coordinates: 49.409885,-27.004793 - 423: - color: '#FFFFFFFF' - id: Bushi4 - coordinates: 47.61301,-25.629793 - 424: - color: '#FFFFFFFF' - id: Bushi4 - coordinates: 48.08176,-27.989168 - 425: - color: '#FFFFFFFF' - id: Bushi4 - coordinates: 51.878635,-25.864168 - 426: - color: '#FFFFFFFF' - id: Bushi3 - coordinates: 49.941135,-27.348543 - 427: - color: '#FFFFFFFF' - id: Bushi3 - coordinates: 46.05051,-23.989168 - 428: - color: '#FFFFFFFF' - id: Bushi2 - coordinates: 46.11301,-26.098543 - 429: - color: '#FFFFFFFF' - id: Bushi2 - coordinates: 47.73801,-24.957918 - 430: - color: '#FFFFFFFF' - id: Bushi1 - coordinates: 50.61301,-24.082918 - 431: - color: '#FFFFFFFF' - id: Bushf1 - coordinates: 49.70676,-26.348543 - 432: - color: '#FFFFFFFF' - id: Bushf1 - coordinates: 45.878635,-24.817293 - 433: - color: '#FFFFFFFF' - id: Bushf1 - coordinates: 47.878635,-24.286043 - 434: - color: '#FFFFFFFF' - id: Bushf1 - coordinates: 47.98801,-22.239168 - 435: - color: '#FFFFFFFF' - id: Bushf1 - coordinates: 50.01926,-24.348543 - 436: - color: '#FFFFFFFF' - id: Bushf2 - coordinates: 48.534885,-26.832918 - 437: - color: '#FFFFFFFF' - id: Flowersbr2 - coordinates: 48.80051,-27.911043 - 438: - color: '#FFFFFFFF' - id: Flowersbr2 - coordinates: 48.159885,-27.239168 - 439: - color: '#FFFFFFFF' - id: Flowersbr2 - coordinates: 51.597385,-24.270418 - 440: - color: '#FFFFFFFF' - id: Flowersbr2 - coordinates: 51.86301,-24.895418 - 441: - color: '#FFFFFFFF' - id: Flowersbr2 - coordinates: 47.159885,-23.098543 - 442: - color: '#FFFFFFFF' - id: Flowerspv1 - coordinates: 46.566135,-25.036043 - 443: - color: '#FFFFFFFF' - id: Flowerspv1 - coordinates: 47.11301,-25.645418 - 444: - color: '#FFFFFFFF' - id: Flowerspv1 - coordinates: 50.80051,-23.317293 - 445: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 50.80051,-26.098543 - 446: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 50.097385,-26.239168 - 447: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 47.753635,-26.489168 - 448: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 49.95676,-22.848543 - 449: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 47.628635,-23.707918 - 450: - color: '#FFFFFFFF' - id: Flowersy1 - coordinates: 50.503635,-26.739168 - 451: - color: '#FFFFFFFF' - id: Bushm2 - coordinates: 50.503635,-26.161043 - 452: - color: '#FFFFFFFF' - id: Bushm2 - coordinates: 46.36301,-25.192293 - 453: - color: '#FFFFFFFF' - id: Bushm3 - coordinates: 48.941135,-27.754793 - 454: - color: '#FFFFFFFF' - id: Bushm3 - coordinates: 48.05051,-25.379793 - 455: - color: '#FFFFFFFF' - id: Bushm4 - coordinates: 49.89426,-25.567293 - 456: - color: '#FFFFFFFF' - id: Bushm4 - coordinates: 51.23801,-23.036043 - 457: - color: '#FFFFFFFF' - id: Bushk1 - coordinates: 51.01926,-26.036043 - 458: - color: '#FFFFFFFF' - id: Bushk1 - coordinates: 46.972385,-23.754793 - 459: - color: '#FFFFFFFF' - id: Bushk1 - coordinates: 48.61301,-26.082918 - 460: - color: '#FFFFFFFF' - id: Rock01 - coordinates: 49.003635,-25.832918 - 461: - color: '#FFFFFFFF' - id: Grassd2 - coordinates: 48.45676,-24.942293 - 1,0: - 44: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,0 - 86: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 50,1 - 87: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 42,9 - 88: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 46,7 - 89: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 37,6 - 90: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 36,5 - 94: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 33,0 - 145: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 53,1 - 146: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 53,2 - 147: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 53,3 - 148: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Caution - coordinates: 53,2 - 152: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 53,1 - 153: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: 55,4 - 154: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 52,1 - 155: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 53,3 - 156: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 55,3 - 157: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 57,4 - 158: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 45,5 - 159: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: 35,2 - 292: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,2 - 293: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,3 - 294: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,4 - 295: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,5 - 296: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 35,6 - 297: - color: '#EFB34196' - id: FullTileOverlayGreyscale - coordinates: 36,3 - 298: - color: '#EFB34196' - id: FullTileOverlayGreyscale - coordinates: 36,4 - 299: - color: '#EFB34196' - id: FullTileOverlayGreyscale - coordinates: 36,5 - 300: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 37,2 - 301: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 37,3 - 302: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 37,4 - 303: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 37,5 - 304: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 37,6 - 305: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 55,0 - 306: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 55,1 - 307: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 55,2 - 308: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 55,3 - 309: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 55,4 - 310: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 50,5 - 311: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - coordinates: 50,5 - 312: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 49,5 - 313: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 48,5 - 314: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 47,5 - 315: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 46,5 - 316: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 45,5 - 317: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 44,5 - 318: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - coordinates: 44,6 - 319: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale180 - coordinates: 44,7 - 320: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 44,9 - 321: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 43,9 - 322: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - coordinates: 44,9 - 323: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 42,9 - 324: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale270 - coordinates: 42,9 - 325: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 42,8 - 326: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - coordinates: 42,7 - 327: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - coordinates: 42,6 - 328: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 41,6 - 329: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 40,6 - 330: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 39,6 - 331: - color: '#EFB34196' - id: HalfTileOverlayGreyscale - coordinates: 38,6 - 332: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 37,6 - 333: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - coordinates: 50,4 - 342: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 46,7 - 343: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 47,7 - 344: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 48,7 - 345: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 49,7 - 346: - color: '#FFFFFFFF' - id: WarningLine - coordinates: 50,7 - 347: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,0 - 348: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,1 - 349: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,2 - 350: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,3 - 351: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: 60,4 - 353: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: StandClear - coordinates: 60,2 - -1,-1: - 202: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-18 - 203: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-17 - 204: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-16 - 205: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-15 - 206: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-14 - 207: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-21 - 208: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -1,-20 - 211: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -8,-18 - 212: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -9,-18 - 213: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -10,-18 - 214: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -11,-18 - 215: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -12,-18 - 216: - color: '#D381C996' - id: QuarterTileOverlayGreyscale270 - coordinates: -12,-18 - 217: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -12,-19 - 218: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -12,-20 - 219: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -12,-21 - 220: - color: '#D381C996' - id: FullTileOverlayGreyscale - coordinates: -13,-21 - 221: - color: '#D381C996' - id: FullTileOverlayGreyscale - coordinates: -13,-20 - 222: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-23 - 223: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-22 - 224: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-21 - 225: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-20 - 226: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-19 - 227: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - coordinates: -14,-18 - 228: - color: '#D381C996' - id: QuarterTileOverlayGreyscale - coordinates: -14,-18 - 229: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -15,-18 - 230: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -16,-18 - 231: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -17,-18 - 232: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -18,-18 - 465: - color: '#D381C996' - id: QuarterTileOverlayGreyscale - coordinates: -1,-14 - 466: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -2,-14 - 467: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -3,-14 - 468: - color: '#D381C996' - id: QuarterTileOverlayGreyscale90 - coordinates: -4,-14 - 469: - color: '#D381C996' - id: ThreeQuarterTileOverlayGreyscale90 - coordinates: -4,-13 - 470: - color: '#D381C996' - id: ThreeQuarterTileOverlayGreyscale - coordinates: -6,-13 - 471: - color: '#D381C996' - id: HalfTileOverlayGreyscale - coordinates: -5,-13 - 472: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -6,-18 - 473: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -6,-17 - 474: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -6,-16 - 475: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -6,-15 - 476: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - coordinates: -6,-14 - 478: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -22,-15 - 479: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -23,-15 - 480: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -24,-15 - 481: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -25,-15 - 482: - color: '#FFFFFFFF' - id: WarningLine - coordinates: -26,-15 - 567: - color: '#D381C996' - id: CheckerNWSE - coordinates: -3,-23 - 568: - color: '#D381C996' - id: CheckerNWSE - coordinates: -4,-23 - 569: - color: '#D381C996' - id: CheckerNWSE - coordinates: -5,-23 - 570: - color: '#D381C996' - id: CheckerNWSE - coordinates: -6,-23 - 571: - color: '#D381C996' - id: CheckerNWSE - coordinates: -4,-22 - 609: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -24,-9 - -2,0: - 572: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,0 - 573: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,1 - 574: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,2 - 575: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,8 - 576: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,9 - 577: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - coordinates: -40,10 - 578: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLineCorner - coordinates: -40,3 - 579: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLineCornerFlipped - coordinates: -40,7 - 580: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -40,4 - 581: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -40,5 - 582: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -40,6 - 583: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -36,4 - 584: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -36,5 - 585: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -36,6 - 586: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - coordinates: -37,7 - 587: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - coordinates: -38,7 - 588: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - coordinates: -39,7 - 589: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - coordinates: -40,7 - 590: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - coordinates: -36,7 - 591: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - coordinates: -36,3 - 592: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - coordinates: -37,3 - 593: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - coordinates: -38,3 - 594: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - coordinates: -39,3 - 595: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - coordinates: -40,3 - 596: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,0 - 597: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,1 - 598: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,2 - 599: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,8 - 600: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,9 - 601: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,10 - 602: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -40,0 - 603: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -36,1 - 604: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -38,7 - 605: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -40,8 - 613: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - coordinates: -35,8 - 614: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -36,8 - 615: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -38,9 - 616: - color: '#FFFFFFFF' - id: Bot - coordinates: -35,6 - -2,-1: - 606: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -38,-4 - 607: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -37,-10 - 608: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - coordinates: -36,-8 - 618: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-11 - 619: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-10 - 620: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-9 - 621: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-8 - 622: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-7 - 623: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-6 - 624: - color: '#D4D4D428' - id: CheckerNWSE - coordinates: -37,-5 - type: DecalGrid -- uid: 853 - type: Catwalk - components: - - rot: 4.371139006309477E-08 rad - pos: 49.5,-2.5 - parent: 852 - type: Transform -- uid: 854 - type: Catwalk - components: - - pos: 47.5,-3.5 - parent: 852 - type: Transform -- uid: 855 - type: Catwalk - components: - - pos: 47.5,-6.5 - parent: 852 - type: Transform -- uid: 856 - type: Grille - components: - - pos: -42.5,3.5 - parent: 852 - type: Transform -- uid: 857 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -35.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 858 - type: Grille - components: - - pos: -44.5,9.5 - parent: 852 - type: Transform -- uid: 859 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 50.5,-1.5 - parent: 852 - type: Transform -- uid: 860 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-1.5 - parent: 852 - type: Transform -- uid: 861 - type: WallReinforced - components: - - pos: 16.5,-26.5 - parent: 852 - type: Transform -- uid: 862 - type: CableApcExtension - components: - - pos: 16.5,19.5 - parent: 852 - type: Transform -- uid: 863 - type: WallReinforced - components: - - pos: -18.5,-19.5 - parent: 852 - type: Transform -- uid: 864 - type: WallReinforced - components: - - pos: -18.5,-20.5 - parent: 852 - type: Transform -- uid: 865 - type: WallReinforced - components: - - pos: -18.5,-21.5 - parent: 852 - type: Transform -- uid: 866 - type: CableApcExtension - components: - - pos: 16.5,20.5 - parent: 852 - type: Transform -- uid: 867 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 7.5,23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 868 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-1.5 - parent: 852 - type: Transform -- uid: 869 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 51.5,-1.5 - parent: 852 - type: Transform -- uid: 870 - type: ComputerId - components: - - rot: -1.5707963267948966 rad - pos: 4.5,31.5 - parent: 852 - type: Transform -- uid: 871 - type: ReinforcedWindow - components: - - pos: 34.5,-12.5 - parent: 852 - type: Transform -- uid: 872 - type: Autolathe - components: - - pos: 29.5,-2.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Plastic - - Wood - - Glass - - Cloth - type: MaterialStorage -- uid: 873 - type: StoolBar - components: - - pos: -2.5,-3.5 - parent: 852 - type: Transform -- uid: 874 - type: Protolathe - components: - - pos: 29.5,-1.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Glass - - Plastic - - Wood - - Gold - type: MaterialStorage -- uid: 875 - type: WallSolid - components: - - pos: 23.5,-25.5 - parent: 852 - type: Transform -- uid: 876 - type: Catwalk - components: - - pos: 50.5,-2.5 - parent: 852 - type: Transform -- uid: 877 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 50.5,-7.5 - parent: 852 - type: Transform -- uid: 878 - type: CableHV - components: - - pos: 51.5,3.5 - parent: 852 - type: Transform -- uid: 879 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-7.5 - parent: 852 - type: Transform -- uid: 880 - type: Catwalk - components: - - pos: 51.5,-3.5 - parent: 852 - type: Transform -- uid: 881 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-7.5 - parent: 852 - type: Transform -- uid: 882 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-6.5 - parent: 852 - type: Transform -- uid: 883 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-5.5 - parent: 852 - type: Transform -- uid: 884 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-4.5 - parent: 852 - type: Transform -- uid: 885 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-3.5 - parent: 852 - type: Transform -- uid: 886 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-2.5 - parent: 852 - type: Transform -- uid: 887 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,-1.5 - parent: 852 - type: Transform -- uid: 888 - type: GravityGenerator - components: - - pos: 49.5,-4.5 - parent: 852 - type: Transform - - enabled: False - type: AmbientSound - - powerLoad: 2500 - type: ApcPowerReceiver - - radius: 2.5 - type: PointLight -- uid: 889 - type: ReinforcedWindow - components: - - pos: -41.5,3.5 - parent: 852 - type: Transform -- uid: 890 - type: CableMV - components: - - pos: 12.5,21.5 - parent: 852 - type: Transform -- uid: 891 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 892 - type: Poweredlight - components: - - pos: -32.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 893 - type: KitchenMicrowave - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-1.5 - parent: 852 - type: Transform -- uid: 894 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-0.5 - parent: 852 - type: Transform -- uid: 895 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-1.5 - parent: 852 - type: Transform -- uid: 896 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: 45.5,-3.5 - parent: 852 - type: Transform -- uid: 897 - type: ComputerResearchAndDevelopment - components: - - rot: 1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 852 - type: Transform -- uid: 898 - type: GasPipeBend - components: - - pos: 43.5,23.5 - parent: 852 - type: Transform -- uid: 899 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: -8.5,19.5 - parent: 852 - type: Transform -- uid: 900 - type: TableReinforced - components: - - pos: -10.5,-0.5 - parent: 852 - type: Transform -- uid: 901 - type: TableReinforced - components: - - pos: -10.5,1.5 - parent: 852 - type: Transform -- uid: 902 - type: SpawnPointObserver - components: - - pos: 3.5,4.5 - parent: 852 - type: Transform -- uid: 903 - type: WallSolid - components: - - pos: -13.5,-6.5 - parent: 852 - type: Transform -- uid: 904 - type: Grille - components: - - pos: 40.5,20.5 - parent: 852 - type: Transform -- uid: 905 - type: ReinforcedPlasmaWindow - components: - - pos: 46.5,20.5 - parent: 852 - type: Transform -- uid: 906 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-5.5 - parent: 852 - type: Transform -- uid: 907 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-5.5 - parent: 852 - type: Transform -- uid: 908 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-5.5 - parent: 852 - type: Transform -- uid: 909 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-5.5 - parent: 852 - type: Transform -- uid: 910 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-3.5 - parent: 852 - type: Transform -- uid: 911 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-3.5 - parent: 852 - type: Transform -- uid: 912 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-2.5 - parent: 852 - type: Transform -- uid: 913 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-2.5 - parent: 852 - type: Transform -- uid: 914 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-2.5 - parent: 852 - type: Transform -- uid: 915 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-2.5 - parent: 852 - type: Transform -- uid: 916 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-2.5 - parent: 852 - type: Transform -- uid: 917 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -30.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 918 - type: VendingMachineSmartFridge - components: - - pos: -15.5,1.5 - parent: 852 - type: Transform -- uid: 919 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-3.5 - parent: 852 - type: Transform -- uid: 920 - type: Window - components: - - rot: 1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 852 - type: Transform -- uid: 921 - type: DisposalPipe - components: - - rot: 1.5707963267948966 rad - pos: -12.5,3.5 - parent: 852 - type: Transform -- uid: 922 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,2.5 - parent: 852 - type: Transform -- uid: 923 - type: WallSolid - components: - - pos: -14.5,2.5 - parent: 852 - type: Transform -- uid: 924 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,2.5 - parent: 852 - type: Transform -- uid: 925 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,20.5 - parent: 852 - type: Transform -- uid: 926 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-10.5 - parent: 852 - type: Transform -- uid: 927 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-10.5 - parent: 852 - type: Transform -- uid: 928 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-10.5 - parent: 852 - type: Transform -- uid: 929 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-10.5 - parent: 852 - type: Transform -- uid: 930 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-9.5 - parent: 852 - type: Transform -- uid: 931 - type: CableMV - components: - - pos: 8.5,26.5 - parent: 852 - type: Transform -- uid: 932 - type: CableHV - components: - - pos: 19.5,-32.5 - parent: 852 - type: Transform -- uid: 933 - type: SheetPlasteel - components: - - pos: 50.498375,5.494252 - parent: 852 - type: Transform -- uid: 934 - type: CableMVStack - components: - - pos: 27.261366,0.5307963 - parent: 852 - type: Transform -- uid: 935 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-6.5 - parent: 852 - type: Transform -- uid: 936 - type: TableWood - components: - - pos: -5.5,-4.5 - parent: 852 - type: Transform -- uid: 937 - type: Grille - components: - - pos: 19.5,21.5 - parent: 852 - type: Transform -- uid: 938 - type: WallReinforced - components: - - pos: 9.5,-18.5 - parent: 852 - type: Transform -- uid: 939 - type: CableApcExtension - components: - - pos: 8.5,27.5 - parent: 852 - type: Transform -- uid: 940 - type: TableReinforced - components: - - pos: 2.5,32.5 - parent: 852 - type: Transform -- uid: 941 - type: WallReinforced - components: - - pos: -0.5,-28.5 - parent: 852 - type: Transform -- uid: 942 - type: WallReinforced - components: - - pos: -1.5,-28.5 - parent: 852 - type: Transform -- uid: 943 - type: WallReinforced - components: - - pos: -2.5,-28.5 - parent: 852 - type: Transform -- uid: 944 - type: WallReinforced - components: - - pos: -3.5,-28.5 - parent: 852 - type: Transform -- uid: 945 - type: WallReinforced - components: - - pos: -4.5,-28.5 - parent: 852 - type: Transform -- uid: 946 - type: WallReinforced - components: - - pos: -5.5,-28.5 - parent: 852 - type: Transform -- uid: 947 - type: WallReinforced - components: - - pos: -6.5,-28.5 - parent: 852 - type: Transform -- uid: 948 - type: CableApcExtension - components: - - pos: -23.5,-23.5 - parent: 852 - type: Transform -- uid: 949 - type: CableApcExtension - components: - - pos: -41.5,2.5 - parent: 852 - type: Transform -- uid: 950 - type: WallReinforced - components: - - pos: 31.5,-16.5 - parent: 852 - type: Transform -- uid: 951 - type: WallReinforced - components: - - pos: 28.5,-16.5 - parent: 852 - type: Transform -- uid: 952 - type: WallReinforced - components: - - pos: 33.5,20.5 - parent: 852 - type: Transform -- uid: 953 - type: ChairOfficeDark - components: - - pos: 49.5,4.5 - parent: 852 - type: Transform -- uid: 954 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 34.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 955 - type: WallReinforced - components: - - pos: 33.5,21.5 - parent: 852 - type: Transform -- uid: 956 - type: WallReinforced - components: - - pos: 35.5,21.5 - parent: 852 - type: Transform -- uid: 957 - type: GasVolumePump - components: - - desc: pumps clean air into the station - name: distro volume pump - type: MetaData - - pos: 34.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 958 - type: WallReinforced - components: - - pos: 29.5,-16.5 - parent: 852 - type: Transform -- uid: 959 - type: TableReinforced - components: - - pos: 5.5,32.5 - parent: 852 - type: Transform -- uid: 960 - type: WallSolid - components: - - pos: 35.5,-8.5 - parent: 852 - type: Transform -- uid: 961 - type: ChairOfficeDark - components: - - rot: 1.5707963705062866 rad - pos: -2.5,25.5 - parent: 852 - type: Transform -- uid: 962 - type: ChairOfficeDark - components: - - rot: 1.5707963705062866 rad - pos: -2.5,24.5 - parent: 852 - type: Transform -- uid: 963 - type: ChairOfficeDark - components: - - rot: 4.71238902409608 rad - pos: -0.5,25.5 - parent: 852 - type: Transform -- uid: 964 - type: ChairOfficeDark - components: - - rot: 4.71238902409608 rad - pos: -0.5,24.5 - parent: 852 - type: Transform -- uid: 965 - type: TableWood - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,24.5 - parent: 852 - type: Transform -- uid: 966 - type: TableWood - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,25.5 - parent: 852 - type: Transform -- uid: 967 - type: Pen - components: - - pos: -1.563138,24.568495 - parent: 852 - type: Transform -- uid: 968 - type: Paper - components: - - pos: -1.344388,25.58412 - parent: 852 - type: Transform -- uid: 969 - type: WallSolid - components: - - pos: 34.5,-8.5 - parent: 852 - type: Transform -- uid: 970 - type: VendingMachineBooze - components: - - pos: -6.5,-6.5 - parent: 852 - type: Transform -- uid: 971 - type: CableApcExtension - components: - - pos: -40.5,2.5 - parent: 852 - type: Transform -- uid: 972 - type: CableHV - components: - - pos: 29.5,-34.5 - parent: 852 - type: Transform -- uid: 973 - type: ReinforcedWindow - components: - - pos: -3.5,7.5 - parent: 852 - type: Transform -- uid: 974 - type: Catwalk - components: - - pos: -2.5,21.5 - parent: 852 - type: Transform -- uid: 975 - type: WeaponLaserCarbine - components: - - pos: -14.448555,19.788729 - parent: 852 - type: Transform -- uid: 976 - type: MaintenanceToolSpawner - components: - - pos: 16.5,16.5 - parent: 852 - type: Transform -- uid: 977 - type: GasVentPump - components: - - pos: 10.5,26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 978 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 38.5,19.5 - parent: 852 - type: Transform -- uid: 979 - type: PersonalAI - components: - - pos: 2.5129576,32.47221 - parent: 852 - type: Transform -- uid: 980 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 981 - type: GasPipeBend - components: - - pos: 10.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 982 - type: GasFilterFlipped - components: - - desc: pulls h2o out of waste - name: h2o filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 44.5,17.5 - parent: 852 - type: Transform -- uid: 983 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 0.5,23.5 - parent: 852 - type: Transform -- uid: 984 - type: VendingMachineCola - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,21.5 - parent: 852 - type: Transform -- uid: 985 - type: CarpetOrange - components: - - pos: 38.5,-0.5 - parent: 852 - type: Transform -- uid: 986 - type: Table - components: - - pos: -11.5,11.5 - parent: 852 - type: Transform -- uid: 987 - type: TableReinforced - components: - - pos: 38.5,-0.5 - parent: 852 - type: Transform -- uid: 988 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: 44.5,-3.5 - parent: 852 - type: Transform -- uid: 989 - type: CarpetBlue - components: - - pos: 12.5,23.5 - parent: 852 - type: Transform -- uid: 990 - type: VendingMachineDinnerware - components: - - name: Dinnerware - type: MetaData - - pos: -13.5,1.5 - parent: 852 - type: Transform -- uid: 991 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 42.5,18.5 - parent: 852 - type: Transform -- uid: 992 - type: CableApcExtension - components: - - pos: 1.5,1.5 - parent: 852 - type: Transform -- uid: 993 - type: ReinforcedWindow - components: - - pos: -43.5,3.5 - parent: 852 - type: Transform -- uid: 994 - type: ComputerCrewMonitoring - components: - - pos: 23.5,-12.5 - parent: 852 - type: Transform -- uid: 995 - type: Firelock - components: - - pos: -10.5,5.5 - parent: 852 - type: Transform -- uid: 996 - type: CableApcExtension - components: - - pos: 1.5,2.5 - parent: 852 - type: Transform -- uid: 997 - type: Window - components: - - rot: 3.141592653589793 rad - pos: -1.5,2.5 - parent: 852 - type: Transform -- uid: 998 - type: CableApcExtension - components: - - pos: 6.5,18.5 - parent: 852 - type: Transform -- uid: 999 - type: CableApcExtension - components: - - pos: 3.5,28.5 - parent: 852 - type: Transform -- uid: 1000 - type: CableApcExtension - components: - - pos: 26.5,4.5 - parent: 852 - type: Transform -- uid: 1001 - type: CableApcExtension - components: - - pos: 25.5,4.5 - parent: 852 - type: Transform -- uid: 1002 - type: Window - components: - - rot: 3.141592653589793 rad - pos: -3.5,2.5 - parent: 852 - type: Transform -- uid: 1003 - type: WallSolid - components: - - pos: -9.5,2.5 - parent: 852 - type: Transform -- uid: 1004 - type: CableApcExtension - components: - - pos: 27.5,4.5 - parent: 852 - type: Transform -- uid: 1005 - type: CableApcExtension - components: - - pos: 27.5,6.5 - parent: 852 - type: Transform -- uid: 1006 - type: CableApcExtension - components: - - pos: 27.5,5.5 - parent: 852 - type: Transform -- uid: 1007 - type: CableApcExtension - components: - - pos: 3.5,29.5 - parent: 852 - type: Transform -- uid: 1008 - type: CableApcExtension - components: - - pos: 16.5,-2.5 - parent: 852 - type: Transform -- uid: 1009 - type: WallSolid - components: - - pos: 0.5,2.5 - parent: 852 - type: Transform -- uid: 1010 - type: CableApcExtension - components: - - pos: 22.5,-18.5 - parent: 852 - type: Transform -- uid: 1011 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 12.5,-2.5 - parent: 852 - type: Transform -- uid: 1012 - type: AirlockExternalGlass - components: - - pos: -40.5,2.5 - parent: 852 - type: Transform -- uid: 1013 - type: ReinforcedWindow - components: - - pos: 4.5,26.5 - parent: 852 - type: Transform -- uid: 1014 - type: VendingMachineCigs - components: - - name: cigarette machine - type: MetaData - - pos: -7.5,19.5 - parent: 852 - type: Transform -- uid: 1015 - type: Firelock - components: - - pos: -22.5,13.5 - parent: 852 - type: Transform -- uid: 1016 - type: Grille - components: - - pos: 4.5,22.5 - parent: 852 - type: Transform -- uid: 1017 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-26.5 - parent: 852 - type: Transform -- uid: 1018 - type: GasPipeStraight - components: - - pos: 47.5,18.5 - parent: 852 - type: Transform -- uid: 1019 - type: GasPipeStraight - components: - - pos: 47.5,21.5 - parent: 852 - type: Transform -- uid: 1020 - type: GasPipeStraight - components: - - pos: 47.5,20.5 - parent: 852 - type: Transform -- uid: 1021 - type: CableApcStack - components: - - pos: 48.373375,5.713002 - parent: 852 - type: Transform -- uid: 1022 - type: Grille - components: - - pos: -40.5,1.5 - parent: 852 - type: Transform -- uid: 1023 - type: SpawnPointSecurityOfficer - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,15.5 - parent: 852 - type: Transform -- uid: 1024 - type: CableApcExtension - components: - - pos: -37.5,0.5 - parent: 852 - type: Transform -- uid: 1025 - type: ReinforcedWindow - components: - - pos: 57.5,5.5 - parent: 852 - type: Transform -- uid: 1026 - type: ReinforcedWindow - components: - - pos: -8.5,-30.5 - parent: 852 - type: Transform -- uid: 1027 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,4.5 - parent: 852 - type: Transform -- uid: 1028 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,3.5 - parent: 852 - type: Transform -- uid: 1029 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 1030 - type: Windoor - components: - - rot: -1.5707963267948966 rad - pos: 6.5,20.5 - parent: 852 - type: Transform -- uid: 1031 - type: TableReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-15.5 - parent: 852 - type: Transform -- uid: 1032 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 10.5,23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 1033 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -29.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1034 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -26.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1035 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -6.5,22.5 - parent: 852 - type: Transform -- uid: 1036 - type: WallReinforced - components: - - pos: 31.5,-11.5 - parent: 852 - type: Transform -- uid: 1037 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 72.5,11.5 - parent: 852 - type: Transform -- uid: 1038 - type: Multitool - components: - - pos: 5.4978743,31.63788 - parent: 852 - type: Transform -- uid: 1039 - type: ChairPilotSeat - components: - - rot: 3.141592653589793 rad - pos: 3.5,31.5 - parent: 852 - type: Transform -- uid: 1040 - type: MedkitFilled - components: - - pos: -0.4864614,32.561848 - parent: 852 - type: Transform -- uid: 1041 - type: Autolathe - components: - - pos: -5.5,-12.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Plastic - - Wood - - Glass - - Cloth - type: MaterialStorage -- uid: 1042 - type: Protolathe - components: - - pos: -3.5,-12.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Glass - - Plastic - - Wood - - Gold - type: MaterialStorage -- uid: 1043 - type: TableReinforcedGlass - components: - - pos: -4.5,-22.5 - parent: 852 - type: Transform -- uid: 1044 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 852 - type: Transform -- uid: 1045 - type: SoapNT - components: - - pos: 12.820141,26.438648 - parent: 852 - type: Transform -- uid: 1046 - type: CarpetOrange - components: - - pos: -5.5,-0.5 - parent: 852 - type: Transform -- uid: 1047 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 852 - type: Transform -- uid: 1048 - type: ReinforcedWindow - components: - - pos: 0.5,-14.5 - parent: 852 - type: Transform -- uid: 1049 - type: BaseResearchAndDevelopmentPointSource - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-17.5 - parent: 852 - type: Transform -- uid: 1050 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -23.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1051 - type: ReinforcedWindow - components: - - pos: -1.5,9.5 - parent: 852 - type: Transform -- uid: 1052 - type: HighSecCommandLocked - components: - - name: Vault - type: MetaData - - pos: 0.5,17.5 - parent: 852 - type: Transform -- uid: 1053 - type: SurveillanceCameraCommand - components: - - rot: 1.5707963267948966 rad - pos: 5.5,18.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HoP Line - type: SurveillanceCamera -- uid: 1054 - type: ToolboxEmergencyFilled - components: - - pos: 9.510484,28.589872 - parent: 852 - type: Transform -- uid: 1055 - type: HydroponicsToolMiniHoe - components: - - pos: -20.498135,-2.3626812 - parent: 852 - type: Transform -- uid: 1056 - type: GasOutletInjector - components: - - pos: 44.5,21.5 - parent: 852 - type: Transform -- uid: 1057 - type: SignRND - components: - - pos: -6.5,-21.5 - parent: 852 - type: Transform -- uid: 1058 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1059 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -20.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1060 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1061 - type: Poweredlight - components: - - pos: -18.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1062 - type: ResearchAndDevelopmentServer - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-23.5 - parent: 852 - type: Transform - - points: 136000 - type: ResearchServer -- uid: 1063 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -31.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1064 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -20.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1065 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1066 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1067 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,19.5 - parent: 852 - type: Transform -- uid: 1068 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 46.5,20.5 - parent: 852 - type: Transform -- uid: 1069 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -20.5,-2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1070 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -24.5,-8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1071 - type: Paper - components: - - pos: -24.037928,-5.9436545 - parent: 852 - type: Transform -- uid: 1072 - type: WallReinforced - components: - - pos: 51.5,4.5 - parent: 852 - type: Transform -- uid: 1073 - type: WallReinforced - components: - - pos: 51.5,5.5 - parent: 852 - type: Transform -- uid: 1074 - type: WallReinforced - components: - - pos: 51.5,-0.5 - parent: 852 - type: Transform -- uid: 1075 - type: WallReinforced - components: - - pos: 47.5,-0.5 - parent: 852 - type: Transform -- uid: 1076 - type: WallReinforced - components: - - pos: 47.5,0.5 - parent: 852 - type: Transform -- uid: 1077 - type: WallReinforced - components: - - pos: 46.5,0.5 - parent: 852 - type: Transform -- uid: 1078 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-30.5 - parent: 852 - type: Transform -- uid: 1079 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-30.5 - parent: 852 - type: Transform -- uid: 1080 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-30.5 - parent: 852 - type: Transform -- uid: 1081 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-29.5 - parent: 852 - type: Transform -- uid: 1082 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-30.5 - parent: 852 - type: Transform -- uid: 1083 - type: WallReinforced - components: - - pos: -10.5,-31.5 - parent: 852 - type: Transform -- uid: 1084 - type: ReinforcedWindow - components: - - pos: 22.5,19.5 - parent: 852 - type: Transform -- uid: 1085 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: -5.5,-23.5 - parent: 852 - type: Transform -- uid: 1086 - type: SpawnPointResearchDirector - components: - - pos: -5.5,-23.5 - parent: 852 - type: Transform -- uid: 1087 - type: Table - components: - - pos: 6.5,-11.5 - parent: 852 - type: Transform -- uid: 1088 - type: WallSolid - components: - - pos: -34.5,-11.5 - parent: 852 - type: Transform -- uid: 1089 - type: OxygenCanister - components: - - pos: 52.5,6.5 - parent: 852 - type: Transform -- uid: 1090 - type: SpawnPointChef - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,0.5 - parent: 852 - type: Transform -- uid: 1091 - type: WallSolid - components: - - pos: -34.5,-10.5 - parent: 852 - type: Transform -- uid: 1092 - type: TableWood - components: - - pos: 10.5,23.5 - parent: 852 - type: Transform -- uid: 1093 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: -12.5,15.5 - parent: 852 - type: Transform -- uid: 1094 - type: CableApcExtension - components: - - pos: 24.5,-15.5 - parent: 852 - type: Transform -- uid: 1095 - type: TableGlass - components: - - pos: 22.5,-12.5 - parent: 852 - type: Transform -- uid: 1096 - type: TableGlass - components: - - pos: 24.5,-13.5 - parent: 852 - type: Transform -- uid: 1097 - type: TableGlass - components: - - pos: 24.5,-12.5 - parent: 852 - type: Transform -- uid: 1098 - type: WallReinforced - components: - - pos: 45.5,0.5 - parent: 852 - type: Transform -- uid: 1099 - type: Grille - components: - - pos: 16.5,-3.5 - parent: 852 - type: Transform -- uid: 1100 - type: WallReinforced - components: - - pos: -0.5,9.5 - parent: 852 - type: Transform -- uid: 1101 - type: DisposalTrunk - components: - - rot: 3.141592653589793 rad - pos: 12.5,-3.5 - parent: 852 - type: Transform -- uid: 1102 - type: DisposalUnit - components: - - pos: 14.5,-2.5 - parent: 852 - type: Transform -- uid: 1103 - type: SpawnPointBotanist - components: - - pos: -16.5,-0.5 - parent: 852 - type: Transform -- uid: 1104 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 39.5,17.5 - parent: 852 - type: Transform -- uid: 1105 - type: GasFilterFlipped - components: - - desc: pulls plasma out of waste - name: plasma filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 40.5,17.5 - parent: 852 - type: Transform -- uid: 1106 - type: Grille - components: - - pos: 44.5,20.5 - parent: 852 - type: Transform -- uid: 1107 - type: Grille - components: - - pos: 46.5,20.5 - parent: 852 - type: Transform -- uid: 1108 - type: WarningCO2 - components: - - pos: 39.5,20.5 - parent: 852 - type: Transform -- uid: 1109 - type: WarningPlasma - components: - - pos: 41.5,20.5 - parent: 852 - type: Transform -- uid: 1110 - type: WarningTritium - components: - - pos: 43.5,20.5 - parent: 852 - type: Transform -- uid: 1111 - type: StorageCanister - components: - - pos: 42.5,23.5 - parent: 852 - type: Transform -- uid: 1112 - type: StorageCanister - components: - - pos: 46.5,23.5 - parent: 852 - type: Transform -- uid: 1113 - type: WaterVaporCanister - components: - - pos: 44.5,23.5 - parent: 852 - type: Transform -- uid: 1114 - type: CableHV - components: - - pos: -6.5,-26.5 - parent: 852 - type: Transform -- uid: 1115 - type: CableHV - components: - - pos: -4.5,-26.5 - parent: 852 - type: Transform -- uid: 1116 - type: WarningWaste - components: - - pos: 45.5,20.5 - parent: 852 - type: Transform -- uid: 1117 - type: WarningN2O - components: - - pos: 47.5,20.5 - parent: 852 - type: Transform -- uid: 1118 - type: GasMinerWaterVapor - components: - - pos: 44.5,22.5 - parent: 852 - type: Transform -- uid: 1119 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 41.5,17.5 - parent: 852 - type: Transform -- uid: 1120 - type: Carpet - components: - - pos: -9.5,21.5 - parent: 852 - type: Transform -- uid: 1121 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,24.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1122 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,30.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1123 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 9.5,30.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1124 - type: WallSolid - components: - - pos: -34.5,-9.5 - parent: 852 - type: Transform -- uid: 1125 - type: CableMV - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 852 - type: Transform -- uid: 1126 - type: Grille - components: - - pos: 31.5,26.5 - parent: 852 - type: Transform -- uid: 1127 - type: CableApcExtension - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 852 - type: Transform -- uid: 1128 - type: CableApcExtension - components: - - pos: 14.5,-17.5 - parent: 852 - type: Transform -- uid: 1129 - type: WallSolid - components: - - pos: -34.5,-8.5 - parent: 852 - type: Transform -- uid: 1130 - type: WeaponDisabler - components: - - pos: -13.556441,16.285408 - parent: 852 - type: Transform -- uid: 1131 - type: Grille - components: - - pos: -41.5,4.5 - parent: 852 - type: Transform -- uid: 1132 - type: Paper - components: - - pos: -24.147303,-5.8967795 - parent: 852 - type: Transform -- uid: 1133 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 18.5,18.5 - parent: 852 - type: Transform -- uid: 1134 - type: WallReinforced - components: - - pos: 13.5,-3.5 - parent: 852 - type: Transform -- uid: 1135 - type: Poweredlight - components: - - pos: 12.5,27.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1136 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 29.5,17.5 - parent: 852 - type: Transform -- uid: 1137 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 29.5,16.5 - parent: 852 - type: Transform -- uid: 1138 - type: HydroponicsToolClippers - components: - - pos: -20.498135,-2.4408062 - parent: 852 - type: Transform -- uid: 1139 - type: AtmosFixNitrogenMarker - components: - - pos: 32.5,22.5 - parent: 852 - type: Transform -- uid: 1140 - type: ClothingOuterHardsuitEVA - components: - - pos: 10.5300455,7.5720053 - parent: 852 - type: Transform -- uid: 1141 - type: GasFilterFlipped - components: - - desc: pulls nitrous oxide out of waste - name: nitrous oxide filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 46.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 1142 - type: HydroponicsToolHatchet - components: - - pos: -19.529385,-2.4251812 - parent: 852 - type: Transform -- uid: 1143 - type: VendingMachineMediDrobe - components: - - pos: 24.5,-4.5 - parent: 852 - type: Transform -- uid: 1144 - type: SheetGlass - components: - - pos: 29.605116,0.5307963 - parent: 852 - type: Transform -- uid: 1145 - type: CableApcExtension - components: - - pos: 22.5,-4.5 - parent: 852 - type: Transform -- uid: 1146 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-4.5 - parent: 852 - type: Transform -- uid: 1147 - type: AirlockScienceGlassLocked - components: - - pos: -12.5,-19.5 - parent: 852 - type: Transform -- uid: 1148 - type: VendingMachineMedical - components: - - pos: 14.5,-11.5 - parent: 852 - type: Transform -- uid: 1149 - type: LockerMedicalFilled - components: - - pos: 22.5,-7.5 - parent: 852 - type: Transform -- uid: 1150 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 29.5,18.5 - parent: 852 - type: Transform -- uid: 1151 - type: LockerMedicalFilled - components: - - pos: 21.5,-7.5 - parent: 852 - type: Transform -- uid: 1152 - type: WeaponSubMachineGunWt550 - components: - - pos: -14.46418,19.398104 - parent: 852 - type: Transform - - containers: - gun_chamber: !type:ContainerSlot {} - gun_magazine: !type:ContainerSlot - ent: 5157 - type: ContainerContainer -- uid: 1153 - type: Catwalk - components: - - pos: -0.5,21.5 - parent: 852 - type: Transform -- uid: 1154 - type: CarpetOrange - components: - - pos: 38.5,-1.5 - parent: 852 - type: Transform -- uid: 1155 - type: Table - components: - - pos: 16.5,16.5 - parent: 852 - type: Transform -- uid: 1156 - type: WaterCooler - components: - - pos: 1.5,16.5 - parent: 852 - type: Transform -- uid: 1157 - type: WallReinforced - components: - - pos: 18.5,-3.5 - parent: 852 - type: Transform -- uid: 1158 - type: RandomFoodSingle - components: - - pos: -2.5,-1.5 - parent: 852 - type: Transform -- uid: 1159 - type: CableApcExtension - components: - - pos: 20.5,21.5 - parent: 852 - type: Transform -- uid: 1160 - type: CableMV - components: - - pos: 59.5,-1.5 - parent: 852 - type: Transform -- uid: 1161 - type: WardrobePrisonFilled - components: - - pos: -13.5,7.5 - parent: 852 - type: Transform -- uid: 1162 - type: WaterTankFull - components: - - pos: 27.5,-2.5 - parent: 852 - type: Transform -- uid: 1163 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 26.5,2.5 - parent: 852 - type: Transform -- uid: 1164 - type: Carpet - components: - - pos: -9.5,20.5 - parent: 852 - type: Transform -- uid: 1165 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1166 - type: KitchenReagentGrinder - components: - - pos: 19.5,1.5 - parent: 852 - type: Transform -- uid: 1167 - type: Firelock - components: - - pos: -5.5,2.5 - parent: 852 - type: Transform -- uid: 1168 - type: WallReinforced - components: - - pos: 15.5,2.5 - parent: 852 - type: Transform -- uid: 1169 - type: WallReinforced - components: - - pos: 20.5,0.5 - parent: 852 - type: Transform -- uid: 1170 - type: Grille - components: - - pos: -1.5,12.5 - parent: 852 - type: Transform -- uid: 1171 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 1.5,30.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1172 - type: CableApcExtension - components: - - pos: -6.5,5.5 - parent: 852 - type: Transform -- uid: 1173 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 24.5,18.5 - parent: 852 - type: Transform -- uid: 1174 - type: CableApcExtension - components: - - pos: 11.5,24.5 - parent: 852 - type: Transform -- uid: 1175 - type: HandLabeler - components: - - pos: 13.617025,12.483693 - parent: 852 - type: Transform -- uid: 1176 - type: CableApcExtension - components: - - pos: 8.5,25.5 - parent: 852 - type: Transform -- uid: 1177 - type: CarpetSBlue - components: - - pos: 8.5,19.5 - parent: 852 - type: Transform -- uid: 1178 - type: AirlockEngineeringLocked - components: - - pos: 12.5,20.5 - parent: 852 - type: Transform -- uid: 1179 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 1180 - type: Grille - components: - - pos: -41.5,9.5 - parent: 852 - type: Transform -- uid: 1181 - type: CableApcExtension - components: - - pos: -43.5,2.5 - parent: 852 - type: Transform -- uid: 1182 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -6.5,19.5 - parent: 852 - type: Transform -- uid: 1183 - type: ReinforcedWindow - components: - - pos: 58.5,6.5 - parent: 852 - type: Transform -- uid: 1184 - type: WallReinforced - components: - - pos: 44.5,0.5 - parent: 852 - type: Transform -- uid: 1185 - type: ConveyorBelt - components: - - pos: 20.5,21.5 - parent: 852 - type: Transform - - inputs: - Reverse: - - port: Right - uid: 7550 - Forward: - - port: Left - uid: 7550 - Off: - - port: Middle - uid: 7550 - type: SignalReceiver -- uid: 1186 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 5.5,30.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1187 - type: EmergencyLight - components: - - pos: 39.5,6.5 - parent: 852 - type: Transform -- uid: 1188 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1189 - type: RandomInstruments - components: - - pos: -30.5,1.5 - parent: 852 - type: Transform -- uid: 1190 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,2.5 - parent: 852 - type: Transform -- uid: 1191 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,2.5 - parent: 852 - type: Transform -- uid: 1192 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,2.5 - parent: 852 - type: Transform -- uid: 1193 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,2.5 - parent: 852 - type: Transform -- uid: 1194 - type: OxygenCanister - components: - - pos: -4.5,-8.5 - parent: 852 - type: Transform -- uid: 1195 - type: WallReinforced - components: - - pos: 30.5,-11.5 - parent: 852 - type: Transform -- uid: 1196 - type: CableMV - components: - - pos: -1.5,-10.5 - parent: 852 - type: Transform -- uid: 1197 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -0.5,-11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1198 - type: WallReinforced - components: - - pos: 33.5,23.5 - parent: 852 - type: Transform -- uid: 1199 - type: CigarGoldCase - components: - - pos: -3.50686,16.95599 - parent: 852 - type: Transform -- uid: 1200 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1201 - type: CableApcExtension - components: - - pos: 27.5,3.5 - parent: 852 - type: Transform -- uid: 1202 - type: EmergencyRollerBed - components: - - pos: 19.443876,-7.543538 - parent: 852 - type: Transform -- uid: 1203 - type: AirlockSecurityGlassLocked - components: - - pos: -12.5,9.5 - parent: 852 - type: Transform -- uid: 1204 - type: TableReinforced - components: - - pos: 6.5,20.5 - parent: 852 - type: Transform -- uid: 1205 - type: SurveillanceCameraEngineering - components: - - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Locker Room - type: SurveillanceCamera -- uid: 1206 - type: WeaponShotgunKammerer - components: - - pos: -11.431934,19.4909 - parent: 852 - type: Transform - - unspawnedCount: 4 - type: BallisticAmmoProvider -- uid: 1207 - type: PoweredSmallLight - components: - - pos: 8.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1208 - type: WarpPoint - components: - - pos: -36.5,5.5 - parent: 852 - type: Transform - - location: evac - type: WarpPoint -- uid: 1209 - type: ComfyChair - components: - - pos: -30.5,-4.5 - parent: 852 - type: Transform -- uid: 1210 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 5.5,16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1211 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 1.5,16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1212 - type: Poweredlight - components: - - pos: -1.5,18.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1213 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1214 - type: CableApcExtension - components: - - pos: 21.5,21.5 - parent: 852 - type: Transform -- uid: 1215 - type: SheetPlasteel - components: - - pos: 28.417616,0.5307963 - parent: 852 - type: Transform -- uid: 1216 - type: PinpointerNuclear - components: - - pos: -1.53811,16.627865 - parent: 852 - type: Transform -- uid: 1217 - type: Table - components: - - pos: 49.5,5.5 - parent: 852 - type: Transform -- uid: 1218 - type: TableReinforced - components: - - pos: -13.5,15.5 - parent: 852 - type: Transform -- uid: 1219 - type: Table - components: - - pos: 50.5,5.5 - parent: 852 - type: Transform -- uid: 1220 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 10.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1221 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 23.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1222 - type: SignEngineering - components: - - pos: 30.5,6.5 - parent: 852 - type: Transform -- uid: 1223 - type: CableApcExtension - components: - - pos: 27.5,2.5 - parent: 852 - type: Transform -- uid: 1224 - type: EmergencyLight - components: - - rot: -1.5707963267948966 rad - pos: 10.5,9.5 - parent: 852 - type: Transform -- uid: 1225 - type: Grille - components: - - pos: 25.5,10.5 - parent: 852 - type: Transform -- uid: 1226 - type: EmergencyLight - components: - - pos: -4.5,14.5 - parent: 852 - type: Transform -- uid: 1227 - type: ClosetToolFilled - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,11.5 - parent: 852 - type: Transform -- uid: 1228 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 12.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1229 - type: VendingMachineCola - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,2.5 - parent: 852 - type: Transform -- uid: 1230 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 9.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1231 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 39.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1232 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 34.5,24.5 - parent: 852 - type: Transform -- uid: 1233 - type: APCBasic - components: - - pos: -5.5,-7.5 - parent: 852 - type: Transform - - startingCharge: 11999.417 - type: Battery -- uid: 1234 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,12.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1235 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,9.5 - parent: 852 - type: Transform -- uid: 1236 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,8.5 - parent: 852 - type: Transform -- uid: 1237 - type: Grille - components: - - pos: -42.5,9.5 - parent: 852 - type: Transform -- uid: 1238 - type: GasPipeStraight - components: - - pos: -24.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1239 - type: GasMinerCarbonDioxide - components: - - pos: 38.5,22.5 - parent: 852 - type: Transform -- uid: 1240 - type: CableApcExtension - components: - - pos: -2.5,-15.5 - parent: 852 - type: Transform -- uid: 1241 - type: CableApcExtension - components: - - pos: 6.5,-0.5 - parent: 852 - type: Transform -- uid: 1242 - type: WallSolid - components: - - pos: -33.5,9.5 - parent: 852 - type: Transform -- uid: 1243 - type: CableApcExtension - components: - - pos: 6.5,0.5 - parent: 852 - type: Transform -- uid: 1244 - type: DogBed - components: - - pos: 10.5,20.5 - parent: 852 - type: Transform -- uid: 1245 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,2.5 - parent: 852 - type: Transform -- uid: 1246 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1247 - type: HandLabeler - components: - - pos: -2.5,30.5 - parent: 852 - type: Transform -- uid: 1248 - type: EmergencyLight - components: - - rot: -1.5707963267948966 rad - pos: 9.5,30.5 - parent: 852 - type: Transform -- uid: 1249 - type: EmergencyLight - components: - - pos: -6.5,-19.5 - parent: 852 - type: Transform -- uid: 1250 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 12.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1251 - type: CableApcExtension - components: - - pos: -5.5,4.5 - parent: 852 - type: Transform -- uid: 1252 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1253 - type: Poweredlight - components: - - pos: 15.5,12.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1254 - type: ReinforcedWindow - components: - - pos: -10.5,14.5 - parent: 852 - type: Transform -- uid: 1255 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,1.5 - parent: 852 - type: Transform -- uid: 1256 - type: VendingMachineEngivend - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-0.5 - parent: 852 - type: Transform -- uid: 1257 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 25.5,2.5 - parent: 852 - type: Transform -- uid: 1258 - type: AirlockCaptainLocked - components: - - pos: 27.5,2.5 - parent: 852 - type: Transform -- uid: 1259 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1260 - type: ReinforcedWindow - components: - - pos: 25.5,10.5 - parent: 852 - type: Transform -- uid: 1261 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1262 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1263 - type: SignDirectionalSci - components: - - pos: 1.4985528,6.263013 - parent: 852 - type: Transform -- uid: 1264 - type: Grille - components: - - pos: -1.5,14.5 - parent: 852 - type: Transform -- uid: 1265 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 18.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1266 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 13.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1267 - type: ReinforcedWindow - components: - - pos: -1.5,13.5 - parent: 852 - type: Transform -- uid: 1268 - type: ReinforcedWindow - components: - - pos: -1.5,14.5 - parent: 852 - type: Transform -- uid: 1269 - type: WallReinforced - components: - - pos: -0.5,11.5 - parent: 852 - type: Transform -- uid: 1270 - type: WallReinforced - components: - - pos: 20.5,-2.5 - parent: 852 - type: Transform -- uid: 1271 - type: Poweredlight - components: - - pos: 12.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1272 - type: Poweredlight - components: - - pos: 15.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1273 - type: CableHV - components: - - pos: 43.5,-0.5 - parent: 852 - type: Transform -- uid: 1274 - type: Poweredlight - components: - - pos: 18.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1275 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 852 - type: Transform -- uid: 1276 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,1.5 - parent: 852 - type: Transform -- uid: 1277 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,22.5 - parent: 852 - type: Transform -- uid: 1278 - type: Grille - components: - - pos: -10.5,19.5 - parent: 852 - type: Transform -- uid: 1279 - type: AirCanister - components: - - pos: -2.5,-8.5 - parent: 852 - type: Transform -- uid: 1280 - type: AirlockMaintCommonLocked - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-23.5 - parent: 852 - type: Transform -- uid: 1281 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 23.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1282 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1283 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 27.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1284 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 29.5,-2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1285 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 31.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1286 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 31.5,2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1287 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 37.5,2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1288 - type: Poweredlight - components: - - pos: 35.5,6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1289 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 32.5,8.5 - parent: 852 - type: Transform -- uid: 1290 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 31.5,8.5 - parent: 852 - type: Transform -- uid: 1291 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,0.5 - parent: 852 - type: Transform -- uid: 1292 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-0.5 - parent: 852 - type: Transform -- uid: 1293 - type: EmergencyLight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 852 - type: Transform -- uid: 1294 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-1.5 - parent: 852 - type: Transform -- uid: 1295 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-2.5 - parent: 852 - type: Transform -- uid: 1296 - type: WallReinforced - components: - - pos: 11.5,18.5 - parent: 852 - type: Transform -- uid: 1297 - type: CableMV - components: - - pos: 12.5,22.5 - parent: 852 - type: Transform -- uid: 1298 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: 12.5,18.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1299 - type: EmergencyLight - components: - - pos: -39.5,10.5 - parent: 852 - type: Transform -- uid: 1300 - type: PartRodMetal - components: - - rot: 3.141592653589793 rad - pos: 50.50942,4.811885 - parent: 852 - type: Transform -- uid: 1301 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1302 - type: PoweredSmallLight - components: - - pos: 39.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1303 - type: Poweredlight - components: - - pos: 23.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1304 - type: Poweredlight - components: - - rot: 3.141592697301183 rad - pos: 23.5,3 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1305 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 23.5,-7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1306 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1307 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1308 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 24.5,-14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1309 - type: AirlockMaintMedLocked - components: - - pos: 20.5,-17.5 - parent: 852 - type: Transform -- uid: 1310 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-3.5 - parent: 852 - type: Transform -- uid: 1311 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-4.5 - parent: 852 - type: Transform -- uid: 1312 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 1.5,-21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1313 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 5.5,-21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1314 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1315 - type: PoweredSmallLight - components: - - pos: 12.5,-13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1316 - type: CableApcStack - components: - - pos: 27.24574,0.6870463 - parent: 852 - type: Transform -- uid: 1317 - type: WallReinforced - components: - - pos: 20.5,-1.5 - parent: 852 - type: Transform -- uid: 1318 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-5.5 - parent: 852 - type: Transform -- uid: 1319 - type: ComputerCloningConsole - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-15.5 - parent: 852 - type: Transform - - outputs: - MedicalScannerSender: - - port: MedicalScannerReceiver - uid: 4137 - CloningPodSender: - - port: CloningPodReceiver - uid: 1527 - type: SignalTransmitter -- uid: 1320 - type: WallReinforced - components: - - pos: 8.5,-18.5 - parent: 852 - type: Transform -- uid: 1321 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-2.5 - parent: 852 - type: Transform -- uid: 1322 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1323 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1324 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 6.5,-11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1325 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1326 - type: WallSolidRust - components: - - pos: 33.5,-8.5 - parent: 852 - type: Transform -- uid: 1327 - type: CableApcExtension - components: - - pos: 16.5,22.5 - parent: 852 - type: Transform -- uid: 1328 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 9.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1329 - type: BoxSyringe - components: - - pos: 14.499004,1.2741406 - parent: 852 - type: Transform -- uid: 1330 - type: Firelock - components: - - pos: -6.5,2.5 - parent: 852 - type: Transform -- uid: 1331 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -1.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1332 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -1.5,-20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1333 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1334 - type: AirlockMaintLocked - components: - - pos: -24.5,12.5 - parent: 852 - type: Transform -- uid: 1335 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-1.5 - parent: 852 - type: Transform -- uid: 1336 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1337 - type: ChairWood - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-23.5 - parent: 852 - type: Transform -- uid: 1338 - type: CarpetOrange - components: - - pos: -4.5,-0.5 - parent: 852 - type: Transform -- uid: 1339 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-0.5 - parent: 852 - type: Transform -- uid: 1340 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,0.5 - parent: 852 - type: Transform -- uid: 1341 - type: CableApcExtension - components: - - pos: -12.5,8.5 - parent: 852 - type: Transform -- uid: 1342 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,2.5 - parent: 852 - type: Transform -- uid: 1343 - type: WindowDirectional - components: - - rot: -1.5707963267948966 rad - pos: -4.5,-8.5 - parent: 852 - type: Transform -- uid: 1344 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1345 - type: EmergencyLight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-3.5 - parent: 852 - type: Transform -- uid: 1346 - type: GasMixerFlipped - components: - - desc: sends n2o to mix line - name: n2o to mix - type: MetaData - - rot: -1.5707963267948966 rad - pos: 47.5,16.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0 - inletOneConcentration: 1 - type: GasMixer -- uid: 1347 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 40.5,16.5 - parent: 852 - type: Transform -- uid: 1348 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 29.5,15.5 - parent: 852 - type: Transform -- uid: 1349 - type: WallSolid - components: - - pos: 11.5,-18.5 - parent: 852 - type: Transform -- uid: 1350 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,2.5 - parent: 852 - type: Transform -- uid: 1351 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,9.5 - parent: 852 - type: Transform -- uid: 1352 - type: Rack - components: - - pos: 43.5,13.5 - parent: 852 - type: Transform -- uid: 1353 - type: WallSolid - components: - - pos: 10.5,-21.5 - parent: 852 - type: Transform -- uid: 1354 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-28.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1355 - type: Stool - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 852 - type: Transform -- uid: 1356 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 9.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1357 - type: WallReinforced - components: - - pos: 24.5,6.5 - parent: 852 - type: Transform -- uid: 1358 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1359 - type: Poweredlight - components: - - rot: 3.141592697301183 rad - pos: 31.5,2 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1360 - type: Poweredlight - components: - - pos: 7.5,-22.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1361 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1362 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1363 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,2.5 - parent: 852 - type: Transform -- uid: 1364 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,2.5 - parent: 852 - type: Transform -- uid: 1365 - type: WallSolid - components: - - pos: -1.5,-9.5 - parent: 852 - type: Transform -- uid: 1366 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1367 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1368 - type: WeldingFuelTankFull - components: - - pos: -9.5,-9.5 - parent: 852 - type: Transform -- uid: 1369 - type: CableApcExtension - components: - - pos: -4.5,5.5 - parent: 852 - type: Transform -- uid: 1370 - type: ComputerComms - components: - - rot: 1.5707963267948966 rad - pos: 6.5,23.5 - parent: 852 - type: Transform -- uid: 1371 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1372 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1373 - type: ReinforcedWindow - components: - - pos: -2.5,9.5 - parent: 852 - type: Transform -- uid: 1374 - type: CableApcStack - components: - - pos: 27.24574,0.6870463 - parent: 852 - type: Transform -- uid: 1375 - type: WaterTankFull - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-3.5 - parent: 852 - type: Transform -- uid: 1376 - type: WaterTankFull - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,7.5 - parent: 852 - type: Transform -- uid: 1377 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 61.5,5.5 - parent: 852 - type: Transform -- uid: 1378 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,1.5 - parent: 852 - type: Transform -- uid: 1379 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-13.5 - parent: 852 - type: Transform -- uid: 1380 - type: CableHV - components: - - pos: 64.5,-2.5 - parent: 852 - type: Transform -- uid: 1381 - type: ReinforcedWindow - components: - - pos: 2.5,26.5 - parent: 852 - type: Transform -- uid: 1382 - type: CableApcExtension - components: - - pos: 3.5,27.5 - parent: 852 - type: Transform -- uid: 1383 - type: ChairOfficeLight - components: - - pos: 15.5,-2.5 - parent: 852 - type: Transform -- uid: 1384 - type: WallSolidRust - components: - - pos: 25.5,-25.5 - parent: 852 - type: Transform -- uid: 1385 - type: WallSolidRust - components: - - pos: 25.5,-21.5 - parent: 852 - type: Transform -- uid: 1386 - type: WallSolidRust - components: - - pos: -22.5,18.5 - parent: 852 - type: Transform -- uid: 1387 - type: WallReinforced - components: - - pos: 44.5,-5.5 - parent: 852 - type: Transform -- uid: 1388 - type: WallReinforced - components: - - pos: 43.5,-5.5 - parent: 852 - type: Transform -- uid: 1389 - type: ReinforcedWindow - components: - - pos: -0.5,27.5 - parent: 852 - type: Transform -- uid: 1390 - type: ReinforcedWindow - components: - - pos: -1.5,27.5 - parent: 852 - type: Transform -- uid: 1391 - type: ReinforcedWindow - components: - - pos: 4.5,22.5 - parent: 852 - type: Transform -- uid: 1392 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,29.5 - parent: 852 - type: Transform -- uid: 1393 - type: WallReinforced - components: - - pos: 9.5,32.5 - parent: 852 - type: Transform -- uid: 1394 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,31.5 - parent: 852 - type: Transform -- uid: 1395 - type: PowerCellRecharger - components: - - pos: 5.5,32.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 1396 - type: Grille - components: - - pos: 10.5,31.5 - parent: 852 - type: Transform -- uid: 1397 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,33.5 - parent: 852 - type: Transform -- uid: 1398 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,33.5 - parent: 852 - type: Transform -- uid: 1399 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,33.5 - parent: 852 - type: Transform -- uid: 1400 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,33.5 - parent: 852 - type: Transform -- uid: 1401 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,33.5 - parent: 852 - type: Transform -- uid: 1402 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,33.5 - parent: 852 - type: Transform -- uid: 1403 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,33.5 - parent: 852 - type: Transform -- uid: 1404 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,33.5 - parent: 852 - type: Transform -- uid: 1405 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,33.5 - parent: 852 - type: Transform -- uid: 1406 - type: ReinforcedWindow - components: - - pos: 10.5,31.5 - parent: 852 - type: Transform -- uid: 1407 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,29.5 - parent: 852 - type: Transform -- uid: 1408 - type: WallReinforced - components: - - pos: 8.5,33.5 - parent: 852 - type: Transform -- uid: 1409 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,31.5 - parent: 852 - type: Transform -- uid: 1410 - type: ReinforcedWindow - components: - - pos: -3.5,9.5 - parent: 852 - type: Transform -- uid: 1411 - type: AirlockSecurityGlassLocked - components: - - pos: 0.5,9.5 - parent: 852 - type: Transform -- uid: 1412 - type: ClosetMaintenanceFilledRandom - components: - - pos: -7.5,-8.5 - parent: 852 - type: Transform -- uid: 1413 - type: WallReinforced - components: - - pos: 13.5,28.5 - parent: 852 - type: Transform -- uid: 1414 - type: Grille - components: - - pos: -9.5,7.5 - parent: 852 - type: Transform -- uid: 1415 - type: WallReinforced - components: - - pos: -11.5,9.5 - parent: 852 - type: Transform -- uid: 1416 - type: Grille - components: - - pos: -13.5,9.5 - parent: 852 - type: Transform -- uid: 1417 - type: AirlockBrigGlassLocked - components: - - pos: -5.5,9.5 - parent: 852 - type: Transform -- uid: 1418 - type: Lamp - components: - - pos: -0.442379,13.650292 - parent: 852 - type: Transform -- uid: 1419 - type: TableWood - components: - - pos: -7.5,20.5 - parent: 852 - type: Transform -- uid: 1420 - type: WallSolid - components: - - pos: 12.5,-18.5 - parent: 852 - type: Transform -- uid: 1421 - type: CableApcExtension - components: - - pos: -40.5,0.5 - parent: 852 - type: Transform -- uid: 1422 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,11.5 - parent: 852 - type: Transform -- uid: 1423 - type: WallReinforced - components: - - pos: -35.5,15.5 - parent: 852 - type: Transform -- uid: 1424 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,11.5 - parent: 852 - type: Transform -- uid: 1425 - type: WallReinforced - components: - - pos: 42.5,-5.5 - parent: 852 - type: Transform -- uid: 1426 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,1.5 - parent: 852 - type: Transform -- uid: 1427 - type: Catwalk - components: - - pos: -1.5,-10.5 - parent: 852 - type: Transform -- uid: 1428 - type: CableApcExtension - components: - - pos: -42.5,0.5 - parent: 852 - type: Transform -- uid: 1429 - type: CableApcExtension - components: - - pos: -43.5,0.5 - parent: 852 - type: Transform -- uid: 1430 - type: Grille - components: - - pos: -43.5,3.5 - parent: 852 - type: Transform -- uid: 1431 - type: CableApcExtension - components: - - pos: -41.5,10.5 - parent: 852 - type: Transform -- uid: 1432 - type: Catwalk - components: - - pos: -0.5,-10.5 - parent: 852 - type: Transform -- uid: 1433 - type: CableApcExtension - components: - - pos: -43.5,10.5 - parent: 852 - type: Transform -- uid: 1434 - type: Catwalk - components: - - pos: -13.5,-14.5 - parent: 852 - type: Transform -- uid: 1435 - type: Catwalk - components: - - pos: -16.5,-14.5 - parent: 852 - type: Transform -- uid: 1436 - type: Catwalk - components: - - pos: -18.5,-14.5 - parent: 852 - type: Transform -- uid: 1437 - type: Catwalk - components: - - pos: -8.5,-10.5 - parent: 852 - type: Transform -- uid: 1438 - type: Catwalk - components: - - pos: -5.5,-10.5 - parent: 852 - type: Transform -- uid: 1439 - type: Catwalk - components: - - pos: -14.5,-14.5 - parent: 852 - type: Transform -- uid: 1440 - type: Catwalk - components: - - pos: -3.5,-10.5 - parent: 852 - type: Transform -- uid: 1441 - type: Catwalk - components: - - pos: -11.5,-14.5 - parent: 852 - type: Transform -- uid: 1442 - type: Catwalk - components: - - pos: -9.5,-14.5 - parent: 852 - type: Transform -- uid: 1443 - type: Grille - components: - - pos: 37.5,26.5 - parent: 852 - type: Transform -- uid: 1444 - type: TintedWindow - components: - - rot: -1.5707963267948966 rad - pos: -28.5,2.5 - parent: 852 - type: Transform -- uid: 1445 - type: TintedWindow - components: - - rot: -1.5707963267948966 rad - pos: -29.5,2.5 - parent: 852 - type: Transform -- uid: 1446 - type: ReinforcedWindow - components: - - pos: -41.5,7.5 - parent: 852 - type: Transform -- uid: 1447 - type: WallReinforced - components: - - pos: 41.5,-5.5 - parent: 852 - type: Transform -- uid: 1448 - type: ReinforcedWindow - components: - - pos: -43.5,1.5 - parent: 852 - type: Transform -- uid: 1449 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-22.5 - parent: 852 - type: Transform -- uid: 1450 - type: CableApcExtension - components: - - pos: -23.5,-24.5 - parent: 852 - type: Transform -- uid: 1451 - type: Grille - components: - - pos: -44.5,3.5 - parent: 852 - type: Transform -- uid: 1452 - type: Grille - components: - - pos: -41.5,1.5 - parent: 852 - type: Transform -- uid: 1453 - type: Grille - components: - - pos: -40.5,7.5 - parent: 852 - type: Transform -- uid: 1454 - type: Grille - components: - - pos: -43.5,7.5 - parent: 852 - type: Transform -- uid: 1455 - type: Grille - components: - - pos: -40.5,9.5 - parent: 852 - type: Transform -- uid: 1456 - type: Grille - components: - - pos: -41.5,3.5 - parent: 852 - type: Transform -- uid: 1457 - type: ReinforcedWindow - components: - - pos: -42.5,1.5 - parent: 852 - type: Transform -- uid: 1458 - type: WallSolid - components: - - pos: -21.5,-23.5 - parent: 852 - type: Transform -- uid: 1459 - type: AirlockExternalGlass - components: - - pos: -40.5,0.5 - parent: 852 - type: Transform -- uid: 1460 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,6.5 - parent: 852 - type: Transform -- uid: 1461 - type: WallSolid - components: - - pos: 25.5,-6.5 - parent: 852 - type: Transform -- uid: 1462 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,6.5 - parent: 852 - type: Transform -- uid: 1463 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,6.5 - parent: 852 - type: Transform -- uid: 1464 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,6.5 - parent: 852 - type: Transform -- uid: 1465 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,6.5 - parent: 852 - type: Transform -- uid: 1466 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-25.5 - parent: 852 - type: Transform -- uid: 1467 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-26.5 - parent: 852 - type: Transform -- uid: 1468 - type: ReinforcedWindow - components: - - pos: -4.5,-21.5 - parent: 852 - type: Transform -- uid: 1469 - type: ReinforcedWindow - components: - - pos: -2.5,-21.5 - parent: 852 - type: Transform -- uid: 1470 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -4.5,-23.5 - parent: 852 - type: Transform -- uid: 1471 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-18.5 - parent: 852 - type: Transform -- uid: 1472 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-18.5 - parent: 852 - type: Transform -- uid: 1473 - type: WallReinforced - components: - - pos: 0.5,-18.5 - parent: 852 - type: Transform -- uid: 1474 - type: Window - components: - - pos: 5.5,-5.5 - parent: 852 - type: Transform -- uid: 1475 - type: ShuttersNormalOpen - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-10.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 9123 - type: SignalReceiver -- uid: 1476 - type: WallSolid - components: - - pos: 8.5,-9.5 - parent: 852 - type: Transform -- uid: 1477 - type: CarpetBlue - components: - - pos: 23.5,-14.5 - parent: 852 - type: Transform -- uid: 1478 - type: SheetSteel - components: - - pos: 49.79525,5.541127 - parent: 852 - type: Transform -- uid: 1479 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-16.5 - parent: 852 - type: Transform -- uid: 1480 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-15.5 - parent: 852 - type: Transform -- uid: 1481 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-14.5 - parent: 852 - type: Transform -- uid: 1482 - type: ReinforcedWindow - components: - - pos: 10.5,-14.5 - parent: 852 - type: Transform -- uid: 1483 - type: CrowbarRed - components: - - pos: 7.5275726,-17.589449 - parent: 852 - type: Transform -- uid: 1484 - type: SheetGlass - components: - - pos: 49.10775,5.572377 - parent: 852 - type: Transform -- uid: 1485 - type: AirlockChiefMedicalOfficerGlassLocked - components: - - pos: 20.5,-14.5 - parent: 852 - type: Transform -- uid: 1486 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-12.5 - parent: 852 - type: Transform -- uid: 1487 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-15.5 - parent: 852 - type: Transform -- uid: 1488 - type: APCBasic - components: - - rot: -1.5707963267948966 rad - pos: 37.5,10.5 - parent: 852 - type: Transform -- uid: 1489 - type: Grille - components: - - pos: -11.5,8.5 - parent: 852 - type: Transform -- uid: 1490 - type: WallReinforced - components: - - pos: 19.5,-3.5 - parent: 852 - type: Transform -- uid: 1491 - type: Grille - components: - - pos: 13.5,-4.5 - parent: 852 - type: Transform -- uid: 1492 - type: Catwalk - components: - - pos: 6.5,14.5 - parent: 852 - type: Transform -- uid: 1493 - type: PartRodMetal - components: - - pos: 18.4917,8.562429 - parent: 852 - type: Transform -- uid: 1494 - type: AirlockCaptainGlassLocked - components: - - name: Captain's Office - type: MetaData - - pos: 5.5,25.5 - parent: 852 - type: Transform -- uid: 1495 - type: BedsheetHOP - components: - - pos: 10.5,16.5 - parent: 852 - type: Transform -- uid: 1496 - type: TableWood - components: - - pos: 7.5,18.5 - parent: 852 - type: Transform -- uid: 1497 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,2.5 - parent: 852 - type: Transform -- uid: 1498 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,2.5 - parent: 852 - type: Transform -- uid: 1499 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,2.5 - parent: 852 - type: Transform -- uid: 1500 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,2.5 - parent: 852 - type: Transform -- uid: 1501 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,2.5 - parent: 852 - type: Transform -- uid: 1502 - type: WallReinforced - components: - - pos: 17.5,2.5 - parent: 852 - type: Transform -- uid: 1503 - type: WallReinforced - components: - - pos: 16.5,2.5 - parent: 852 - type: Transform -- uid: 1504 - type: WallReinforced - components: - - pos: 18.5,2.5 - parent: 852 - type: Transform -- uid: 1505 - type: FirelockGlass - components: - - pos: 15.5,8.5 - parent: 852 - type: Transform -- uid: 1506 - type: ReinforcedWindow - components: - - pos: 19.5,6.5 - parent: 852 - type: Transform -- uid: 1507 - type: ReinforcedWindow - components: - - pos: 20.5,6.5 - parent: 852 - type: Transform -- uid: 1508 - type: ReinforcedWindow - components: - - pos: 21.5,6.5 - parent: 852 - type: Transform -- uid: 1509 - type: ReinforcedWindow - components: - - pos: 22.5,6.5 - parent: 852 - type: Transform -- uid: 1510 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,6.5 - parent: 852 - type: Transform -- uid: 1511 - type: ReinforcedWindow - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,19.5 - parent: 852 - type: Transform -- uid: 1512 - type: EmergencyLight - components: - - pos: 23.5,13.5 - parent: 852 - type: Transform -- uid: 1513 - type: GasPressurePump - components: - - desc: pumps co2 into mix line - name: co2 pump - type: MetaData - - pos: 39.5,17.5 - parent: 852 - type: Transform - - targetPressure: 1 - type: GasPressurePump -- uid: 1514 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 35.5,21.5 - parent: 852 - type: Transform -- uid: 1515 - type: GasPipeStraight - components: - - pos: 33.5,18.5 - parent: 852 - type: Transform -- uid: 1516 - type: GasPipeStraight - components: - - pos: 36.5,20.5 - parent: 852 - type: Transform -- uid: 1517 - type: GasPressurePump - components: - - desc: pumps o2 into distro or mix - name: o2 pump - type: MetaData - - pos: 35.5,17.5 - parent: 852 - type: Transform -- uid: 1518 - type: TableReinforcedGlass - components: - - pos: -4.5,-23.5 - parent: 852 - type: Transform -- uid: 1519 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 72.5,11.5 - parent: 852 - type: Transform -- uid: 1520 - type: ReinforcedWindow - components: - - pos: 55.5,5.5 - parent: 852 - type: Transform -- uid: 1521 - type: VendingMachineYouTool - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,0.5 - parent: 852 - type: Transform -- uid: 1522 - type: Grille - components: - - pos: 46.5,-19.5 - parent: 852 - type: Transform -- uid: 1523 - type: SignArmory - components: - - pos: -13.507725,17.439112 - parent: 852 - type: Transform -- uid: 1524 - type: SignConference - components: - - pos: 1.5,26.5 - parent: 852 - type: Transform -- uid: 1525 - type: CableApcExtension - components: - - pos: 14.5,-9.5 - parent: 852 - type: Transform -- uid: 1526 - type: Grille - components: - - pos: 23.5,21.5 - parent: 852 - type: Transform -- uid: 1527 - type: CloningPod - components: - - pos: 7.5,-14.5 - parent: 852 - 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: - - port: CloningPodSender - uid: 1319 - type: SignalReceiver -- uid: 1528 - type: CableApcExtension - components: - - pos: 18.5,16.5 - parent: 852 - type: Transform -- uid: 1529 - type: Grille - components: - - pos: 44.5,-21.5 - parent: 852 - type: Transform -- uid: 1530 - type: ReinforcedWindow - components: - - pos: 41.5,-22.5 - parent: 852 - type: Transform -- uid: 1531 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 32.5,23.5 - parent: 852 - type: Transform -- uid: 1532 - type: GasPipeStraight - components: - - pos: 32.5,20.5 - parent: 852 - type: Transform -- uid: 1533 - type: GasPipeStraight - components: - - pos: 39.5,18.5 - parent: 852 - type: Transform -- uid: 1534 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-7.5 - parent: 852 - type: Transform -- uid: 1535 - type: WallReinforced - components: - - pos: 40.5,-5.5 - parent: 852 - type: Transform -- uid: 1536 - type: StorageCanister - components: - - pos: 36.5,9.5 - parent: 852 - type: Transform -- uid: 1537 - type: FireExtinguisher - components: - - pos: 41.822544,11.556452 - parent: 852 - type: Transform -- uid: 1538 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 45.5,15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1539 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,18.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1540 - type: OxygenCanister - components: - - pos: 30.5,16.5 - parent: 852 - type: Transform -- uid: 1541 - type: ClothingShoesBootsMag - components: - - pos: 10.3269205,11.58763 - parent: 852 - type: Transform -- uid: 1542 - type: GasVentScrubber - components: - - pos: 35.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 1543 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 36.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1544 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 38.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1545 - type: WallReinforced - components: - - pos: 29.5,7.5 - parent: 852 - type: Transform -- uid: 1546 - type: WallReinforced - components: - - pos: 37.5,7.5 - parent: 852 - type: Transform -- uid: 1547 - type: Grille - components: - - pos: 42.5,20.5 - parent: 852 - type: Transform -- uid: 1548 - type: Grille - components: - - pos: 38.5,20.5 - parent: 852 - type: Transform -- uid: 1549 - type: WeaponDisabler - components: - - pos: -13.540816,16.691658 - parent: 852 - type: Transform -- uid: 1550 - type: ReinforcedPlasmaWindow - components: - - pos: 44.5,20.5 - parent: 852 - type: Transform -- uid: 1551 - type: ReinforcedPlasmaWindow - components: - - pos: 42.5,20.5 - parent: 852 - type: Transform -- uid: 1552 - type: Catwalk - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-8.5 - parent: 852 - type: Transform -- uid: 1553 - type: PoweredSmallLight - components: - - pos: -8.5,21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1554 - type: CrateEngineeringCableBulk - components: - - pos: 47.5,5.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 1555 - type: ClosetFireFilled - components: - - pos: 15.5,14.5 - parent: 852 - type: Transform -- uid: 1556 - type: WallReinforced - components: - - pos: 39.5,-5.5 - parent: 852 - type: Transform -- uid: 1557 - type: WallReinforced - components: - - pos: 20.5,-26.5 - parent: 852 - type: Transform -- uid: 1558 - type: CableApcExtension - components: - - pos: 26.5,1.5 - parent: 852 - type: Transform -- uid: 1559 - type: WallReinforced - components: - - pos: 45.5,21.5 - parent: 852 - type: Transform -- uid: 1560 - type: WallReinforced - components: - - pos: 45.5,22.5 - parent: 852 - type: Transform -- uid: 1561 - type: WallReinforced - components: - - pos: 47.5,23.5 - parent: 852 - type: Transform -- uid: 1562 - type: WallReinforced - components: - - pos: 46.5,24.5 - parent: 852 - type: Transform -- uid: 1563 - type: WallReinforced - components: - - pos: 44.5,24.5 - parent: 852 - type: Transform -- uid: 1564 - type: WallReinforced - components: - - pos: 45.5,23.5 - parent: 852 - type: Transform -- uid: 1565 - type: WallReinforced - components: - - pos: 43.5,20.5 - parent: 852 - type: Transform -- uid: 1566 - type: WallReinforced - components: - - pos: 45.5,24.5 - parent: 852 - type: Transform -- uid: 1567 - type: WallReinforced - components: - - pos: 39.5,24.5 - parent: 852 - type: Transform -- uid: 1568 - type: WallReinforced - components: - - pos: 38.5,24.5 - parent: 852 - type: Transform -- uid: 1569 - type: GasPressurePump - components: - - desc: pumps n2o into mix line - name: n2o pump - type: MetaData - - pos: 47.5,17.5 - parent: 852 - type: Transform - - targetPressure: 1 - type: GasPressurePump -- uid: 1570 - type: GasPressurePump - components: - - desc: pumps tritium into mix line - name: tritium pump - type: MetaData - - pos: 43.5,17.5 - parent: 852 - type: Transform - - targetPressure: 1 - type: GasPressurePump -- uid: 1571 - type: CableMV - components: - - pos: 36.5,3.5 - parent: 852 - type: Transform -- uid: 1572 - type: CableMV - components: - - pos: 35.5,3.5 - parent: 852 - type: Transform -- uid: 1573 - type: GasPressurePump - components: - - desc: pumps plasma into mix line - name: plasma pump - type: MetaData - - pos: 41.5,17.5 - parent: 852 - type: Transform - - targetPressure: 1 - type: GasPressurePump -- uid: 1574 - type: WallReinforced - components: - - pos: 30.5,1.5 - parent: 852 - type: Transform -- uid: 1575 - type: PoweredSmallLight - components: - - pos: 39.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1576 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -21.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1577 - type: CableHV - components: - - pos: 64.5,1.5 - parent: 852 - type: Transform -- uid: 1578 - type: CableApcExtension - components: - - pos: -38.5,0.5 - parent: 852 - type: Transform -- uid: 1579 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,1.5 - parent: 852 - type: Transform -- uid: 1580 - type: CableApcExtension - components: - - pos: 16.5,17.5 - parent: 852 - type: Transform -- uid: 1581 - type: CableApcExtension - components: - - pos: 16.5,18.5 - parent: 852 - type: Transform -- uid: 1582 - type: ReinforcedWindow - components: - - pos: 19.5,20.5 - parent: 852 - type: Transform -- uid: 1583 - type: WallReinforced - components: - - pos: 23.5,22.5 - parent: 852 - type: Transform -- uid: 1584 - type: WallReinforced - components: - - pos: 19.5,22.5 - parent: 852 - type: Transform -- uid: 1585 - type: WallReinforced - components: - - pos: 23.5,19.5 - parent: 852 - type: Transform -- uid: 1586 - type: WallReinforced - components: - - pos: 19.5,19.5 - parent: 852 - type: Transform -- uid: 1587 - type: WallSolid - components: - - pos: -27.5,17.5 - parent: 852 - type: Transform -- uid: 1588 - type: WallSolid - components: - - pos: -26.5,15.5 - parent: 852 - type: Transform -- uid: 1589 - type: AirlockExternalGlassLocked - components: - - pos: 21.5,19.5 - parent: 852 - type: Transform -- uid: 1590 - type: JetpackBlueFilled - components: - - pos: 29.435102,-4.3374166 - parent: 852 - type: Transform -- uid: 1591 - type: CableApcExtension - components: - - pos: -39.5,0.5 - parent: 852 - type: Transform -- uid: 1592 - type: Grille - components: - - pos: 19.5,14.5 - parent: 852 - type: Transform -- uid: 1593 - type: CableApcExtension - components: - - pos: -41.5,0.5 - parent: 852 - type: Transform -- uid: 1594 - type: AirlockExternalGlassLocked - components: - - pos: 16.5,19.5 - parent: 852 - type: Transform -- uid: 1595 - type: ReinforcedWindow - components: - - pos: 15.5,20.5 - parent: 852 - type: Transform -- uid: 1596 - type: ReinforcedWindow - components: - - pos: 15.5,21.5 - parent: 852 - type: Transform -- uid: 1597 - type: CableApcExtension - components: - - pos: 13.5,18.5 - parent: 852 - type: Transform -- uid: 1598 - type: CableApcExtension - components: - - pos: 13.5,19.5 - parent: 852 - type: Transform -- uid: 1599 - type: CableApcExtension - components: - - pos: 15.5,14.5 - parent: 852 - type: Transform -- uid: 1600 - type: WallReinforced - components: - - pos: 39.5,1.5 - parent: 852 - type: Transform -- uid: 1601 - type: ClothingHeadHelmetEVA - components: - - pos: 10.3581705,7.5407553 - parent: 852 - type: Transform -- uid: 1602 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,-0.5 - parent: 852 - type: Transform -- uid: 1603 - type: SurveillanceCameraRouterCommand - components: - - pos: -0.5,16.5 - parent: 852 - type: Transform -- uid: 1604 - type: CableApcStack - components: - - pos: 40.484596,-0.68751657 - parent: 852 - type: Transform -- uid: 1605 - type: EmergencyLight - components: - - rot: 1.5707963267948966 rad - pos: 47.5,-3.5 - parent: 852 - type: Transform -- uid: 1606 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-0.5 - parent: 852 - type: Transform -- uid: 1607 - type: CarpetOrange - components: - - pos: 39.5,-0.5 - parent: 852 - type: Transform -- uid: 1608 - type: CarpetOrange - components: - - pos: 39.5,-1.5 - parent: 852 - type: Transform -- uid: 1609 - type: CableHV - components: - - pos: 33.5,8.5 - parent: 852 - type: Transform -- uid: 1610 - type: WallReinforced - components: - - pos: 36.5,7.5 - parent: 852 - type: Transform -- uid: 1611 - type: WallReinforced - components: - - pos: 35.5,7.5 - parent: 852 - type: Transform -- uid: 1612 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-3.5 - parent: 852 - type: Transform -- uid: 1613 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,6.5 - parent: 852 - type: Transform -- uid: 1614 - type: CableHV - components: - - pos: 70.5,-4.5 - parent: 852 - type: Transform -- uid: 1615 - type: CableHV - components: - - pos: 64.5,-3.5 - parent: 852 - type: Transform -- uid: 1616 - type: WallReinforced - components: - - pos: 36.5,-1.5 - parent: 852 - type: Transform -- uid: 1617 - type: WallReinforced - components: - - pos: 36.5,-2.5 - parent: 852 - type: Transform -- uid: 1618 - type: WallReinforced - components: - - pos: 37.5,-2.5 - parent: 852 - type: Transform -- uid: 1619 - type: WallReinforced - components: - - pos: 38.5,-2.5 - parent: 852 - type: Transform -- uid: 1620 - type: WallReinforced - components: - - pos: 39.5,-2.5 - parent: 852 - type: Transform -- uid: 1621 - type: WallReinforced - components: - - pos: 41.5,-2.5 - parent: 852 - type: Transform -- uid: 1622 - type: WallReinforced - components: - - pos: 40.5,-2.5 - parent: 852 - type: Transform -- uid: 1623 - type: WallReinforced - components: - - pos: 41.5,-1.5 - parent: 852 - type: Transform -- uid: 1624 - type: WallReinforced - components: - - pos: 41.5,-0.5 - parent: 852 - type: Transform -- uid: 1625 - type: WallReinforced - components: - - pos: 41.5,0.5 - parent: 852 - type: Transform -- uid: 1626 - type: WallReinforced - components: - - pos: 41.5,1.5 - parent: 852 - type: Transform -- uid: 1627 - type: WallReinforced - components: - - pos: 36.5,0.5 - parent: 852 - type: Transform -- uid: 1628 - type: WallReinforced - components: - - pos: 36.5,1.5 - parent: 852 - type: Transform -- uid: 1629 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,1.5 - parent: 852 - type: Transform -- uid: 1630 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,2.5 - parent: 852 - type: Transform -- uid: 1631 - type: CableHV - components: - - pos: 65.5,-4.5 - parent: 852 - type: Transform -- uid: 1632 - type: WallReinforced - components: - - pos: 28.5,-1.5 - parent: 852 - type: Transform -- uid: 1633 - type: WallReinforced - components: - - pos: 28.5,-2.5 - parent: 852 - type: Transform -- uid: 1634 - type: WallSolid - components: - - pos: -32.5,15.5 - parent: 852 - type: Transform -- uid: 1635 - type: WallReinforced - components: - - pos: 21.5,-26.5 - parent: 852 - type: Transform -- uid: 1636 - type: WallReinforced - components: - - pos: 22.5,-26.5 - parent: 852 - type: Transform -- uid: 1637 - type: CrateFilledSpawner - components: - - pos: 22.5,7.5 - parent: 852 - type: Transform -- uid: 1638 - type: WallSolid - components: - - pos: -28.5,15.5 - parent: 852 - type: Transform -- uid: 1639 - type: WallSolid - components: - - pos: 29.5,-8.5 - parent: 852 - type: Transform -- uid: 1640 - type: CableHV - components: - - pos: -29.5,22.5 - parent: 852 - type: Transform -- uid: 1641 - type: MouseTimedSpawner - components: - - pos: -12.5,-12.5 - parent: 852 - type: Transform -- uid: 1642 - type: WallReinforced - components: - - pos: 23.5,-26.5 - parent: 852 - type: Transform -- uid: 1643 - type: WallSolid - components: - - pos: 23.5,-21.5 - parent: 852 - type: Transform -- uid: 1644 - type: WallSolid - components: - - pos: 23.5,-19.5 - parent: 852 - type: Transform -- uid: 1645 - type: WallSolid - components: - - pos: 24.5,-19.5 - parent: 852 - type: Transform -- uid: 1646 - type: WallSolid - components: - - pos: 25.5,-19.5 - parent: 852 - type: Transform -- uid: 1647 - type: WallSolid - components: - - pos: 27.5,-19.5 - parent: 852 - type: Transform -- uid: 1648 - type: WallReinforced - components: - - pos: 28.5,-15.5 - parent: 852 - type: Transform -- uid: 1649 - type: WallReinforced - components: - - pos: 34.5,-15.5 - parent: 852 - type: Transform -- uid: 1650 - type: WallReinforced - components: - - pos: 30.5,-16.5 - parent: 852 - type: Transform -- uid: 1651 - type: WallReinforced - components: - - pos: 28.5,-11.5 - parent: 852 - type: Transform -- uid: 1652 - type: WallSolid - components: - - pos: 36.5,-8.5 - parent: 852 - type: Transform -- uid: 1653 - type: WallSolid - components: - - pos: -19.5,25.5 - parent: 852 - type: Transform -- uid: 1654 - type: CableApcExtension - components: - - pos: -18.5,15.5 - parent: 852 - type: Transform -- uid: 1655 - type: WallSolidRust - components: - - pos: -20.5,21.5 - parent: 852 - type: Transform -- uid: 1656 - type: WallReinforced - components: - - pos: -16.5,26.5 - parent: 852 - type: Transform -- uid: 1657 - type: ReinforcedWindow - components: - - pos: -15.5,26.5 - parent: 852 - type: Transform -- uid: 1658 - type: ReinforcedWindow - components: - - pos: -9.5,-30.5 - parent: 852 - type: Transform -- uid: 1659 - type: WallReinforced - components: - - pos: -10.5,-32.5 - parent: 852 - type: Transform -- uid: 1660 - type: ReinforcedWindow - components: - - pos: -18.5,26.5 - parent: 852 - type: Transform -- uid: 1661 - type: WallReinforced - components: - - pos: -11.5,26.5 - parent: 852 - type: Transform -- uid: 1662 - type: WallReinforced - components: - - pos: -9.5,26.5 - parent: 852 - type: Transform -- uid: 1663 - type: ClothingHeadHelmetEVA - components: - - pos: 10.3425455,8.52513 - parent: 852 - type: Transform -- uid: 1664 - type: WallReinforced - components: - - pos: -10.5,26.5 - parent: 852 - type: Transform -- uid: 1665 - type: WallReinforced - components: - - pos: -6.5,25.5 - parent: 852 - type: Transform -- uid: 1666 - type: WallReinforced - components: - - pos: -5.5,25.5 - parent: 852 - type: Transform -- uid: 1667 - type: WallReinforced - components: - - pos: -4.5,25.5 - parent: 852 - type: Transform -- uid: 1668 - type: WallReinforced - components: - - pos: -18.5,-17.5 - parent: 852 - type: Transform -- uid: 1669 - type: WallSolid - components: - - pos: -20.5,15.5 - parent: 852 - type: Transform -- uid: 1670 - type: WallSolid - components: - - pos: -19.5,24.5 - parent: 852 - type: Transform -- uid: 1671 - type: WallSolid - components: - - pos: -22.5,15.5 - parent: 852 - type: Transform -- uid: 1672 - type: WallSolid - components: - - pos: -23.5,15.5 - parent: 852 - type: Transform -- uid: 1673 - type: WallSolid - components: - - pos: -24.5,15.5 - parent: 852 - type: Transform -- uid: 1674 - type: WallSolid - components: - - pos: -20.5,17.5 - parent: 852 - type: Transform -- uid: 1675 - type: AirlockMaint - components: - - pos: 23.5,-24.5 - parent: 852 - type: Transform -- uid: 1676 - type: WallSolidRust - components: - - pos: -19.5,22.5 - parent: 852 - type: Transform -- uid: 1677 - type: WallSolid - components: - - pos: -19.5,21.5 - parent: 852 - type: Transform -- uid: 1678 - type: WallSolidRust - components: - - pos: -19.5,23.5 - parent: 852 - type: Transform -- uid: 1679 - type: WallSolid - components: - - pos: -29.5,15.5 - parent: 852 - type: Transform -- uid: 1680 - type: WallReinforced - components: - - pos: -19.5,26.5 - parent: 852 - type: Transform -- uid: 1681 - type: WallSolidRust - components: - - pos: -30.5,15.5 - parent: 852 - type: Transform -- uid: 1682 - type: ClothingUniformJumpsuitColorBlack - components: - - pos: 28.58439,13.294349 - parent: 852 - type: Transform -- uid: 1683 - type: WallSolidRust - components: - - pos: -20.5,-17.5 - parent: 852 - type: Transform -- uid: 1684 - type: WallSolidRust - components: - - pos: -27.5,-12.5 - parent: 852 - type: Transform -- uid: 1685 - type: WallSolid - components: - - pos: -25.5,-12.5 - parent: 852 - type: Transform -- uid: 1686 - type: ReinforcedWindow - components: - - rot: 1.5707963267948966 rad - pos: 61.5,1.5 - parent: 852 - type: Transform -- uid: 1687 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 51.5,0.5 - parent: 852 - type: Transform -- uid: 1688 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-23.5 - parent: 852 - type: Transform -- uid: 1689 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-23.5 - parent: 852 - type: Transform -- uid: 1690 - type: WallSolid - components: - - pos: -33.5,13.5 - parent: 852 - type: Transform -- uid: 1691 - type: WallReinforced - components: - - pos: 10.5,12.5 - parent: 852 - type: Transform -- uid: 1692 - type: Grille - components: - - pos: -43.5,1.5 - parent: 852 - type: Transform -- uid: 1693 - type: CableApcExtension - components: - - pos: -18.5,18.5 - parent: 852 - type: Transform -- uid: 1694 - type: CableApcExtension - components: - - pos: -18.5,16.5 - parent: 852 - type: Transform -- uid: 1695 - type: SolarPanel - components: - - pos: -37.5,26.5 - parent: 852 - type: Transform -- uid: 1696 - type: CableHV - components: - - pos: 8.5,13.5 - parent: 852 - type: Transform -- uid: 1697 - type: WallSolid - components: - - pos: -38.5,11.5 - parent: 852 - type: Transform -- uid: 1698 - type: WallReinforced - components: - - pos: -6.5,26.5 - parent: 852 - type: Transform -- uid: 1699 - type: WallReinforced - components: - - pos: -8.5,26.5 - parent: 852 - type: Transform -- uid: 1700 - type: WallReinforced - components: - - pos: -7.5,26.5 - parent: 852 - type: Transform -- uid: 1701 - type: WallReinforced - components: - - pos: -18.5,-16.5 - parent: 852 - type: Transform -- uid: 1702 - type: FirelockGlass - components: - - pos: -19.5,-16.5 - parent: 852 - type: Transform -- uid: 1703 - type: CableApcExtension - components: - - pos: -40.5,10.5 - parent: 852 - type: Transform -- uid: 1704 - type: CableApcExtension - components: - - pos: -42.5,10.5 - parent: 852 - type: Transform -- uid: 1705 - type: CableApcExtension - components: - - pos: -39.5,8.5 - parent: 852 - type: Transform -- uid: 1706 - type: Grille - components: - - pos: 41.5,26.5 - parent: 852 - type: Transform -- uid: 1707 - type: WallSolid - components: - - pos: 16.5,14.5 - parent: 852 - type: Transform -- uid: 1708 - type: Grille - components: - - pos: 17.5,21.5 - parent: 852 - type: Transform -- uid: 1709 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,7.5 - parent: 852 - type: Transform -- uid: 1710 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,7.5 - parent: 852 - type: Transform -- uid: 1711 - type: WallReinforced - components: - - pos: 29.5,8.5 - parent: 852 - type: Transform -- uid: 1712 - type: WallReinforced - components: - - pos: 31.5,7.5 - parent: 852 - type: Transform -- uid: 1713 - type: WallReinforced - components: - - pos: 30.5,7.5 - parent: 852 - type: Transform -- uid: 1714 - type: PaintingMoony - components: - - pos: 23.5,-11.5 - parent: 852 - type: Transform -- uid: 1715 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: 38.5,-1.5 - parent: 852 - type: Transform -- uid: 1716 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 22.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 1717 - type: WallReinforced - components: - - pos: 30.5,6.5 - parent: 852 - type: Transform -- uid: 1718 - type: WallReinforced - components: - - pos: 28.5,-3.5 - parent: 852 - type: Transform -- uid: 1719 - type: WallReinforced - components: - - pos: 28.5,-4.5 - parent: 852 - type: Transform -- uid: 1720 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,1.5 - parent: 852 - type: Transform -- uid: 1721 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,1.5 - parent: 852 - type: Transform -- uid: 1722 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,4.5 - parent: 852 - type: Transform -- uid: 1723 - type: GasPipeTJunction - components: - - pos: 37.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1724 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 35.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1725 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 33.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1726 - type: ChairOfficeDark - components: - - pos: 41.5,12.5 - parent: 852 - type: Transform -- uid: 1727 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1728 - type: CableHV - components: - - pos: 56.5,0.5 - parent: 852 - type: Transform -- uid: 1729 - type: CableMV - components: - - pos: 64.5,0.5 - parent: 852 - type: Transform -- uid: 1730 - type: ClothingEyesGlassesThermal - components: - - pos: 41.396572,11.790417 - parent: 852 - type: Transform -- uid: 1731 - type: NitrogenCanister - components: - - pos: 30.5,10.5 - parent: 852 - type: Transform -- uid: 1732 - type: SpawnPointCargoTechnician - components: - - pos: 15.5,11.5 - parent: 852 - type: Transform -- uid: 1733 - type: SpawnPointCargoTechnician - components: - - pos: 13.5,11.5 - parent: 852 - type: Transform -- uid: 1734 - type: BedsheetCE - components: - - parent: 816 - type: Transform -- uid: 1735 - type: AirlockCargoGlassLocked - components: - - pos: 20.5,14.5 - parent: 852 - type: Transform -- uid: 1736 - type: ReinforcedWindow - components: - - pos: 40.5,-26.5 - parent: 852 - type: Transform -- uid: 1737 - type: AirlockCargoGlassLocked - components: - - pos: 21.5,14.5 - parent: 852 - type: Transform -- uid: 1738 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 35.5,14.5 - parent: 852 - type: Transform -- uid: 1739 - type: GasPipeStraight - components: - - pos: -25.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 1740 - type: GasPipeStraight - components: - - pos: 33.5,16.5 - parent: 852 - type: Transform -- uid: 1741 - type: Grille - components: - - pos: 44.5,-19.5 - parent: 852 - type: Transform -- uid: 1742 - type: CableHV - components: - - pos: 28.5,12.5 - parent: 852 - type: Transform -- uid: 1743 - type: WallReinforced - components: - - pos: 25.5,13.5 - parent: 852 - type: Transform -- uid: 1744 - type: AirlockQuartermasterGlassLocked - components: - - name: Quartermaster's Room - type: MetaData - - pos: 25.5,9.5 - parent: 852 - type: Transform -- uid: 1745 - type: WallReinforced - components: - - pos: 27.5,11.5 - parent: 852 - type: Transform -- uid: 1746 - type: WallReinforced - components: - - pos: 25.5,7.5 - parent: 852 - type: Transform -- uid: 1747 - type: WallReinforced - components: - - pos: 25.5,8.5 - parent: 852 - type: Transform -- uid: 1748 - type: WallReinforced - components: - - pos: 24.5,7.5 - parent: 852 - type: Transform -- uid: 1749 - type: WallReinforced - components: - - pos: 28.5,7.5 - parent: 852 - type: Transform -- uid: 1750 - type: WallReinforced - components: - - pos: 26.5,7.5 - parent: 852 - type: Transform -- uid: 1751 - type: WallReinforced - components: - - pos: 27.5,7.5 - parent: 852 - type: Transform -- uid: 1752 - type: Table - components: - - pos: 29.5,0.5 - parent: 852 - type: Transform -- uid: 1753 - type: Table - components: - - pos: 29.5,1.5 - parent: 852 - type: Transform -- uid: 1754 - type: WallReinforced - components: - - pos: 18.5,6.5 - parent: 852 - type: Transform -- uid: 1755 - type: WallReinforced - components: - - pos: 17.5,6.5 - parent: 852 - type: Transform -- uid: 1756 - type: BlastDoor - components: - - pos: 17.5,12.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 2515 - type: SignalReceiver -- uid: 1757 - type: WallReinforced - components: - - pos: 17.5,7.5 - parent: 852 - type: Transform -- uid: 1758 - type: ReinforcedWindow - components: - - pos: -27.5,-20.5 - parent: 852 - type: Transform -- uid: 1759 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,6.5 - parent: 852 - type: Transform -- uid: 1760 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,6.5 - parent: 852 - type: Transform -- uid: 1761 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,6.5 - parent: 852 - type: Transform -- uid: 1762 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,6.5 - parent: 852 - type: Transform -- uid: 1763 - type: ReinforcedWindow - components: - - pos: 40.5,-22.5 - parent: 852 - type: Transform -- uid: 1764 - type: CableApcExtension - components: - - pos: 44.5,-24.5 - parent: 852 - type: Transform -- uid: 1765 - type: ReinforcedWindow - components: - - pos: -10.5,13.5 - parent: 852 - type: Transform -- uid: 1766 - type: SignDirectionalBridge - components: - - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 852 - type: Transform -- uid: 1767 - type: AirlockGlass - components: - - pos: 39.5,-24.5 - parent: 852 - type: Transform -- uid: 1768 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-7.5 - parent: 852 - type: Transform -- uid: 1769 - type: DisposalTrunk - components: - - rot: 3.141592653589793 rad - pos: -23.5,-15.5 - parent: 852 - type: Transform -- uid: 1770 - type: DisposalPipe - components: - - pos: -23.5,-14.5 - parent: 852 - type: Transform -- uid: 1771 - type: AirlockExternalGlassShuttleLocked - components: - - rot: 3.141592653589793 rad - pos: 21.5,22.5 - parent: 852 - 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: 1772 - type: LockerQuarterMasterFilled - components: - - pos: 26.5,8.5 - parent: 852 - type: Transform -- uid: 1773 - type: WallSolidRust - components: - - pos: -23.5,-12.5 - parent: 852 - type: Transform -- uid: 1774 - type: WallSolid - components: - - pos: -33.5,12.5 - parent: 852 - type: Transform -- uid: 1775 - type: WallSolid - components: - - pos: -33.5,11.5 - parent: 852 - type: Transform -- uid: 1776 - type: WallReinforced - components: - - pos: -40.5,11.5 - parent: 852 - type: Transform -- uid: 1777 - type: Grille - components: - - pos: 17.5,9.5 - parent: 852 - type: Transform -- uid: 1778 - type: ReinforcedWindow - components: - - pos: 17.5,9.5 - parent: 852 - type: Transform -- uid: 1779 - type: WallSolid - components: - - pos: -20.5,-16.5 - parent: 852 - type: Transform -- uid: 1780 - type: ReinforcedWindow - components: - - pos: -28.5,-16.5 - parent: 852 - type: Transform -- uid: 1781 - type: WallReinforced - components: - - pos: -28.5,-17.5 - parent: 852 - type: Transform -- uid: 1782 - type: ReinforcedWindow - components: - - pos: -42.5,11.5 - parent: 852 - type: Transform -- uid: 1783 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,12.5 - parent: 852 - type: Transform -- uid: 1784 - type: WallSolid - components: - - pos: -34.5,11.5 - parent: 852 - type: Transform -- uid: 1785 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,12.5 - parent: 852 - type: Transform -- uid: 1786 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,12.5 - parent: 852 - type: Transform -- uid: 1787 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,12.5 - parent: 852 - type: Transform -- uid: 1788 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,12.5 - parent: 852 - type: Transform -- uid: 1789 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,11.5 - parent: 852 - type: Transform -- uid: 1790 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,10.5 - parent: 852 - type: Transform -- uid: 1791 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,9.5 - parent: 852 - type: Transform -- uid: 1792 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,8.5 - parent: 852 - type: Transform -- uid: 1793 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,7.5 - parent: 852 - type: Transform -- uid: 1794 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,6.5 - parent: 852 - type: Transform -- uid: 1795 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,6.5 - parent: 852 - type: Transform -- uid: 1796 - type: WallSolid - components: - - pos: -31.5,15.5 - parent: 852 - type: Transform -- uid: 1797 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,10.5 - parent: 852 - type: Transform -- uid: 1798 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,9.5 - parent: 852 - type: Transform -- uid: 1799 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,8.5 - parent: 852 - type: Transform -- uid: 1800 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,7.5 - parent: 852 - type: Transform -- uid: 1801 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,6.5 - parent: 852 - type: Transform -- uid: 1802 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,6.5 - parent: 852 - type: Transform -- uid: 1803 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,6.5 - parent: 852 - type: Transform -- uid: 1804 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 35.5,19.5 - parent: 852 - type: Transform -- uid: 1805 - type: WallReinforced - components: - - pos: -39.5,11.5 - parent: 852 - type: Transform -- uid: 1806 - type: WallSolidRust - components: - - pos: -22.5,12.5 - parent: 852 - type: Transform -- uid: 1807 - type: GasPipeStraight - components: - - pos: 33.5,15.5 - parent: 852 - type: Transform -- uid: 1808 - type: AirlockGlass - components: - - pos: 39.5,-23.5 - parent: 852 - type: Transform -- uid: 1809 - type: ReinforcedWindow - components: - - pos: 41.5,-26.5 - parent: 852 - type: Transform -- uid: 1810 - type: WallReinforced - components: - - pos: -18.5,-18.5 - parent: 852 - type: Transform -- uid: 1811 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,2.5 - parent: 852 - type: Transform -- uid: 1812 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,2.5 - parent: 852 - type: Transform -- uid: 1813 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,2.5 - parent: 852 - type: Transform -- uid: 1814 - type: WallReinforced - components: - - pos: 6.5,16.5 - parent: 852 - type: Transform -- uid: 1815 - type: WallReinforced - components: - - pos: 7.5,15.5 - parent: 852 - type: Transform -- uid: 1816 - type: WallReinforced - components: - - pos: 8.5,15.5 - parent: 852 - type: Transform -- uid: 1817 - type: WallReinforced - components: - - pos: 9.5,15.5 - parent: 852 - type: Transform -- uid: 1818 - type: WallReinforced - components: - - pos: 10.5,15.5 - parent: 852 - type: Transform -- uid: 1819 - type: WallReinforced - components: - - pos: 11.5,15.5 - parent: 852 - type: Transform -- uid: 1820 - type: WallReinforced - components: - - pos: 11.5,16.5 - parent: 852 - type: Transform -- uid: 1821 - type: WallReinforced - components: - - pos: 11.5,17.5 - parent: 852 - type: Transform -- uid: 1822 - type: WallSolidRust - components: - - pos: -23.5,18.5 - parent: 852 - type: Transform -- uid: 1823 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,0.5 - parent: 852 - type: Transform -- uid: 1824 - type: WallReinforced - components: - - pos: 11.5,21.5 - parent: 852 - type: Transform -- uid: 1825 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,15.5 - parent: 852 - type: Transform -- uid: 1826 - type: WallReinforced - components: - - pos: 6.5,21.5 - parent: 852 - type: Transform -- uid: 1827 - type: WallSolid - components: - - pos: 5.5,14.5 - parent: 852 - type: Transform -- uid: 1828 - type: WallReinforced - components: - - pos: 6.5,15.5 - parent: 852 - type: Transform -- uid: 1829 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,22.5 - parent: 852 - type: Transform -- uid: 1830 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,22.5 - parent: 852 - type: Transform -- uid: 1831 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,22.5 - parent: 852 - type: Transform -- uid: 1832 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,22.5 - parent: 852 - type: Transform -- uid: 1833 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,22.5 - parent: 852 - type: Transform -- uid: 1834 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,22.5 - parent: 852 - type: Transform -- uid: 1835 - type: WallSolid - components: - - rot: 1.5707963267948966 rad - pos: 11.5,26.5 - parent: 852 - type: Transform -- uid: 1836 - type: WallReinforced - components: - - pos: 12.5,28.5 - parent: 852 - type: Transform -- uid: 1837 - type: WallReinforced - components: - - pos: 11.5,28.5 - parent: 852 - type: Transform -- uid: 1838 - type: CableApcExtension - components: - - pos: 22.5,21.5 - parent: 852 - type: Transform -- uid: 1839 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,27.5 - parent: 852 - type: Transform -- uid: 1840 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,28.5 - parent: 852 - type: Transform -- uid: 1841 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,30.5 - parent: 852 - type: Transform -- uid: 1842 - type: WallReinforced - components: - - pos: -1.5,32.5 - parent: 852 - type: Transform -- uid: 1843 - type: WallReinforced - components: - - pos: -2.5,32.5 - parent: 852 - type: Transform -- uid: 1844 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,30.5 - parent: 852 - type: Transform -- uid: 1845 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,28.5 - parent: 852 - type: Transform -- uid: 1846 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,27.5 - parent: 852 - type: Transform -- uid: 1847 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,26.5 - parent: 852 - type: Transform -- uid: 1848 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,25.5 - parent: 852 - type: Transform -- uid: 1849 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,22.5 - parent: 852 - type: Transform -- uid: 1850 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,22.5 - parent: 852 - type: Transform -- uid: 1851 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,22.5 - parent: 852 - type: Transform -- uid: 1852 - type: AirlockHeadOfPersonnelLocked - components: - - name: 'Head Of Personnel ' - type: MetaData - - pos: 6.5,17.5 - parent: 852 - type: Transform -- uid: 1853 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,22.5 - parent: 852 - type: Transform -- uid: 1854 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,22.5 - parent: 852 - type: Transform -- uid: 1855 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,23.5 - parent: 852 - type: Transform -- uid: 1856 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,24.5 - parent: 852 - type: Transform -- uid: 1857 - type: WallReinforced - components: - - pos: 1.5,26.5 - parent: 852 - type: Transform -- uid: 1858 - type: WallReinforced - components: - - pos: 1.5,27.5 - parent: 852 - type: Transform -- uid: 1859 - type: WallReinforced - components: - - pos: 0.5,27.5 - parent: 852 - type: Transform -- uid: 1860 - type: WallReinforced - components: - - pos: -2.5,27.5 - parent: 852 - type: Transform -- uid: 1861 - type: WallReinforced - components: - - pos: 1.5,23.5 - parent: 852 - type: Transform -- uid: 1862 - type: WallReinforced - components: - - pos: 8.5,27.5 - parent: 852 - type: Transform -- uid: 1863 - type: WallReinforced - components: - - pos: 7.5,27.5 - parent: 852 - type: Transform -- uid: 1864 - type: WallReinforced - components: - - pos: 6.5,27.5 - parent: 852 - type: Transform -- uid: 1865 - type: WallReinforced - components: - - pos: 5.5,27.5 - parent: 852 - type: Transform -- uid: 1866 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 5.5,23.5 - parent: 852 - type: Transform -- uid: 1867 - type: WallReinforced - components: - - pos: 5.5,26.5 - parent: 852 - type: Transform -- uid: 1868 - type: ExtinguisherCabinetFilled - components: - - pos: 5.5,23.5 - parent: 852 - type: Transform -- uid: 1869 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 5.5,24.5 - parent: 852 - type: Transform -- uid: 1870 - type: CableApcExtension - components: - - pos: 3.5,26.5 - parent: 852 - type: Transform -- uid: 1871 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,27.5 - parent: 852 - type: Transform -- uid: 1872 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,27.5 - parent: 852 - type: Transform -- uid: 1873 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,29.5 - parent: 852 - type: Transform -- uid: 1874 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,29.5 - parent: 852 - type: Transform -- uid: 1875 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,31.5 - parent: 852 - type: Transform -- uid: 1876 - type: WallReinforced - components: - - pos: -1.5,33.5 - parent: 852 - type: Transform -- uid: 1877 - type: FlashlightLantern - components: - - pos: -2.5532327,30.014599 - parent: 852 - type: Transform -- uid: 1878 - type: Grille - components: - - pos: -3.5,31.5 - parent: 852 - type: Transform -- uid: 1879 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,33.5 - parent: 852 - type: Transform -- uid: 1880 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,33.5 - parent: 852 - type: Transform -- uid: 1881 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,33.5 - parent: 852 - type: Transform -- uid: 1882 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,33.5 - parent: 852 - type: Transform -- uid: 1883 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,33.5 - parent: 852 - type: Transform -- uid: 1884 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,33.5 - parent: 852 - type: Transform -- uid: 1885 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,33.5 - parent: 852 - type: Transform -- uid: 1886 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,33.5 - parent: 852 - type: Transform -- uid: 1887 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,33.5 - parent: 852 - type: Transform -- uid: 1888 - type: ReinforcedWindow - components: - - pos: -3.5,31.5 - parent: 852 - type: Transform -- uid: 1889 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,31.5 - parent: 852 - type: Transform -- uid: 1890 - type: WallReinforced - components: - - pos: 8.5,32.5 - parent: 852 - type: Transform -- uid: 1891 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,19.5 - parent: 852 - type: Transform -- uid: 1892 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,15.5 - parent: 852 - type: Transform -- uid: 1893 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,15.5 - parent: 852 - type: Transform -- uid: 1894 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,15.5 - parent: 852 - type: Transform -- uid: 1895 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,15.5 - parent: 852 - type: Transform -- uid: 1896 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,15.5 - parent: 852 - type: Transform -- uid: 1897 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,15.5 - parent: 852 - type: Transform -- uid: 1898 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,15.5 - parent: 852 - type: Transform -- uid: 1899 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,16.5 - parent: 852 - type: Transform -- uid: 1900 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,17.5 - parent: 852 - type: Transform -- uid: 1901 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,18.5 - parent: 852 - type: Transform -- uid: 1902 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,19.5 - parent: 852 - type: Transform -- uid: 1903 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,19.5 - parent: 852 - type: Transform -- uid: 1904 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,18.5 - parent: 852 - type: Transform -- uid: 1905 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,19.5 - parent: 852 - type: Transform -- uid: 1906 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,19.5 - parent: 852 - type: Transform -- uid: 1907 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,19.5 - parent: 852 - type: Transform -- uid: 1908 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,19.5 - parent: 852 - type: Transform -- uid: 1909 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,19.5 - parent: 852 - type: Transform -- uid: 1910 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,18.5 - parent: 852 - type: Transform -- uid: 1911 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,16.5 - parent: 852 - type: Transform -- uid: 1912 - type: ReinforcedWindow - components: - - pos: 13.5,-10.5 - parent: 852 - type: Transform -- uid: 1913 - type: ReinforcedWindow - components: - - pos: 13.5,-11.5 - parent: 852 - type: Transform -- uid: 1914 - type: EmergencyRollerBed - components: - - pos: 19.428251,-8.387288 - parent: 852 - type: Transform -- uid: 1915 - type: Poweredlight - components: - - pos: -8.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1916 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: -0.5,-6.5 - parent: 852 - type: Transform -- uid: 1917 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 852 - type: Transform -- uid: 1918 - type: AtmosFixOxygenMarker - components: - - pos: 34.5,23.5 - parent: 852 - type: Transform -- uid: 1919 - type: ReinforcedWindow - components: - - pos: 36.5,-0.5 - parent: 852 - type: Transform -- uid: 1920 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,22.5 - parent: 852 - type: Transform -- uid: 1921 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,22.5 - parent: 852 - type: Transform -- uid: 1922 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,22.5 - parent: 852 - type: Transform -- uid: 1923 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,22.5 - parent: 852 - type: Transform -- uid: 1924 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,22.5 - parent: 852 - type: Transform -- uid: 1925 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,22.5 - parent: 852 - type: Transform -- uid: 1926 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,23.5 - parent: 852 - type: Transform -- uid: 1927 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,23.5 - parent: 852 - type: Transform -- uid: 1928 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,23.5 - parent: 852 - type: Transform -- uid: 1929 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,23.5 - parent: 852 - type: Transform -- uid: 1930 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,23.5 - parent: 852 - type: Transform -- uid: 1931 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,23.5 - parent: 852 - type: Transform -- uid: 1932 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,23.5 - parent: 852 - type: Transform -- uid: 1933 - type: ReinforcedWindow - components: - - pos: 37.5,1.5 - parent: 852 - type: Transform -- uid: 1934 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,21.5 - parent: 852 - type: Transform -- uid: 1935 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,20.5 - parent: 852 - type: Transform -- uid: 1936 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,19.5 - parent: 852 - type: Transform -- uid: 1937 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,18.5 - parent: 852 - type: Transform -- uid: 1938 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,17.5 - parent: 852 - type: Transform -- uid: 1939 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,21.5 - parent: 852 - type: Transform -- uid: 1940 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,20.5 - parent: 852 - type: Transform -- uid: 1941 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,19.5 - parent: 852 - type: Transform -- uid: 1942 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,18.5 - parent: 852 - type: Transform -- uid: 1943 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,17.5 - parent: 852 - type: Transform -- uid: 1944 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,17.5 - parent: 852 - type: Transform -- uid: 1945 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,17.5 - parent: 852 - type: Transform -- uid: 1946 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,17.5 - parent: 852 - type: Transform -- uid: 1947 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,17.5 - parent: 852 - type: Transform -- uid: 1948 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,18.5 - parent: 852 - type: Transform -- uid: 1949 - type: Grille - components: - - pos: -10.5,21.5 - parent: 852 - type: Transform -- uid: 1950 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,8.5 - parent: 852 - type: Transform -- uid: 1951 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,7.5 - parent: 852 - type: Transform -- uid: 1952 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,6.5 - parent: 852 - type: Transform -- uid: 1953 - type: ReinforcedWindow - components: - - pos: -12.5,6.5 - parent: 852 - type: Transform -- uid: 1954 - type: ReinforcedWindow - components: - - pos: -13.5,6.5 - parent: 852 - type: Transform -- uid: 1955 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,6.5 - parent: 852 - type: Transform -- uid: 1956 - type: Bed - components: - - pos: -12.5,7.5 - parent: 852 - type: Transform -- uid: 1957 - type: WardrobePrisonFilled - components: - - pos: -7.5,8.5 - parent: 852 - type: Transform -- uid: 1958 - type: Stool - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-2.5 - parent: 852 - type: Transform -- uid: 1959 - type: Grille - components: - - pos: -11.5,7.5 - parent: 852 - type: Transform -- uid: 1960 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,12.5 - parent: 852 - type: Transform -- uid: 1961 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,12.5 - parent: 852 - type: Transform -- uid: 1962 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,13.5 - parent: 852 - type: Transform -- uid: 1963 - type: AirlockMaintSecLocked - components: - - pos: -15.5,14.5 - parent: 852 - type: Transform -- uid: 1964 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,15.5 - parent: 852 - type: Transform -- uid: 1965 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 1966 - type: WallReinforced - components: - - pos: -14.5,11.5 - parent: 852 - type: Transform -- uid: 1967 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,9.5 - parent: 852 - type: Transform -- uid: 1968 - type: WallReinforced - components: - - pos: -13.5,12.5 - parent: 852 - type: Transform -- uid: 1969 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,14.5 - parent: 852 - type: Transform -- uid: 1970 - type: WallReinforced - components: - - pos: -6.5,18.5 - parent: 852 - type: Transform -- uid: 1971 - type: WallReinforced - components: - - pos: -5.5,18.5 - parent: 852 - type: Transform -- uid: 1972 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: -9.5,18.5 - parent: 852 - type: Transform -- uid: 1973 - type: CableHV - components: - - pos: -15.5,-19.5 - parent: 852 - type: Transform -- uid: 1974 - type: WallReinforced - components: - - pos: -10.5,16.5 - parent: 852 - type: Transform -- uid: 1975 - type: WallReinforced - components: - - pos: -10.5,12.5 - parent: 852 - type: Transform -- uid: 1976 - type: WallReinforced - components: - - pos: -11.5,12.5 - parent: 852 - type: Transform -- uid: 1977 - type: WallReinforced - components: - - pos: -12.5,12.5 - parent: 852 - type: Transform -- uid: 1978 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,14.5 - parent: 852 - type: Transform -- uid: 1979 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,13.5 - parent: 852 - type: Transform -- uid: 1980 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,12.5 - parent: 852 - type: Transform -- uid: 1981 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,11.5 - parent: 852 - type: Transform -- uid: 1982 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,10.5 - parent: 852 - type: Transform -- uid: 1983 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,9.5 - parent: 852 - type: Transform -- uid: 1984 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,8.5 - parent: 852 - type: Transform -- uid: 1985 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,7.5 - parent: 852 - type: Transform -- uid: 1986 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,6.5 - parent: 852 - type: Transform -- uid: 1987 - type: WallReinforced - components: - - pos: -9.5,6.5 - parent: 852 - type: Transform -- uid: 1988 - type: ReinforcedWindow - components: - - pos: -16.5,7.5 - parent: 852 - type: Transform -- uid: 1989 - type: WallReinforced - components: - - pos: -9.5,9.5 - parent: 852 - type: Transform -- uid: 1990 - type: ReinforcedWindow - components: - - pos: -16.5,6.5 - parent: 852 - type: Transform -- uid: 1991 - type: WallReinforced - components: - - pos: -6.5,6.5 - parent: 852 - type: Transform -- uid: 1992 - type: WallReinforced - components: - - pos: -6.5,7.5 - parent: 852 - type: Transform -- uid: 1993 - type: WallReinforced - components: - - pos: -6.5,8.5 - parent: 852 - type: Transform -- uid: 1994 - type: WallReinforced - components: - - pos: -6.5,9.5 - parent: 852 - type: Transform -- uid: 1995 - type: AirlockBrigGlassLocked - components: - - pos: -5.5,6.5 - parent: 852 - type: Transform -- uid: 1996 - type: Grille - components: - - pos: -7.5,9.5 - parent: 852 - type: Transform -- uid: 1997 - type: Bed - components: - - pos: -7.5,7.5 - parent: 852 - type: Transform -- uid: 1998 - type: BedsheetOrange - components: - - pos: -12.5,7.5 - parent: 852 - type: Transform -- uid: 1999 - type: BedsheetOrange - components: - - pos: -7.5,7.5 - parent: 852 - type: Transform -- uid: 2000 - type: BedsheetSyndie - components: - - pos: -15.5,9.5 - parent: 852 - type: Transform -- uid: 2001 - type: Bed - components: - - pos: -15.5,11.5 - parent: 852 - type: Transform -- uid: 2002 - type: ExtinguisherCabinetFilled - components: - - pos: -18.5,8.5 - parent: 852 - type: Transform -- uid: 2003 - type: WallReinforced - components: - - pos: -18.5,6.5 - parent: 852 - type: Transform -- uid: 2004 - type: WallReinforced - components: - - pos: -18.5,7.5 - parent: 852 - type: Transform -- uid: 2005 - type: CableApcExtension - components: - - pos: -24.5,4.5 - parent: 852 - type: Transform -- uid: 2006 - type: WallReinforced - components: - - pos: -18.5,10.5 - parent: 852 - type: Transform -- uid: 2007 - type: WallReinforced - components: - - pos: -18.5,9.5 - parent: 852 - type: Transform -- uid: 2008 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,11.5 - parent: 852 - type: Transform -- uid: 2009 - type: CableHV - components: - - pos: -18.5,14.5 - parent: 852 - type: Transform -- uid: 2010 - type: AirlockEngineeringLocked - components: - - name: Southern Solars - type: MetaData - - pos: 15.5,-26.5 - parent: 852 - type: Transform -- uid: 2011 - type: FirelockGlass - components: - - pos: 4.5,-22.5 - parent: 852 - type: Transform -- uid: 2012 - type: PoweredSmallLight - components: - - pos: -29.5,14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 2013 - type: WallReinforced - components: - - pos: 11.5,-32.5 - parent: 852 - type: Transform -- uid: 2014 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 3.5,-13.5 - parent: 852 - type: Transform -- uid: 2015 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 3.5,-12.5 - parent: 852 - type: Transform -- uid: 2016 - type: DisposalJunction - components: - - rot: 3.141592653589793 rad - pos: 3.5,-11.5 - parent: 852 - type: Transform -- uid: 2017 - type: WallSolid - components: - - pos: 6.5,-21.5 - parent: 852 - type: Transform -- uid: 2018 - type: WallSolid - components: - - pos: 7.5,-21.5 - parent: 852 - type: Transform -- uid: 2019 - type: WallSolid - components: - - pos: 9.5,-21.5 - parent: 852 - type: Transform -- uid: 2020 - type: PoweredSmallLight - components: - - pos: -23.5,20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 2021 - type: WallSolid - components: - - pos: 11.5,-21.5 - parent: 852 - type: Transform -- uid: 2022 - type: WallSolid - components: - - pos: 12.5,-21.5 - parent: 852 - type: Transform -- uid: 2023 - type: WallSolid - components: - - pos: 13.5,-21.5 - parent: 852 - type: Transform -- uid: 2024 - type: WallSolid - components: - - pos: 13.5,-22.5 - parent: 852 - type: Transform -- uid: 2025 - type: WallSolid - components: - - pos: 13.5,-23.5 - parent: 852 - type: Transform -- uid: 2026 - type: AirlockMaintLocked - components: - - pos: 13.5,-24.5 - parent: 852 - type: Transform -- uid: 2027 - type: WallSolid - components: - - pos: 13.5,-25.5 - parent: 852 - type: Transform -- uid: 2028 - type: WallReinforced - components: - - pos: -18.5,-22.5 - parent: 852 - type: Transform -- uid: 2029 - type: ToyFireRipley - components: - - pos: -23.412928,-6.0686545 - parent: 852 - type: Transform -- uid: 2030 - type: ToyDeathRipley - components: - - pos: -24.569178,-5.0530295 - parent: 852 - type: Transform -- uid: 2031 - type: Pen - components: - - pos: -24.647303,-6.4436545 - parent: 852 - type: Transform -- uid: 2032 - type: Pen - components: - - pos: -23.350428,-5.2092795 - parent: 852 - type: Transform -- uid: 2033 - type: SurveillanceCameraRouterEngineering - components: - - pos: 40.5,0.5 - parent: 852 - type: Transform -- uid: 2034 - type: WallSolid - components: - - pos: 8.5,-21.5 - parent: 852 - type: Transform -- uid: 2035 - type: WallSolid - components: - - pos: 6.5,-22.5 - parent: 852 - type: Transform -- uid: 2036 - type: WallSolid - components: - - pos: 5.5,-22.5 - parent: 852 - type: Transform -- uid: 2037 - type: ChairWood - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-24.5 - parent: 852 - type: Transform -- uid: 2038 - type: ChairWood - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-23.5 - parent: 852 - type: Transform -- uid: 2039 - type: ChairWood - components: - - pos: 11.5,-22.5 - parent: 852 - type: Transform -- uid: 2040 - type: WallReinforced - components: - - pos: 14.5,-26.5 - parent: 852 - type: Transform -- uid: 2041 - type: CableApcExtension - components: - - pos: -16.5,17.5 - parent: 852 - type: Transform -- uid: 2042 - type: WallReinforced - components: - - pos: -34.5,-12.5 - parent: 852 - type: Transform -- uid: 2043 - type: WallReinforced - components: - - pos: -33.5,-12.5 - parent: 852 - type: Transform -- uid: 2044 - type: WallReinforced - components: - - pos: -32.5,-12.5 - parent: 852 - type: Transform -- uid: 2045 - type: WallReinforced - components: - - pos: -31.5,-12.5 - parent: 852 - type: Transform -- uid: 2046 - type: WallReinforced - components: - - pos: -30.5,-12.5 - parent: 852 - type: Transform -- uid: 2047 - type: WallReinforced - components: - - pos: -29.5,-12.5 - parent: 852 - type: Transform -- uid: 2048 - type: WallReinforced - components: - - pos: -28.5,-12.5 - parent: 852 - type: Transform -- uid: 2049 - type: WallReinforced - components: - - pos: 42.5,0.5 - parent: 852 - type: Transform -- uid: 2050 - type: CableHV - components: - - pos: -16.5,-18.5 - parent: 852 - type: Transform -- uid: 2051 - type: WallSolidRust - components: - - pos: 23.5,-9.5 - parent: 852 - type: Transform -- uid: 2052 - type: CableHV - components: - - pos: -16.5,-17.5 - parent: 852 - type: Transform -- uid: 2053 - type: AirlockMaintLocked - components: - - pos: -33.5,14.5 - parent: 852 - type: Transform -- uid: 2054 - type: WallReinforced - components: - - pos: -33.5,15.5 - parent: 852 - type: Transform -- uid: 2055 - type: CableHV - components: - - pos: -16.5,-15.5 - parent: 852 - type: Transform -- uid: 2056 - type: ReinforcedWindow - components: - - pos: -12.5,26.5 - parent: 852 - type: Transform -- uid: 2057 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,10.5 - parent: 852 - type: Transform -- uid: 2058 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,1.5 - parent: 852 - type: Transform -- uid: 2059 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,7.5 - parent: 852 - type: Transform -- uid: 2060 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,6.5 - parent: 852 - type: Transform -- uid: 2061 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,6.5 - parent: 852 - type: Transform -- uid: 2062 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,6.5 - parent: 852 - type: Transform -- uid: 2063 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,6.5 - parent: 852 - type: Transform -- uid: 2064 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,6.5 - parent: 852 - type: Transform -- uid: 2065 - type: CarbonDioxideCanister - components: - - pos: 38.5,23.5 - parent: 852 - type: Transform -- uid: 2066 - type: CableApcExtension - components: - - pos: -10.5,7.5 - parent: 852 - type: Transform -- uid: 2067 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,6.5 - parent: 852 - type: Transform -- uid: 2068 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,7.5 - parent: 852 - type: Transform -- uid: 2069 - type: CableApcExtension - components: - - pos: 1.5,6.5 - parent: 852 - type: Transform -- uid: 2070 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,7.5 - parent: 852 - type: Transform -- uid: 2071 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,8.5 - parent: 852 - type: Transform -- uid: 2072 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,9.5 - parent: 852 - type: Transform -- uid: 2073 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,10.5 - parent: 852 - type: Transform -- uid: 2074 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,11.5 - parent: 852 - type: Transform -- uid: 2075 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,12.5 - parent: 852 - type: Transform -- uid: 2076 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,12.5 - parent: 852 - type: Transform -- uid: 2077 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,12.5 - parent: 852 - type: Transform -- uid: 2078 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,12.5 - parent: 852 - type: Transform -- uid: 2079 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,12.5 - parent: 852 - type: Transform -- uid: 2080 - type: EmergencyLight - components: - - pos: -23.5,11.5 - parent: 852 - type: Transform -- uid: 2081 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,12.5 - parent: 852 - type: Transform -- uid: 2082 - type: CableHV - components: - - pos: -13.5,-19.5 - parent: 852 - type: Transform -- uid: 2083 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,12.5 - parent: 852 - type: Transform -- uid: 2084 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,11.5 - parent: 852 - type: Transform -- uid: 2085 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,11.5 - parent: 852 - type: Transform -- uid: 2086 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,11.5 - parent: 852 - type: Transform -- uid: 2087 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,10.5 - parent: 852 - type: Transform -- uid: 2088 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,8.5 - parent: 852 - type: Transform -- uid: 2089 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,7.5 - parent: 852 - type: Transform -- uid: 2090 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,7.5 - parent: 852 - type: Transform -- uid: 2091 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,6.5 - parent: 852 - type: Transform -- uid: 2092 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,6.5 - parent: 852 - type: Transform -- uid: 2093 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,6.5 - parent: 852 - type: Transform -- uid: 2094 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,11.5 - parent: 852 - type: Transform -- uid: 2095 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,9.5 - parent: 852 - type: Transform -- uid: 2096 - type: ReinforcedWindow - components: - - pos: -13.5,9.5 - parent: 852 - type: Transform -- uid: 2097 - type: ReinforcedWindow - components: - - pos: -7.5,9.5 - parent: 852 - type: Transform -- uid: 2098 - type: ReinforcedWindow - components: - - pos: -9.5,8.5 - parent: 852 - type: Transform -- uid: 2099 - type: Grille - components: - - pos: -9.5,8.5 - parent: 852 - type: Transform -- uid: 2100 - type: WindoorSecureCargoLocked - components: - - rot: 3.141592653589793 rad - pos: 15.5,8.5 - parent: 852 - type: Transform -- uid: 2101 - type: WallReinforced - components: - - pos: 29.5,-5.5 - parent: 852 - type: Transform -- uid: 2102 - type: WallReinforced - components: - - pos: 28.5,-5.5 - parent: 852 - type: Transform -- uid: 2103 - type: WallReinforced - components: - - pos: 31.5,-5.5 - parent: 852 - type: Transform -- uid: 2104 - type: WallReinforced - components: - - pos: 30.5,-5.5 - parent: 852 - type: Transform -- uid: 2105 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 24.5,2.5 - parent: 852 - type: Transform -- uid: 2106 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 24.5,1.5 - parent: 852 - type: Transform -- uid: 2107 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 27.5,-0.5 - parent: 852 - type: Transform -- uid: 2108 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 24.5,0.5 - parent: 852 - type: Transform -- uid: 2109 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 24.5,-0.5 - parent: 852 - type: Transform -- uid: 2110 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 25.5,-0.5 - parent: 852 - type: Transform -- uid: 2111 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 26.5,-0.5 - parent: 852 - type: Transform -- uid: 2112 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,2.5 - parent: 852 - type: Transform -- uid: 2113 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,2.5 - parent: 852 - type: Transform -- uid: 2114 - type: WallReinforced - components: - - pos: 14.5,2.5 - parent: 852 - type: Transform -- uid: 2115 - type: Grille - components: - - pos: 13.5,-1.5 - parent: 852 - type: Transform -- uid: 2116 - type: WallReinforced - components: - - pos: 19.5,2.5 - parent: 852 - type: Transform -- uid: 2117 - type: ReinforcedWindow - components: - - pos: -11.5,8.5 - parent: 852 - type: Transform -- uid: 2118 - type: CableApcExtension - components: - - rot: 1.5707963267948966 rad - pos: -12.5,9.5 - parent: 852 - type: Transform -- uid: 2119 - type: ReinforcedWindow - components: - - pos: 13.5,-1.5 - parent: 852 - type: Transform -- uid: 2120 - type: CableApcExtension - components: - - rot: 1.5707963267948966 rad - pos: -8.5,9.5 - parent: 852 - type: Transform -- uid: 2121 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,2.5 - parent: 852 - type: Transform -- uid: 2122 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,2.5 - parent: 852 - type: Transform -- uid: 2123 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,2.5 - parent: 852 - type: Transform -- uid: 2124 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,1.5 - parent: 852 - type: Transform -- uid: 2125 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,2.5 - parent: 852 - type: Transform -- uid: 2126 - type: CableApcExtension - components: - - pos: -8.5,8.5 - parent: 852 - type: Transform -- uid: 2127 - type: CableApcExtension - components: - - pos: 20.5,16.5 - parent: 852 - type: Transform -- uid: 2128 - type: AirlockChemistryLocked - components: - - pos: 17.5,-3.5 - parent: 852 - type: Transform -- uid: 2129 - type: Carpet - components: - - pos: -7.5,20.5 - parent: 852 - type: Transform -- uid: 2130 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-13.5 - parent: 852 - type: Transform -- uid: 2131 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: -10.5,-7.5 - parent: 852 - type: Transform -- uid: 2132 - type: TableReinforced - components: - - pos: -14.5,21.5 - parent: 852 - type: Transform -- uid: 2133 - type: Rack - components: - - pos: -11.5,18.5 - parent: 852 - type: Transform -- uid: 2134 - type: SheetGlass - components: - - pos: 18.52295,8.015554 - parent: 852 - type: Transform -- uid: 2135 - type: WallSolid - components: - - pos: 5.5,-3.5 - parent: 852 - type: Transform -- uid: 2136 - type: Grille - components: - - pos: 8.5,-7.5 - parent: 852 - type: Transform -- uid: 2137 - type: ShuttersNormalOpen - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-11.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 9123 - type: SignalReceiver -- uid: 2138 - type: ShuttersNormalOpen - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-8.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 2141 - type: SignalReceiver -- uid: 2139 - type: WallSolid - components: - - pos: 5.5,-6.5 - parent: 852 - type: Transform -- uid: 2140 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-12.5 - parent: 852 - type: Transform -- uid: 2141 - type: SignalButton - components: - - pos: 6.5,-9.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 2138 - - port: Toggle - uid: 9122 - type: SignalTransmitter -- uid: 2142 - type: WarpPoint - components: - - pos: 14.5,10.5 - parent: 852 - type: Transform - - location: cargo - type: WarpPoint -- uid: 2143 - type: Window - components: - - pos: 5.5,-4.5 - parent: 852 - type: Transform -- uid: 2144 - type: WallSolid - components: - - pos: 5.5,-9.5 - parent: 852 - type: Transform -- uid: 2145 - type: ClosetBombFilled - components: - - pos: -12.5,21.5 - parent: 852 - type: Transform -- uid: 2146 - type: TableReinforced - components: - - pos: -14.5,19.5 - parent: 852 - type: Transform -- uid: 2147 - type: hydroponicsTray - components: - - pos: -19.5,-1.5 - parent: 852 - type: Transform -- uid: 2148 - type: hydroponicsTray - components: - - pos: -17.5,-0.5 - parent: 852 - type: Transform -- uid: 2149 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,2.5 - parent: 852 - type: Transform -- uid: 2150 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,2.5 - parent: 852 - type: Transform -- uid: 2151 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,2.5 - parent: 852 - type: Transform -- uid: 2152 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,2.5 - parent: 852 - type: Transform -- uid: 2153 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,2.5 - parent: 852 - type: Transform -- uid: 2154 - type: APCBasic - components: - - pos: 8.5,27.5 - parent: 852 - type: Transform -- uid: 2155 - type: LampGold - components: - - pos: 7.643837,18.677101 - parent: 852 - type: Transform -- uid: 2156 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 2157 - type: Catwalk - components: - - pos: 12.5,14.5 - parent: 852 - type: Transform -- uid: 2158 - type: Catwalk - components: - - pos: 12.5,18.5 - parent: 852 - type: Transform -- uid: 2159 - type: SheetSteel - components: - - pos: 18.507324,7.4999294 - parent: 852 - type: Transform -- uid: 2160 - type: Crematorium - components: - - rot: 3.141592653589793 rad - pos: 15.5,-17.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: [] - type: ContainerContainer -- uid: 2161 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-3.5 - parent: 852 - type: Transform -- uid: 2162 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-3.5 - parent: 852 - type: Transform -- uid: 2163 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-3.5 - parent: 852 - type: Transform -- uid: 2164 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-3.5 - parent: 852 - type: Transform -- uid: 2165 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-3.5 - parent: 852 - type: Transform -- uid: 2166 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-3.5 - parent: 852 - type: Transform -- uid: 2167 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-4.5 - parent: 852 - type: Transform -- uid: 2168 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-5.5 - parent: 852 - type: Transform -- uid: 2169 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-7.5 - parent: 852 - type: Transform -- uid: 2170 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-8.5 - parent: 852 - type: Transform -- uid: 2171 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-8.5 - parent: 852 - type: Transform -- uid: 2172 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-8.5 - parent: 852 - type: Transform -- uid: 2173 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-8.5 - parent: 852 - type: Transform -- uid: 2174 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-8.5 - parent: 852 - type: Transform -- uid: 2175 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-8.5 - parent: 852 - type: Transform -- uid: 2176 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-7.5 - parent: 852 - type: Transform -- uid: 2177 - type: GasOutletInjector - components: - - pos: 34.5,21.5 - parent: 852 - type: Transform -- uid: 2178 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-4.5 - parent: 852 - type: Transform -- uid: 2179 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-9.5 - parent: 852 - type: Transform -- uid: 2180 - type: ReinforcedWindow - components: - - pos: 20.5,-12.5 - parent: 852 - type: Transform -- uid: 2181 - type: WallReinforced - components: - - pos: 20.5,-11.5 - parent: 852 - type: Transform -- uid: 2182 - type: WallReinforced - components: - - pos: 21.5,-11.5 - parent: 852 - type: Transform -- uid: 2183 - type: WallReinforced - components: - - pos: 22.5,-11.5 - parent: 852 - type: Transform -- uid: 2184 - type: WallReinforced - components: - - pos: 25.5,-11.5 - parent: 852 - type: Transform -- uid: 2185 - type: WallReinforced - components: - - pos: 23.5,-11.5 - parent: 852 - type: Transform -- uid: 2186 - type: WallReinforced - components: - - pos: 24.5,-11.5 - parent: 852 - type: Transform -- uid: 2187 - type: WallReinforced - components: - - pos: 25.5,-12.5 - parent: 852 - type: Transform -- uid: 2188 - type: WallReinforced - components: - - pos: 25.5,-13.5 - parent: 852 - type: Transform -- uid: 2189 - type: WallReinforced - components: - - pos: 25.5,-14.5 - parent: 852 - type: Transform -- uid: 2190 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - pos: -11.5,-17.5 - parent: 852 - type: Transform -- uid: 2191 - type: WallReinforced - components: - - pos: 25.5,-16.5 - parent: 852 - type: Transform -- uid: 2192 - type: WallReinforced - components: - - pos: 24.5,-16.5 - parent: 852 - type: Transform -- uid: 2193 - type: WallReinforced - components: - - pos: 23.5,-16.5 - parent: 852 - type: Transform -- uid: 2194 - type: WallReinforced - components: - - pos: 22.5,-16.5 - parent: 852 - type: Transform -- uid: 2195 - type: WallReinforced - components: - - pos: 21.5,-16.5 - parent: 852 - type: Transform -- uid: 2196 - type: WallReinforced - components: - - pos: 20.5,-16.5 - parent: 852 - type: Transform -- uid: 2197 - type: Window - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-5.5 - parent: 852 - type: Transform -- uid: 2198 - type: ReinforcedWindow - components: - - pos: -28.5,-18.5 - parent: 852 - type: Transform -- uid: 2199 - type: Chair - components: - - pos: 17.5,-17.5 - parent: 852 - type: Transform -- uid: 2200 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-18.5 - parent: 852 - type: Transform -- uid: 2201 - type: SpawnPointSalvageSpecialist - components: - - pos: 26.5,16.5 - parent: 852 - type: Transform -- uid: 2202 - type: SalvageMagnet - components: - - rot: 3.141592653589793 rad - pos: 21.5,16.5 - parent: 852 - type: Transform -- uid: 2203 - type: CableApcExtension - components: - - pos: 16.5,21.5 - parent: 852 - type: Transform -- uid: 2204 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 20.5,-13.5 - parent: 852 - type: Transform -- uid: 2205 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-5.5 - parent: 852 - type: Transform -- uid: 2206 - type: ReinforcedWindow - components: - - pos: 10.5,-15.5 - parent: 852 - type: Transform -- uid: 2207 - type: AirlockMedicalGlassLocked - components: - - pos: 10.5,-17.5 - parent: 852 - type: Transform -- uid: 2208 - type: Rack - components: - - pos: 7.5,-17.5 - parent: 852 - type: Transform -- uid: 2209 - type: CarpetBlue - components: - - pos: 23.5,-15.5 - parent: 852 - type: Transform -- uid: 2210 - type: ReinforcedWindow - components: - - pos: 12.5,-6.5 - parent: 852 - type: Transform -- uid: 2211 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-16.5 - parent: 852 - type: Transform -- uid: 2212 - type: Wrench - components: - - pos: 7.5431976,-17.433199 - parent: 852 - type: Transform -- uid: 2213 - type: ReinforcedWindow - components: - - pos: 20.5,-15.5 - parent: 852 - type: Transform -- uid: 2214 - type: WallSolid - components: - - pos: 6.5,-6.5 - parent: 852 - type: Transform -- uid: 2215 - type: WallReinforced - components: - - pos: 6.5,-12.5 - parent: 852 - type: Transform -- uid: 2216 - type: WallReinforced - components: - - pos: 6.5,-13.5 - parent: 852 - type: Transform -- uid: 2217 - type: WallReinforced - components: - - pos: 6.5,-14.5 - parent: 852 - type: Transform -- uid: 2218 - type: WallReinforced - components: - - pos: 6.5,-15.5 - parent: 852 - type: Transform -- uid: 2219 - type: BoxShotgunFlare - components: - - pos: -10.5,-6.5 - parent: 852 - type: Transform - - unspawnedCount: 12 - type: BallisticAmmoProvider -- uid: 2220 - type: TableGlass - components: - - pos: 22.5,-13.5 - parent: 852 - type: Transform -- uid: 2221 - type: WallReinforced - components: - - pos: 10.5,-12.5 - parent: 852 - type: Transform -- uid: 2222 - type: BoxBeanbag - components: - - pos: -10.5,-6.5 - parent: 852 - type: Transform - - unspawnedCount: 12 - type: BallisticAmmoProvider -- uid: 2223 - type: ReinforcedWindow - components: - - pos: 10.5,-16.5 - parent: 852 - type: Transform -- uid: 2224 - type: WallSolid - components: - - pos: 16.5,8.5 - parent: 852 - type: Transform -- uid: 2225 - type: SignDirectionalEvac - components: - - rot: -1.5707963267948966 rad - pos: -21.5,6.5 - parent: 852 - type: Transform -- uid: 2226 - type: WallSolid - components: - - pos: 11.5,13.5 - parent: 852 - type: Transform -- uid: 2227 - type: WallReinforced - components: - - pos: 6.5,-16.5 - parent: 852 - type: Transform -- uid: 2228 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,-20.5 - parent: 852 - type: Transform -- uid: 2229 - type: WallReinforced - components: - - pos: 32.5,-5.5 - parent: 852 - type: Transform -- uid: 2230 - type: AirlockMaintEngiLocked - components: - - pos: 33.5,-5.5 - parent: 852 - type: Transform -- uid: 2231 - type: WallReinforced - components: - - pos: 34.5,-5.5 - parent: 852 - type: Transform -- uid: 2232 - type: WallReinforced - components: - - pos: 35.5,-5.5 - parent: 852 - type: Transform -- uid: 2233 - type: WallReinforced - components: - - pos: 36.5,-5.5 - parent: 852 - type: Transform -- uid: 2234 - type: WallReinforced - components: - - pos: 36.5,-4.5 - parent: 852 - type: Transform -- uid: 2235 - type: WallReinforced - components: - - pos: 36.5,-3.5 - parent: 852 - type: Transform -- uid: 2236 - type: WallReinforced - components: - - pos: 35.5,1.5 - parent: 852 - type: Transform -- uid: 2237 - type: AirlockMaintEngiLocked - components: - - pos: 43.5,0.5 - parent: 852 - type: Transform -- uid: 2238 - type: WallReinforced - components: - - pos: 30.5,2.5 - parent: 852 - type: Transform -- uid: 2239 - type: WallReinforced - components: - - pos: 30.5,0.5 - parent: 852 - type: Transform -- uid: 2240 - type: WallReinforced - components: - - pos: 30.5,-0.5 - parent: 852 - type: Transform -- uid: 2241 - type: WallReinforced - components: - - pos: 29.5,-0.5 - parent: 852 - type: Transform -- uid: 2242 - type: WallReinforced - components: - - pos: 28.5,-0.5 - parent: 852 - type: Transform -- uid: 2243 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,1.5 - parent: 852 - type: Transform -- uid: 2244 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,2.5 - parent: 852 - type: Transform -- uid: 2245 - type: Grille - components: - - pos: -7.5,6.5 - parent: 852 - type: Transform -- uid: 2246 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-3.5 - parent: 852 - type: Transform -- uid: 2247 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 2248 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-5.5 - parent: 852 - type: Transform -- uid: 2249 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-6.5 - parent: 852 - type: Transform -- uid: 2250 - type: TableWood - components: - - pos: -2.5,-4.5 - parent: 852 - type: Transform -- uid: 2251 - type: TableWood - components: - - pos: -3.5,-4.5 - parent: 852 - type: Transform -- uid: 2252 - type: ChairWood - components: - - rot: -1.5707963267948966 rad - pos: -8.5,-2.5 - parent: 852 - type: Transform -- uid: 2253 - type: TableWood - components: - - pos: -2.5,-1.5 - parent: 852 - type: Transform -- uid: 2254 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-9.5 - parent: 852 - type: Transform -- uid: 2255 - type: WallSolid - components: - - pos: 1.5,-7.5 - parent: 852 - type: Transform -- uid: 2256 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-11.5 - parent: 852 - type: Transform -- uid: 2257 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-12.5 - parent: 852 - type: Transform -- uid: 2258 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-8.5 - parent: 852 - type: Transform -- uid: 2259 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-12.5 - parent: 852 - type: Transform -- uid: 2260 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-12.5 - parent: 852 - type: Transform -- uid: 2261 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-12.5 - parent: 852 - type: Transform -- uid: 2262 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-12.5 - parent: 852 - type: Transform -- uid: 2263 - type: ReinforcedWindow - components: - - pos: 0.5,-16.5 - parent: 852 - type: Transform -- uid: 2264 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-18.5 - parent: 852 - type: Transform -- uid: 2265 - type: WallReinforced - components: - - pos: 0.5,-17.5 - parent: 852 - type: Transform -- uid: 2266 - type: WallReinforced - components: - - pos: 0.5,-13.5 - parent: 852 - type: Transform -- uid: 2267 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-18.5 - parent: 852 - type: Transform -- uid: 2268 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-18.5 - parent: 852 - type: Transform -- uid: 2269 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-18.5 - parent: 852 - type: Transform -- uid: 2270 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-11.5 - parent: 852 - type: Transform -- uid: 2271 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-11.5 - parent: 852 - type: Transform -- uid: 2272 - type: AirlockBarLocked - components: - - pos: -8.5,-6.5 - parent: 852 - type: Transform -- uid: 2273 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-11.5 - parent: 852 - type: Transform -- uid: 2274 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-11.5 - parent: 852 - type: Transform -- uid: 2275 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-12.5 - parent: 852 - type: Transform -- uid: 2276 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-13.5 - parent: 852 - type: Transform -- uid: 2277 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-14.5 - parent: 852 - type: Transform -- uid: 2278 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-15.5 - parent: 852 - type: Transform -- uid: 2279 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-16.5 - parent: 852 - type: Transform -- uid: 2280 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-17.5 - parent: 852 - type: Transform -- uid: 2281 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-18.5 - parent: 852 - type: Transform -- uid: 2282 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-18.5 - parent: 852 - type: Transform -- uid: 2283 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-16.5 - parent: 852 - type: Transform -- uid: 2284 - type: WallReinforced - components: - - pos: -4.5,-25.5 - parent: 852 - type: Transform -- uid: 2285 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-22.5 - parent: 852 - type: Transform -- uid: 2286 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-22.5 - parent: 852 - type: Transform -- uid: 2287 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-21.5 - parent: 852 - type: Transform -- uid: 2288 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-21.5 - parent: 852 - type: Transform -- uid: 2289 - type: WallReinforced - components: - - pos: -7.5,-21.5 - parent: 852 - type: Transform -- uid: 2290 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-21.5 - parent: 852 - type: Transform -- uid: 2291 - type: WallReinforced - components: - - pos: -6.5,-21.5 - parent: 852 - type: Transform -- uid: 2292 - type: WallReinforced - components: - - pos: -6.5,-22.5 - parent: 852 - type: Transform -- uid: 2293 - type: WallReinforced - components: - - pos: -6.5,-23.5 - parent: 852 - type: Transform -- uid: 2294 - type: WallReinforced - components: - - pos: -6.5,-24.5 - parent: 852 - type: Transform -- uid: 2295 - type: WallReinforced - components: - - pos: -7.5,-24.5 - parent: 852 - type: Transform -- uid: 2296 - type: WallReinforced - components: - - pos: -8.5,-24.5 - parent: 852 - type: Transform -- uid: 2297 - type: WallReinforced - components: - - pos: -9.5,-24.5 - parent: 852 - type: Transform -- uid: 2298 - type: WallReinforced - components: - - pos: -10.5,-24.5 - parent: 852 - type: Transform -- uid: 2299 - type: WallReinforced - components: - - pos: -10.5,-23.5 - parent: 852 - type: Transform -- uid: 2300 - type: WallReinforced - components: - - pos: -1.5,-24.5 - parent: 852 - type: Transform -- uid: 2301 - type: WallReinforced - components: - - pos: -1.5,-25.5 - parent: 852 - type: Transform -- uid: 2302 - type: WallReinforced - components: - - pos: -2.5,-25.5 - parent: 852 - type: Transform -- uid: 2303 - type: WallReinforced - components: - - pos: -3.5,-25.5 - parent: 852 - type: Transform -- uid: 2304 - type: Grille - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-21.5 - parent: 852 - type: Transform -- uid: 2305 - type: WallReinforced - components: - - pos: -5.5,-21.5 - parent: 852 - type: Transform -- uid: 2306 - type: WallReinforced - components: - - pos: -6.5,-25.5 - parent: 852 - type: Transform -- uid: 2307 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-27.5 - parent: 852 - type: Transform -- uid: 2308 - type: BlastDoor - components: - - pos: -13.5,-27.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 7249 - type: SignalReceiver -- uid: 2309 - type: BlastDoor - components: - - pos: -14.5,-27.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 7249 - type: SignalReceiver -- uid: 2310 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-27.5 - parent: 852 - type: Transform -- uid: 2311 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-27.5 - parent: 852 - type: Transform -- uid: 2312 - type: GasPipeStraight - components: - - pos: -17.5,-27.5 - parent: 852 - type: Transform -- uid: 2313 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-27.5 - parent: 852 - type: Transform -- uid: 2314 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-26.5 - parent: 852 - type: Transform -- uid: 2315 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-25.5 - parent: 852 - type: Transform -- uid: 2316 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-24.5 - parent: 852 - type: Transform -- uid: 2317 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-23.5 - parent: 852 - type: Transform -- uid: 2318 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-23.5 - parent: 852 - type: Transform -- uid: 2319 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-23.5 - parent: 852 - type: Transform -- uid: 2320 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-23.5 - parent: 852 - type: Transform -- uid: 2321 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-24.5 - parent: 852 - type: Transform -- uid: 2322 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-25.5 - parent: 852 - type: Transform -- uid: 2323 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-26.5 - parent: 852 - type: Transform -- uid: 2324 - type: WallReinforced - components: - - pos: -17.5,26.5 - parent: 852 - type: Transform -- uid: 2325 - type: WallReinforced - components: - - pos: 29.5,14.5 - parent: 852 - type: Transform -- uid: 2326 - type: WallReinforced - components: - - pos: 25.5,14.5 - parent: 852 - type: Transform -- uid: 2327 - type: WallSolid - components: - - pos: 23.5,14.5 - parent: 852 - type: Transform -- uid: 2328 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 37.5,16.5 - parent: 852 - type: Transform -- uid: 2329 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 36.5,16.5 - parent: 852 - type: Transform -- uid: 2330 - type: CableApcExtension - components: - - pos: 13.5,17.5 - parent: 852 - type: Transform -- uid: 2331 - type: GasMixerFlipped - components: - - desc: 'mixes n2 and o2 into breathable air ' - name: n2 + o2 mixer - type: MetaData - - pos: 36.5,15.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - type: GasMixer -- uid: 2332 - type: GasPipeStraight - components: - - pos: 34.5,19.5 - parent: 852 - type: Transform -- uid: 2333 - type: GasPipeStraight - components: - - pos: 34.5,18.5 - parent: 852 - type: Transform -- uid: 2334 - type: WallReinforced - components: - - pos: -5.5,-25.5 - parent: 852 - type: Transform -- uid: 2335 - type: WallReinforced - components: - - pos: -9.5,-21.5 - parent: 852 - type: Transform -- uid: 2336 - type: WallReinforced - components: - - pos: -10.5,-21.5 - parent: 852 - type: Transform -- uid: 2337 - type: ChairOfficeLight - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-13.5 - parent: 852 - type: Transform -- uid: 2338 - type: WallReinforced - components: - - pos: -10.5,-22.5 - parent: 852 - type: Transform -- uid: 2339 - type: WallReinforced - components: - - pos: -12.5,-22.5 - parent: 852 - type: Transform -- uid: 2340 - type: WallReinforced - components: - - pos: -12.5,-21.5 - parent: 852 - type: Transform -- uid: 2341 - type: WallReinforced - components: - - pos: -12.5,-18.5 - parent: 852 - type: Transform -- uid: 2342 - type: WallReinforced - components: - - pos: -12.5,-16.5 - parent: 852 - type: Transform -- uid: 2343 - type: WallReinforced - components: - - pos: -12.5,-17.5 - parent: 852 - type: Transform -- uid: 2344 - type: CableHV - components: - - pos: -14.5,-19.5 - parent: 852 - type: Transform -- uid: 2345 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-16.5 - parent: 852 - type: Transform -- uid: 2346 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-16.5 - parent: 852 - type: Transform -- uid: 2347 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-16.5 - parent: 852 - type: Transform -- uid: 2348 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-16.5 - parent: 852 - type: Transform -- uid: 2349 - type: WallReinforced - components: - - pos: -13.5,-16.5 - parent: 852 - type: Transform -- uid: 2350 - type: WallReinforced - components: - - pos: -14.5,-16.5 - parent: 852 - type: Transform -- uid: 2351 - type: WallReinforced - components: - - pos: -15.5,-16.5 - parent: 852 - type: Transform -- uid: 2352 - type: WallReinforced - components: - - pos: -17.5,-16.5 - parent: 852 - type: Transform -- uid: 2353 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 35.5,17.5 - parent: 852 - type: Transform -- uid: 2354 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 36.5,17.5 - parent: 852 - type: Transform -- uid: 2355 - type: Pen - components: - - pos: -23.709803,-6.4905295 - parent: 852 - type: Transform -- uid: 2356 - type: Paper - components: - - pos: -24.256678,-5.7405295 - parent: 852 - type: Transform -- uid: 2357 - type: d20Dice - components: - - pos: -23.834803,-5.3811545 - parent: 852 - type: Transform -- uid: 2358 - type: d8Dice - components: - - pos: -24.287928,-6.3967795 - parent: 852 - type: Transform -- uid: 2359 - type: WallSolid - components: - - pos: 5.5,-28.5 - parent: 852 - type: Transform -- uid: 2360 - type: Table - components: - - pos: -4.5,-6.5 - parent: 852 - type: Transform -- uid: 2361 - type: SubstationBasic - components: - - pos: 0.5,-8.5 - parent: 852 - type: Transform -- uid: 2362 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 5.5,-13.5 - parent: 852 - type: Transform -- uid: 2363 - type: SurveillanceCameraRouterSecurity - components: - - pos: -14.5,18.5 - parent: 852 - type: Transform -- uid: 2364 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-13.5 - parent: 852 - type: Transform -- uid: 2365 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-13.5 - parent: 852 - type: Transform -- uid: 2366 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-13.5 - parent: 852 - type: Transform -- uid: 2367 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-13.5 - parent: 852 - type: Transform -- uid: 2368 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-13.5 - parent: 852 - type: Transform -- uid: 2369 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-13.5 - parent: 852 - type: Transform -- uid: 2370 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-12.5 - parent: 852 - type: Transform -- uid: 2371 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-11.5 - parent: 852 - type: Transform -- uid: 2372 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-10.5 - parent: 852 - type: Transform -- uid: 2373 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-9.5 - parent: 852 - type: Transform -- uid: 2374 - type: CableApcExtension - components: - - pos: -10.5,8.5 - parent: 852 - type: Transform -- uid: 2375 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-8.5 - parent: 852 - type: Transform -- uid: 2376 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-8.5 - parent: 852 - type: Transform -- uid: 2377 - type: WallSolid - components: - - pos: -15.5,-9.5 - parent: 852 - type: Transform -- uid: 2378 - type: WallSolid - components: - - pos: -10.5,-8.5 - parent: 852 - type: Transform -- uid: 2379 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-8.5 - parent: 852 - type: Transform -- uid: 2380 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-9.5 - parent: 852 - type: Transform -- uid: 2381 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-10.5 - parent: 852 - type: Transform -- uid: 2382 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-11.5 - parent: 852 - type: Transform -- uid: 2383 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-12.5 - parent: 852 - type: Transform -- uid: 2384 - type: WallReinforced - components: - - pos: -1.5,-21.5 - parent: 852 - type: Transform -- uid: 2385 - type: WallReinforced - components: - - pos: -1.5,-22.5 - parent: 852 - type: Transform -- uid: 2386 - type: WallReinforced - components: - - pos: -1.5,-23.5 - parent: 852 - type: Transform -- uid: 2387 - type: CarpetOrange - components: - - pos: -6.5,-0.5 - parent: 852 - type: Transform -- uid: 2388 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-7.5 - parent: 852 - type: Transform -- uid: 2389 - type: CableApcExtension - components: - - pos: -1.5,6.5 - parent: 852 - type: Transform -- uid: 2390 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 852 - type: Transform -- uid: 2391 - type: ChairWood - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-24.5 - parent: 852 - type: Transform -- uid: 2392 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-4.5 - parent: 852 - type: Transform -- uid: 2393 - type: GasThermoMachineFreezer - components: - - pos: -8.5,-25.5 - parent: 852 - type: Transform -- uid: 2394 - type: CableApcExtension - components: - - pos: -3.5,6.5 - parent: 852 - type: Transform -- uid: 2395 - type: CableApcExtension - components: - - pos: -2.5,6.5 - parent: 852 - type: Transform -- uid: 2396 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-7.5 - parent: 852 - type: Transform -- uid: 2397 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-5.5 - parent: 852 - type: Transform -- uid: 2398 - type: CableApcExtension - components: - - pos: -4.5,6.5 - parent: 852 - type: Transform -- uid: 2399 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-5.5 - parent: 852 - type: Transform -- uid: 2400 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-5.5 - parent: 852 - type: Transform -- uid: 2401 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 42.5,20.5 - parent: 852 - type: Transform -- uid: 2402 - type: CableApcExtension - components: - - pos: -15.5,-9.5 - parent: 852 - type: Transform -- uid: 2403 - type: Table - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,7.5 - parent: 852 - type: Transform -- uid: 2404 - type: DisposalTrunk - components: - - rot: 3.141592697301183 rad - pos: -10.5,-17.5 - parent: 852 - type: Transform -- uid: 2405 - type: ChairWood - components: - - pos: 10.5,-22.5 - parent: 852 - type: Transform -- uid: 2406 - type: CableMV - components: - - pos: 65.5,-4.5 - parent: 852 - type: Transform -- uid: 2407 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,2.5 - parent: 852 - type: Transform -- uid: 2408 - type: WallSolid - components: - - pos: -4.5,2.5 - parent: 852 - type: Transform -- uid: 2409 - type: Window - components: - - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 852 - type: Transform -- uid: 2410 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,2.5 - parent: 852 - type: Transform -- uid: 2411 - type: PosterContrabandFreeDrone - components: - - pos: 28.5,-0.5 - parent: 852 - type: Transform -- uid: 2412 - type: SurveillanceCameraCommand - components: - - rot: -1.5707963267948966 rad - pos: 6.5,24.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Captain's Office - type: SurveillanceCamera -- uid: 2413 - type: Table - components: - - pos: -2.5,18.5 - parent: 852 - type: Transform -- uid: 2414 - type: GasPipeStraight - components: - - pos: 37.5,20.5 - parent: 852 - type: Transform -- uid: 2415 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 29.5,2.5 - parent: 852 - type: Transform -- uid: 2416 - type: GasPipeBend - components: - - pos: 33.5,23.5 - parent: 852 - type: Transform -- uid: 2417 - type: GasPipeBend - components: - - pos: 37.5,23.5 - parent: 852 - type: Transform -- uid: 2418 - type: WeldingFuelTankFull - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,11.5 - parent: 852 - type: Transform -- uid: 2419 - type: WeldingFuelTankFull - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-4.5 - parent: 852 - type: Transform -- uid: 2420 - type: VendingBarDrobe - components: - - pos: -12.5,-6.5 - parent: 852 - type: Transform -- uid: 2421 - type: TableWood - components: - - pos: -2.5,-5.5 - parent: 852 - type: Transform -- uid: 2422 - type: TableCarpet - components: - - pos: 0.5,-5.5 - parent: 852 - type: Transform -- uid: 2423 - type: Grille - components: - - pos: 28.5,-14.5 - parent: 852 - type: Transform -- uid: 2424 - type: WallReinforced - components: - - pos: 29.5,-11.5 - parent: 852 - type: Transform -- uid: 2425 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-9.5 - parent: 852 - type: Transform -- uid: 2426 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-9.5 - parent: 852 - type: Transform -- uid: 2427 - type: WallReinforced - components: - - pos: 35.5,22.5 - parent: 852 - type: Transform -- uid: 2428 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-9.5 - parent: 852 - type: Transform -- uid: 2429 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,-9.5 - parent: 852 - type: Transform -- uid: 2430 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-9.5 - parent: 852 - type: Transform -- uid: 2431 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-9.5 - parent: 852 - type: Transform -- uid: 2432 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-9.5 - parent: 852 - type: Transform -- uid: 2433 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-9.5 - parent: 852 - type: Transform -- uid: 2434 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-9.5 - parent: 852 - type: Transform -- uid: 2435 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-9.5 - parent: 852 - type: Transform -- uid: 2436 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-3.5 - parent: 852 - type: Transform -- uid: 2437 - type: DisposalTrunk - components: - - pos: -27.5,-7.5 - parent: 852 - type: Transform -- uid: 2438 - type: PosterLegitCohibaRobustoAd - components: - - pos: 1.5,-5.5 - parent: 852 - type: Transform -- uid: 2439 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 852 - type: Transform -- uid: 2440 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: 11.5,-25.5 - parent: 852 - type: Transform -- uid: 2441 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,-7.5 - parent: 852 - type: Transform -- uid: 2442 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-5.5 - parent: 852 - type: Transform -- uid: 2443 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-4.5 - parent: 852 - type: Transform -- uid: 2444 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-3.5 - parent: 852 - type: Transform -- uid: 2445 - type: ReinforcedWindow - components: - - pos: 28.5,-13.5 - parent: 852 - type: Transform -- uid: 2446 - type: TableReinforced - components: - - pos: 7.5,32.5 - parent: 852 - type: Transform -- uid: 2447 - type: ComputerPowerMonitoring - components: - - pos: 6.5,32.5 - parent: 852 - type: Transform -- uid: 2448 - type: ComputerCrewMonitoring - components: - - pos: 0.5,32.5 - parent: 852 - type: Transform -- uid: 2449 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-13.5 - parent: 852 - type: Transform -- uid: 2450 - type: TableGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-13.5 - parent: 852 - type: Transform -- uid: 2451 - type: Sink - components: - - rot: 3.141592653589793 rad - pos: -3.5,-6.5 - parent: 852 - type: Transform -- uid: 2452 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 852 - type: Transform -- uid: 2453 - type: ClosetBase - components: - - pos: 0.5,-27.5 - parent: 852 - type: Transform -- uid: 2454 - type: AirlockMaintLocked - components: - - pos: -31.5,-8.5 - parent: 852 - type: Transform -- uid: 2455 - type: Table - components: - - pos: 19.5,-9.5 - parent: 852 - type: Transform -- uid: 2456 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-15.5 - parent: 852 - type: Transform -- uid: 2457 - type: hydroponicsTray - components: - - pos: -19.5,0.5 - parent: 852 - type: Transform -- uid: 2458 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 46.5,19.5 - parent: 852 - type: Transform -- uid: 2459 - type: WallSolid - components: - - pos: 12.5,13.5 - parent: 852 - type: Transform -- uid: 2460 - type: WallSolid - components: - - pos: 13.5,13.5 - parent: 852 - type: Transform -- uid: 2461 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-6.5 - parent: 852 - type: Transform -- uid: 2462 - type: GrilleBroken - components: - - pos: 58.5,-5.5 - parent: 852 - type: Transform -- uid: 2463 - type: WallSolid - components: - - pos: 14.5,13.5 - parent: 852 - type: Transform -- uid: 2464 - type: SprayBottleSpaceCleaner - components: - - pos: 27.855116,0.4995463 - parent: 852 - type: Transform -- uid: 2465 - type: AirlockExternalGlassLocked - components: - - pos: 16.5,22.5 - parent: 852 - type: Transform -- uid: 2466 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-4.5 - parent: 852 - type: Transform -- uid: 2467 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-5.5 - parent: 852 - type: Transform -- uid: 2468 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-3.5 - parent: 852 - type: Transform -- uid: 2469 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-3.5 - parent: 852 - type: Transform -- uid: 2470 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-3.5 - parent: 852 - type: Transform -- uid: 2471 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-3.5 - parent: 852 - type: Transform -- uid: 2472 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-3.5 - parent: 852 - type: Transform -- uid: 2473 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-2.5 - parent: 852 - type: Transform -- uid: 2474 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,22.5 - parent: 852 - type: Transform -- uid: 2475 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,23.5 - parent: 852 - type: Transform -- uid: 2476 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,22.5 - parent: 852 - type: Transform -- uid: 2477 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,22.5 - parent: 852 - type: Transform -- uid: 2478 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,24.5 - parent: 852 - type: Transform -- uid: 2479 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,25.5 - parent: 852 - type: Transform -- uid: 2480 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,15.5 - parent: 852 - type: Transform -- uid: 2481 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,16.5 - parent: 852 - type: Transform -- uid: 2482 - type: CableApcExtension - components: - - pos: -17.5,16.5 - parent: 852 - type: Transform -- uid: 2483 - type: CableApcExtension - components: - - pos: 12.5,25.5 - parent: 852 - type: Transform -- uid: 2484 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,27.5 - parent: 852 - type: Transform - - startingCharge: 11999.3 - type: Battery -- uid: 2485 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,22.5 - parent: 852 - type: Transform - - startingCharge: 11999.066 - type: Battery -- uid: 2486 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,14.5 - parent: 852 - type: Transform - - startingCharge: 11999.733 - type: Battery -- uid: 2487 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,14.5 - parent: 852 - type: Transform - - startingCharge: 11999.483 - type: Battery -- uid: 2488 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-1.5 - parent: 852 - type: Transform - - startingCharge: 11991.15 - type: Battery -- uid: 2489 - type: APCBasic - components: - - rot: 3.141592653589793 rad - pos: 31.5,1.5 - parent: 852 - type: Transform -- uid: 2490 - type: WallReinforced - components: - - pos: 13.5,21.5 - parent: 852 - type: Transform -- uid: 2491 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,13.5 - parent: 852 - type: Transform - - startingCharge: 11999.116 - type: Battery -- uid: 2492 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-3.5 - parent: 852 - type: Transform - - startingCharge: 11999.066 - type: Battery -- uid: 2493 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,2.5 - parent: 852 - type: Transform - - startingCharge: 11999.467 - type: Battery -- uid: 2494 - type: SprayBottleSpaceCleaner - components: - - pos: 27.83949,0.6557963 - parent: 852 - type: Transform -- uid: 2495 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,15.5 - parent: 852 - type: Transform - - startingCharge: 11999.483 - type: Battery -- uid: 2496 - type: APCBasic - components: - - rot: 3.141592653589793 rad - pos: -28.5,12.5 - parent: 852 - type: Transform -- uid: 2497 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -39.5,11.5 - parent: 852 - type: Transform - - startingCharge: 11999.4 - type: Battery -- uid: 2498 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,2.5 - parent: 852 - type: Transform - - startingCharge: 11998.483 - type: Battery -- uid: 2499 - type: Flash - components: - - pos: 8.497082,31.408243 - parent: 852 - type: Transform -- uid: 2500 - type: WallSolid - components: - - pos: -22.5,-10.5 - parent: 852 - type: Transform -- uid: 2501 - type: ParchisBoard - components: - - pos: -23.526257,-2.4008582 - parent: 852 - type: Transform -- uid: 2502 - type: Windoor - components: - - pos: 12.5,27.5 - parent: 852 - type: Transform -- uid: 2503 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-18.5 - parent: 852 - type: Transform - - startingCharge: 11999.083 - type: Battery -- uid: 2504 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-21.5 - parent: 852 - type: Transform - - startingCharge: 11996.233 - type: Battery -- uid: 2505 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-16.5 - parent: 852 - type: Transform - - startingCharge: 11999.65 - type: Battery -- uid: 2506 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,12.5 - parent: 852 - type: Transform -- uid: 2507 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,11.5 - parent: 852 - type: Transform -- uid: 2508 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,10.5 - parent: 852 - type: Transform -- uid: 2509 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,9.5 - parent: 852 - type: Transform -- uid: 2510 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,8.5 - parent: 852 - type: Transform -- uid: 2511 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,9.5 - parent: 852 - type: Transform -- uid: 2512 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,9.5 - parent: 852 - type: Transform -- uid: 2513 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,9.5 - parent: 852 - type: Transform -- uid: 2514 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,8.5 - parent: 852 - type: Transform -- uid: 2515 - type: SignalButton - components: - - pos: 16.5,13.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 1756 - type: SignalTransmitter -- uid: 2516 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,9.5 - parent: 852 - type: Transform -- uid: 2517 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,9.5 - parent: 852 - type: Transform -- uid: 2518 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,9.5 - parent: 852 - type: Transform -- uid: 2519 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,9.5 - parent: 852 - type: Transform -- uid: 2520 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,9.5 - parent: 852 - type: Transform -- uid: 2521 - type: CableApcExtension - components: - - pos: -20.5,11.5 - parent: 852 - type: Transform -- uid: 2522 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,8.5 - parent: 852 - type: Transform -- uid: 2523 - type: ClothingHandsGlovesColorYellow - components: - - pos: -29.506107,7.62424 - parent: 852 - type: Transform -- uid: 2524 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,7.5 - parent: 852 - type: Transform -- uid: 2525 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,6.5 - parent: 852 - type: Transform -- uid: 2526 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,13.5 - parent: 852 - type: Transform -- uid: 2527 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,14.5 - parent: 852 - type: Transform -- uid: 2528 - type: CableApcExtension - components: - - pos: -22.5,13.5 - parent: 852 - type: Transform -- uid: 2529 - type: CableApcExtension - components: - - pos: -23.5,13.5 - parent: 852 - type: Transform -- uid: 2530 - type: CableApcExtension - components: - - pos: -24.5,12.5 - parent: 852 - type: Transform -- uid: 2531 - type: CableApcExtension - components: - - pos: -20.5,10.5 - parent: 852 - type: Transform -- uid: 2532 - type: CableApcExtension - components: - - pos: -18.5,14.5 - parent: 852 - type: Transform -- uid: 2533 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -16.5,15.5 - parent: 852 - type: Transform -- uid: 2534 - type: CableHV - components: - - pos: -18.5,15.5 - parent: 852 - type: Transform -- uid: 2535 - type: WallReinforced - components: - - pos: -17.5,17.5 - parent: 852 - type: Transform -- uid: 2536 - type: CableApcExtension - components: - - pos: -13.5,14.5 - parent: 852 - type: Transform -- uid: 2537 - type: SolarPanel - components: - - pos: -37.5,25.5 - parent: 852 - type: Transform -- uid: 2538 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,19.5 - parent: 852 - type: Transform -- uid: 2539 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,20.5 - parent: 852 - type: Transform -- uid: 2540 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,21.5 - parent: 852 - type: Transform -- uid: 2541 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,22.5 - parent: 852 - type: Transform -- uid: 2542 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,23.5 - parent: 852 - type: Transform -- uid: 2543 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,24.5 - parent: 852 - type: Transform -- uid: 2544 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,24.5 - parent: 852 - type: Transform -- uid: 2545 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,24.5 - parent: 852 - type: Transform -- uid: 2546 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,24.5 - parent: 852 - type: Transform -- uid: 2547 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,24.5 - parent: 852 - type: Transform -- uid: 2548 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,24.5 - parent: 852 - type: Transform -- uid: 2549 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,24.5 - parent: 852 - type: Transform -- uid: 2550 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,24.5 - parent: 852 - type: Transform -- uid: 2551 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,24.5 - parent: 852 - type: Transform -- uid: 2552 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,24.5 - parent: 852 - type: Transform -- uid: 2553 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,24.5 - parent: 852 - type: Transform -- uid: 2554 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,12.5 - parent: 852 - type: Transform -- uid: 2555 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,11.5 - parent: 852 - type: Transform -- uid: 2556 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,11.5 - parent: 852 - type: Transform -- uid: 2557 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,10.5 - parent: 852 - type: Transform -- uid: 2558 - type: CableApcExtension - components: - - rot: 1.5707963267948966 rad - pos: -9.5,8.5 - parent: 852 - type: Transform -- uid: 2559 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,18.5 - parent: 852 - type: Transform -- uid: 2560 - type: CableApcExtension - components: - - pos: 6.5,19.5 - parent: 852 - type: Transform -- uid: 2561 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -26.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 2562 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,10.5 - parent: 852 - type: Transform -- uid: 2563 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,10.5 - parent: 852 - type: Transform -- uid: 2564 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,10.5 - parent: 852 - type: Transform -- uid: 2565 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,10.5 - parent: 852 - type: Transform -- uid: 2566 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,10.5 - parent: 852 - type: Transform -- uid: 2567 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,10.5 - parent: 852 - type: Transform -- uid: 2568 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,10.5 - parent: 852 - type: Transform -- uid: 2569 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,10.5 - parent: 852 - type: Transform -- uid: 2570 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,10.5 - parent: 852 - type: Transform -- uid: 2571 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,10.5 - parent: 852 - type: Transform -- uid: 2572 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,10.5 - parent: 852 - type: Transform -- uid: 2573 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,10.5 - parent: 852 - type: Transform -- uid: 2574 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,10.5 - parent: 852 - type: Transform -- uid: 2575 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,9.5 - parent: 852 - type: Transform -- uid: 2576 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,8.5 - parent: 852 - type: Transform -- uid: 2577 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,7.5 - parent: 852 - type: Transform -- uid: 2578 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,9.5 - parent: 852 - type: Transform -- uid: 2579 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,8.5 - parent: 852 - type: Transform -- uid: 2580 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,7.5 - parent: 852 - type: Transform -- uid: 2581 - type: CableApcExtension - components: - - pos: -1.5,13.5 - parent: 852 - type: Transform -- uid: 2582 - type: CableApcExtension - components: - - pos: -25.5,19.5 - parent: 852 - type: Transform -- uid: 2583 - type: CableApcExtension - components: - - pos: -1.5,12.5 - parent: 852 - type: Transform -- uid: 2584 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,15.5 - parent: 852 - type: Transform -- uid: 2585 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,16.5 - parent: 852 - type: Transform -- uid: 2586 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,17.5 - parent: 852 - type: Transform -- uid: 2587 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,18.5 - parent: 852 - type: Transform -- uid: 2588 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,18.5 - parent: 852 - type: Transform -- uid: 2589 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,18.5 - parent: 852 - type: Transform -- uid: 2590 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,18.5 - parent: 852 - type: Transform -- uid: 2591 - type: CableApcExtension - components: - - pos: -0.5,9.5 - parent: 852 - type: Transform -- uid: 2592 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,14.5 - parent: 852 - type: Transform -- uid: 2593 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,14.5 - parent: 852 - type: Transform -- uid: 2594 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,14.5 - parent: 852 - type: Transform -- uid: 2595 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,14.5 - parent: 852 - type: Transform -- uid: 2596 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,14.5 - parent: 852 - type: Transform -- uid: 2597 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,14.5 - parent: 852 - type: Transform -- uid: 2598 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,14.5 - parent: 852 - type: Transform -- uid: 2599 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,14.5 - parent: 852 - type: Transform -- uid: 2600 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,14.5 - parent: 852 - type: Transform -- uid: 2601 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,14.5 - parent: 852 - type: Transform -- uid: 2602 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,15.5 - parent: 852 - type: Transform -- uid: 2603 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,16.5 - parent: 852 - type: Transform -- uid: 2604 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,15.5 - parent: 852 - type: Transform -- uid: 2605 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,16.5 - parent: 852 - type: Transform -- uid: 2606 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,17.5 - parent: 852 - type: Transform -- uid: 2607 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,17.5 - parent: 852 - type: Transform -- uid: 2608 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,17.5 - parent: 852 - type: Transform -- uid: 2609 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,18.5 - parent: 852 - type: Transform -- uid: 2610 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,19.5 - parent: 852 - type: Transform -- uid: 2611 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,20.5 - parent: 852 - type: Transform -- uid: 2612 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,20.5 - parent: 852 - type: Transform -- uid: 2613 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,21.5 - parent: 852 - type: Transform -- uid: 2614 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,21.5 - parent: 852 - type: Transform -- uid: 2615 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,17.5 - parent: 852 - type: Transform -- uid: 2616 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,18.5 - parent: 852 - type: Transform -- uid: 2617 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,19.5 - parent: 852 - type: Transform -- uid: 2618 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,20.5 - parent: 852 - type: Transform -- uid: 2619 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,20.5 - parent: 852 - type: Transform -- uid: 2620 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,20.5 - parent: 852 - type: Transform -- uid: 2621 - type: CableApcExtension - components: - - pos: -1.5,9.5 - parent: 852 - type: Transform -- uid: 2622 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,14.5 - parent: 852 - type: Transform -- uid: 2623 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,14.5 - parent: 852 - type: Transform -- uid: 2624 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,14.5 - parent: 852 - type: Transform -- uid: 2625 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,14.5 - parent: 852 - type: Transform -- uid: 2626 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,14.5 - parent: 852 - type: Transform -- uid: 2627 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,13.5 - parent: 852 - type: Transform -- uid: 2628 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,12.5 - parent: 852 - type: Transform -- uid: 2629 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -39.5,11.5 - parent: 852 - type: Transform -- uid: 2630 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -39.5,10.5 - parent: 852 - type: Transform -- uid: 2631 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -38.5,10.5 - parent: 852 - type: Transform -- uid: 2632 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,10.5 - parent: 852 - type: Transform -- uid: 2633 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,10.5 - parent: 852 - type: Transform -- uid: 2634 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,9.5 - parent: 852 - type: Transform -- uid: 2635 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,8.5 - parent: 852 - type: Transform -- uid: 2636 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,7.5 - parent: 852 - type: Transform -- uid: 2637 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,6.5 - parent: 852 - type: Transform -- uid: 2638 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,5.5 - parent: 852 - type: Transform -- uid: 2639 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,4.5 - parent: 852 - type: Transform -- uid: 2640 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,3.5 - parent: 852 - type: Transform -- uid: 2641 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,2.5 - parent: 852 - type: Transform -- uid: 2642 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,1.5 - parent: 852 - type: Transform -- uid: 2643 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,0.5 - parent: 852 - type: Transform -- uid: 2644 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-0.5 - parent: 852 - type: Transform -- uid: 2645 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-1.5 - parent: 852 - type: Transform -- uid: 2646 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-2.5 - parent: 852 - type: Transform -- uid: 2647 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-3.5 - parent: 852 - type: Transform -- uid: 2648 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-4.5 - parent: 852 - type: Transform -- uid: 2649 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-5.5 - parent: 852 - type: Transform -- uid: 2650 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,-6.5 - parent: 852 - type: Transform -- uid: 2651 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-6.5 - parent: 852 - type: Transform -- uid: 2652 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,2.5 - parent: 852 - type: Transform -- uid: 2653 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,5.5 - parent: 852 - type: Transform -- uid: 2654 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,5.5 - parent: 852 - type: Transform -- uid: 2655 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,5.5 - parent: 852 - type: Transform -- uid: 2656 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,5.5 - parent: 852 - type: Transform -- uid: 2657 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,8.5 - parent: 852 - type: Transform -- uid: 2658 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,8.5 - parent: 852 - type: Transform -- uid: 2659 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,8.5 - parent: 852 - type: Transform -- uid: 2660 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -38.5,8.5 - parent: 852 - type: Transform -- uid: 2661 - type: WallSolid - components: - - pos: 14.5,-12.5 - parent: 852 - type: Transform -- uid: 2662 - type: WallSolid - components: - - pos: 15.5,-12.5 - parent: 852 - type: Transform -- uid: 2663 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,4.5 - parent: 852 - type: Transform -- uid: 2664 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -38.5,4.5 - parent: 852 - type: Transform -- uid: 2665 - type: WallSolid - components: - - pos: 11.5,-12.5 - parent: 852 - type: Transform -- uid: 2666 - type: WallSolid - components: - - pos: 12.5,-12.5 - parent: 852 - type: Transform -- uid: 2667 - type: WallSolid - components: - - pos: 13.5,-12.5 - parent: 852 - type: Transform -- uid: 2668 - type: GasOutletInjector - components: - - pos: 40.5,21.5 - parent: 852 - type: Transform -- uid: 2669 - type: WallReinforced - components: - - pos: -18.5,8.5 - parent: 852 - type: Transform -- uid: 2670 - type: Table - components: - - pos: -2.5,7.5 - parent: 852 - type: Transform -- uid: 2671 - type: WallReinforced - components: - - pos: -17.5,12.5 - parent: 852 - type: Transform -- uid: 2672 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-3.5 - parent: 852 - type: Transform -- uid: 2673 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-4.5 - parent: 852 - type: Transform -- uid: 2674 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-5.5 - parent: 852 - type: Transform -- uid: 2675 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-6.5 - parent: 852 - type: Transform -- uid: 2676 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-7.5 - parent: 852 - type: Transform -- uid: 2677 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-7.5 - parent: 852 - type: Transform -- uid: 2678 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-7.5 - parent: 852 - type: Transform -- uid: 2679 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-7.5 - parent: 852 - type: Transform -- uid: 2680 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-7.5 - parent: 852 - type: Transform -- uid: 2681 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,-7.5 - parent: 852 - type: Transform -- uid: 2682 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,-8.5 - parent: 852 - type: Transform -- uid: 2683 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-7.5 - parent: 852 - type: Transform -- uid: 2684 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-7.5 - parent: 852 - type: Transform -- uid: 2685 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-8.5 - parent: 852 - type: Transform -- uid: 2686 - type: CableApcExtension - components: - - pos: 0.5,6.5 - parent: 852 - type: Transform -- uid: 2687 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-2.5 - parent: 852 - type: Transform -- uid: 2688 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-1.5 - parent: 852 - type: Transform -- uid: 2689 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-0.5 - parent: 852 - type: Transform -- uid: 2690 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,0.5 - parent: 852 - type: Transform -- uid: 2691 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,1.5 - parent: 852 - type: Transform -- uid: 2692 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,0.5 - parent: 852 - type: Transform -- uid: 2693 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,0.5 - parent: 852 - type: Transform -- uid: 2694 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,0.5 - parent: 852 - type: Transform -- uid: 2695 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-0.5 - parent: 852 - type: Transform -- uid: 2696 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-1.5 - parent: 852 - type: Transform -- uid: 2697 - type: WallReinforced - components: - - pos: 47.5,24.5 - parent: 852 - type: Transform -- uid: 2698 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-6.5 - parent: 852 - type: Transform -- uid: 2699 - type: CableApcExtension - components: - - pos: -0.5,6.5 - parent: 852 - type: Transform -- uid: 2700 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-5.5 - parent: 852 - type: Transform -- uid: 2701 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-4.5 - parent: 852 - type: Transform -- uid: 2702 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-3.5 - parent: 852 - type: Transform -- uid: 2703 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-2.5 - parent: 852 - type: Transform -- uid: 2704 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-1.5 - parent: 852 - type: Transform -- uid: 2705 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-0.5 - parent: 852 - type: Transform -- uid: 2706 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,0.5 - parent: 852 - type: Transform -- uid: 2707 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,1.5 - parent: 852 - type: Transform -- uid: 2708 - type: WallSolid - components: - - pos: -20.5,-12.5 - parent: 852 - type: Transform -- uid: 2709 - type: CableApcExtension - components: - - pos: -21.5,-12.5 - parent: 852 - type: Transform -- uid: 2710 - type: CableApcExtension - components: - - pos: -21.5,-13.5 - parent: 852 - type: Transform -- uid: 2711 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-14.5 - parent: 852 - type: Transform -- uid: 2712 - type: CableApcExtension - components: - - pos: -10.5,6.5 - parent: 852 - type: Transform -- uid: 2713 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-14.5 - parent: 852 - type: Transform -- uid: 2714 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-14.5 - parent: 852 - type: Transform -- uid: 2715 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-14.5 - parent: 852 - type: Transform -- uid: 2716 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-13.5 - parent: 852 - type: Transform -- uid: 2717 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-8.5 - parent: 852 - type: Transform -- uid: 2718 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-9.5 - parent: 852 - type: Transform -- uid: 2719 - type: CableApcExtension - components: - - pos: -11.5,8.5 - parent: 852 - type: Transform -- uid: 2720 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-10.5 - parent: 852 - type: Transform -- uid: 2721 - type: ComputerComms - components: - - pos: 3.5,32.5 - parent: 852 - type: Transform -- uid: 2722 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-11.5 - parent: 852 - type: Transform -- uid: 2723 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-11.5 - parent: 852 - type: Transform -- uid: 2724 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-11.5 - parent: 852 - type: Transform -- uid: 2725 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-10.5 - parent: 852 - type: Transform -- uid: 2726 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-9.5 - parent: 852 - type: Transform -- uid: 2727 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-12.5 - parent: 852 - type: Transform -- uid: 2728 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-8.5 - parent: 852 - type: Transform -- uid: 2729 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-7.5 - parent: 852 - type: Transform -- uid: 2730 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-7.5 - parent: 852 - type: Transform -- uid: 2731 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-7.5 - parent: 852 - type: Transform -- uid: 2732 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-7.5 - parent: 852 - type: Transform -- uid: 2733 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-7.5 - parent: 852 - type: Transform -- uid: 2734 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-7.5 - parent: 852 - type: Transform -- uid: 2735 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-7.5 - parent: 852 - type: Transform -- uid: 2736 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-6.5 - parent: 852 - type: Transform -- uid: 2737 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-5.5 - parent: 852 - type: Transform -- uid: 2738 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-4.5 - parent: 852 - type: Transform -- uid: 2739 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-4.5 - parent: 852 - type: Transform -- uid: 2740 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-4.5 - parent: 852 - type: Transform -- uid: 2741 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-4.5 - parent: 852 - type: Transform -- uid: 2742 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-4.5 - parent: 852 - type: Transform -- uid: 2743 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-3.5 - parent: 852 - type: Transform -- uid: 2744 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-24.5 - parent: 852 - type: Transform -- uid: 2745 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-2.5 - parent: 852 - type: Transform -- uid: 2746 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-1.5 - parent: 852 - type: Transform -- uid: 2747 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-0.5 - parent: 852 - type: Transform -- uid: 2748 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,0.5 - parent: 852 - type: Transform -- uid: 2749 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,1.5 - parent: 852 - type: Transform -- uid: 2750 - type: CableApcExtension - components: - - pos: -23.5,0.5 - parent: 852 - type: Transform -- uid: 2751 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-6.5 - parent: 852 - type: Transform -- uid: 2752 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-5.5 - parent: 852 - type: Transform -- uid: 2753 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-4.5 - parent: 852 - type: Transform -- uid: 2754 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,2.5 - parent: 852 - type: Transform -- uid: 2755 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,1.5 - parent: 852 - type: Transform -- uid: 2756 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,0.5 - parent: 852 - type: Transform -- uid: 2757 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-0.5 - parent: 852 - type: Transform -- uid: 2758 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-1.5 - parent: 852 - type: Transform -- uid: 2759 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-2.5 - parent: 852 - type: Transform -- uid: 2760 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-3.5 - parent: 852 - type: Transform -- uid: 2761 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-4.5 - parent: 852 - type: Transform -- uid: 2762 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-4.5 - parent: 852 - type: Transform -- uid: 2763 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,0.5 - parent: 852 - type: Transform -- uid: 2764 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,0.5 - parent: 852 - type: Transform -- uid: 2765 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,0.5 - parent: 852 - type: Transform -- uid: 2766 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -4.5,-24.5 - parent: 852 - type: Transform -- uid: 2767 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-9.5 - parent: 852 - type: Transform - - startingCharge: 11999.45 - type: Battery -- uid: 2768 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,0.5 - parent: 852 - type: Transform -- uid: 2769 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,0.5 - parent: 852 - type: Transform -- uid: 2770 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,0.5 - parent: 852 - type: Transform -- uid: 2771 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,0.5 - parent: 852 - type: Transform -- uid: 2772 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,0.5 - parent: 852 - type: Transform -- uid: 2773 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,0.5 - parent: 852 - type: Transform -- uid: 2774 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,1.5 - parent: 852 - type: Transform -- uid: 2775 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-0.5 - parent: 852 - type: Transform -- uid: 2776 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-1.5 - parent: 852 - type: Transform -- uid: 2777 - type: ChairOfficeDark - components: - - pos: -29.5,-1.5 - parent: 852 - type: Transform -- uid: 2778 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-1.5 - parent: 852 - type: Transform -- uid: 2779 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-1.5 - parent: 852 - type: Transform -- uid: 2780 - type: PersonalAI - components: - - pos: -24.675209,-5.91818 - parent: 852 - type: Transform -- uid: 2781 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-0.5 - parent: 852 - type: Transform -- uid: 2782 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-1.5 - parent: 852 - type: Transform -- uid: 2783 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-2.5 - parent: 852 - type: Transform -- uid: 2784 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,0.5 - parent: 852 - type: Transform -- uid: 2785 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,0.5 - parent: 852 - type: Transform -- uid: 2786 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,0.5 - parent: 852 - type: Transform -- uid: 2787 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,0.5 - parent: 852 - type: Transform -- uid: 2788 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,0.5 - parent: 852 - type: Transform -- uid: 2789 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,0.5 - parent: 852 - type: Transform -- uid: 2790 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,0.5 - parent: 852 - type: Transform -- uid: 2791 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,0.5 - parent: 852 - type: Transform -- uid: 2792 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,0.5 - parent: 852 - type: Transform -- uid: 2793 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,0.5 - parent: 852 - type: Transform -- uid: 2794 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,0.5 - parent: 852 - type: Transform -- uid: 2795 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,0.5 - parent: 852 - type: Transform -- uid: 2796 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,0.5 - parent: 852 - type: Transform -- uid: 2797 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-0.5 - parent: 852 - type: Transform -- uid: 2798 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-1.5 - parent: 852 - type: Transform -- uid: 2799 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-2.5 - parent: 852 - type: Transform -- uid: 2800 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-3.5 - parent: 852 - type: Transform -- uid: 2801 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-4.5 - parent: 852 - type: Transform -- uid: 2802 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-4.5 - parent: 852 - type: Transform -- uid: 2803 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-8.5 - parent: 852 - type: Transform -- uid: 2804 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-7.5 - parent: 852 - type: Transform -- uid: 2805 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-7.5 - parent: 852 - type: Transform -- uid: 2806 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-7.5 - parent: 852 - type: Transform -- uid: 2807 - type: ComputerId - components: - - pos: 6.5,26.5 - parent: 852 - type: Transform -- uid: 2808 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-7.5 - parent: 852 - type: Transform -- uid: 2809 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-7.5 - parent: 852 - type: Transform -- uid: 2810 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-6.5 - parent: 852 - type: Transform -- uid: 2811 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-5.5 - parent: 852 - type: Transform -- uid: 2812 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-4.5 - parent: 852 - type: Transform -- uid: 2813 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-9.5 - parent: 852 - type: Transform -- uid: 2814 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-10.5 - parent: 852 - type: Transform -- uid: 2815 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: -30.5,0.5 - parent: 852 - type: Transform -- uid: 2816 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-10.5 - parent: 852 - type: Transform -- uid: 2817 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-10.5 - parent: 852 - type: Transform -- uid: 2818 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-10.5 - parent: 852 - type: Transform -- uid: 2819 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-10.5 - parent: 852 - type: Transform -- uid: 2820 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-10.5 - parent: 852 - type: Transform -- uid: 2821 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-10.5 - parent: 852 - type: Transform -- uid: 2822 - type: CableMV - components: - - pos: -0.5,-8.5 - parent: 852 - type: Transform -- uid: 2823 - type: CableMV - components: - - pos: -0.5,-9.5 - parent: 852 - type: Transform -- uid: 2824 - type: ComfyChair - components: - - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 852 - type: Transform -- uid: 2825 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-11.5 - parent: 852 - type: Transform -- uid: 2826 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-18.5 - parent: 852 - type: Transform -- uid: 2827 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-19.5 - parent: 852 - type: Transform -- uid: 2828 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-20.5 - parent: 852 - type: Transform -- uid: 2829 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-19.5 - parent: 852 - type: Transform -- uid: 2830 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-19.5 - parent: 852 - type: Transform -- uid: 2831 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-19.5 - parent: 852 - type: Transform -- uid: 2832 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-19.5 - parent: 852 - type: Transform -- uid: 2833 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-20.5 - parent: 852 - type: Transform -- uid: 2834 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-21.5 - parent: 852 - type: Transform -- uid: 2835 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-23.5 - parent: 852 - type: Transform -- uid: 2836 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-22.5 - parent: 852 - type: Transform -- uid: 2837 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-23.5 - parent: 852 - type: Transform -- uid: 2838 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-21.5 - parent: 852 - type: Transform -- uid: 2839 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-22.5 - parent: 852 - type: Transform -- uid: 2840 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-23.5 - parent: 852 - type: Transform -- uid: 2841 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-23.5 - parent: 852 - type: Transform -- uid: 2842 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-23.5 - parent: 852 - type: Transform -- uid: 2843 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-24.5 - parent: 852 - type: Transform -- uid: 2844 - type: TableWood - components: - - pos: -30.5,-5.5 - parent: 852 - type: Transform -- uid: 2845 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-20.5 - parent: 852 - type: Transform -- uid: 2846 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-20.5 - parent: 852 - type: Transform -- uid: 2847 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-20.5 - parent: 852 - type: Transform -- uid: 2848 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-19.5 - parent: 852 - type: Transform -- uid: 2849 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-19.5 - parent: 852 - type: Transform -- uid: 2850 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-18.5 - parent: 852 - type: Transform -- uid: 2851 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-17.5 - parent: 852 - type: Transform -- uid: 2852 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-17.5 - parent: 852 - type: Transform -- uid: 2853 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-18.5 - parent: 852 - type: Transform -- uid: 2854 - type: HandLabeler - components: - - pos: -23.390205,-5.6188893 - parent: 852 - type: Transform -- uid: 2855 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-17.5 - parent: 852 - type: Transform -- uid: 2856 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-16.5 - parent: 852 - type: Transform -- uid: 2857 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-15.5 - parent: 852 - type: Transform -- uid: 2858 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-14.5 - parent: 852 - type: Transform -- uid: 2859 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-13.5 - parent: 852 - type: Transform -- uid: 2860 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-12.5 - parent: 852 - type: Transform -- uid: 2861 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-13.5 - parent: 852 - type: Transform -- uid: 2862 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-13.5 - parent: 852 - type: Transform -- uid: 2863 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-17.5 - parent: 852 - type: Transform -- uid: 2864 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-17.5 - parent: 852 - type: Transform -- uid: 2865 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-17.5 - parent: 852 - type: Transform -- uid: 2866 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-14.5 - parent: 852 - type: Transform -- uid: 2867 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-12.5 - parent: 852 - type: Transform -- uid: 2868 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-17.5 - parent: 852 - type: Transform -- uid: 2869 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-12.5 - parent: 852 - type: Transform -- uid: 2870 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-12.5 - parent: 852 - type: Transform -- uid: 2871 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-14.5 - parent: 852 - type: Transform -- uid: 2872 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-16.5 - parent: 852 - type: Transform -- uid: 2873 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-17.5 - parent: 852 - type: Transform -- uid: 2874 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-18.5 - parent: 852 - type: Transform -- uid: 2875 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-19.5 - parent: 852 - type: Transform -- uid: 2876 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-20.5 - parent: 852 - type: Transform -- uid: 2877 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-21.5 - parent: 852 - type: Transform -- uid: 2878 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-22.5 - parent: 852 - type: Transform -- uid: 2879 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-23.5 - parent: 852 - type: Transform -- uid: 2880 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-24.5 - parent: 852 - type: Transform -- uid: 2881 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-25.5 - parent: 852 - type: Transform -- uid: 2882 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-25.5 - parent: 852 - type: Transform -- uid: 2883 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-25.5 - parent: 852 - type: Transform -- uid: 2884 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-22.5 - parent: 852 - type: Transform -- uid: 2885 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-22.5 - parent: 852 - type: Transform -- uid: 2886 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-22.5 - parent: 852 - type: Transform -- uid: 2887 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-23.5 - parent: 852 - type: Transform -- uid: 2888 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-23.5 - parent: 852 - type: Transform -- uid: 2889 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-23.5 - parent: 852 - type: Transform -- uid: 2890 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-17.5 - parent: 852 - type: Transform -- uid: 2891 - type: WallReinforced - components: - - pos: 7.5,-18.5 - parent: 852 - type: Transform -- uid: 2892 - type: WallReinforced - components: - - pos: 6.5,-18.5 - parent: 852 - type: Transform -- uid: 2893 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: 8.5,17.5 - parent: 852 - type: Transform -- uid: 2894 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-19.5 - parent: 852 - type: Transform -- uid: 2895 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,-19.5 - parent: 852 - type: Transform -- uid: 2896 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,-19.5 - parent: 852 - type: Transform -- uid: 2897 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,-19.5 - parent: 852 - type: Transform -- uid: 2898 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-19.5 - parent: 852 - type: Transform -- uid: 2899 - type: CableApcExtension - components: - - rot: -1.5707963267948966 rad - pos: 14.5,-18.5 - parent: 852 - type: Transform -- uid: 2900 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-16.5 - parent: 852 - type: Transform -- uid: 2901 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-15.5 - parent: 852 - type: Transform -- uid: 2902 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-14.5 - parent: 852 - type: Transform -- uid: 2903 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-13.5 - parent: 852 - type: Transform -- uid: 2904 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,-13.5 - parent: 852 - type: Transform -- uid: 2905 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-13.5 - parent: 852 - type: Transform -- uid: 2906 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-13.5 - parent: 852 - type: Transform -- uid: 2907 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-13.5 - parent: 852 - type: Transform -- uid: 2908 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-13.5 - parent: 852 - type: Transform -- uid: 2909 - type: ReinforcedWindow - components: - - pos: 10.5,-13.5 - parent: 852 - type: Transform -- uid: 2910 - type: VendingMachineViroDrobe - components: - - pos: 23.5,-4.5 - parent: 852 - type: Transform -- uid: 2911 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-5.5 - parent: 852 - type: Transform -- uid: 2912 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-4.5 - parent: 852 - type: Transform -- uid: 2913 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-4.5 - parent: 852 - type: Transform -- uid: 2914 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-4.5 - parent: 852 - type: Transform -- uid: 2915 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-2.5 - parent: 852 - type: Transform -- uid: 2916 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-1.5 - parent: 852 - type: Transform -- uid: 2917 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-0.5 - parent: 852 - type: Transform -- uid: 2918 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,0.5 - parent: 852 - type: Transform -- uid: 2919 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,1.5 - parent: 852 - type: Transform -- uid: 2920 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,1.5 - parent: 852 - type: Transform -- uid: 2921 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,0.5 - parent: 852 - type: Transform -- uid: 2922 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-1.5 - parent: 852 - type: Transform -- uid: 2923 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-1.5 - parent: 852 - type: Transform -- uid: 2924 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-1.5 - parent: 852 - type: Transform -- uid: 2925 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-6.5 - parent: 852 - type: Transform -- uid: 2926 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-6.5 - parent: 852 - type: Transform -- uid: 2927 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-6.5 - parent: 852 - type: Transform -- uid: 2928 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-6.5 - parent: 852 - type: Transform -- uid: 2929 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-6.5 - parent: 852 - type: Transform -- uid: 2930 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-5.5 - parent: 852 - type: Transform -- uid: 2931 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-4.5 - parent: 852 - type: Transform -- uid: 2932 - type: HandLabeler - components: - - pos: 14.506557,1.3566204 - parent: 852 - type: Transform -- uid: 2933 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-8.5 - parent: 852 - type: Transform -- uid: 2934 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-9.5 - parent: 852 - type: Transform -- uid: 2935 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-10.5 - parent: 852 - type: Transform -- uid: 2936 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-11.5 - parent: 852 - type: Transform -- uid: 2937 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-12.5 - parent: 852 - type: Transform -- uid: 2938 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-13.5 - parent: 852 - type: Transform -- uid: 2939 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-14.5 - parent: 852 - type: Transform -- uid: 2940 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-15.5 - parent: 852 - type: Transform -- uid: 2941 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-16.5 - parent: 852 - type: Transform -- uid: 2942 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-17.5 - parent: 852 - type: Transform -- uid: 2943 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-18.5 - parent: 852 - type: Transform -- uid: 2944 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-19.5 - parent: 852 - type: Transform -- uid: 2945 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-20.5 - parent: 852 - type: Transform -- uid: 2946 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-13.5 - parent: 852 - type: Transform -- uid: 2947 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-13.5 - parent: 852 - type: Transform -- uid: 2948 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-13.5 - parent: 852 - type: Transform -- uid: 2949 - type: HandLabeler - components: - - pos: 14.506557,1.5610027 - parent: 852 - type: Transform -- uid: 2950 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-13.5 - parent: 852 - type: Transform -- uid: 2951 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-13.5 - parent: 852 - type: Transform -- uid: 2952 - type: CableApcExtension - components: - - pos: 24.5,-13.5 - parent: 852 - type: Transform -- uid: 2953 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-12.5 - parent: 852 - type: Transform -- uid: 2954 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-11.5 - parent: 852 - type: Transform -- uid: 2955 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-11.5 - parent: 852 - type: Transform -- uid: 2956 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-11.5 - parent: 852 - type: Transform -- uid: 2957 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-11.5 - parent: 852 - type: Transform -- uid: 2958 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-7.5 - parent: 852 - type: Transform -- uid: 2959 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-7.5 - parent: 852 - type: Transform -- uid: 2960 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-7.5 - parent: 852 - type: Transform -- uid: 2961 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-7.5 - parent: 852 - type: Transform -- uid: 2962 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,-7.5 - parent: 852 - type: Transform -- uid: 2963 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,-7.5 - parent: 852 - type: Transform -- uid: 2964 - type: CableApcExtension - components: - - pos: 14.5,-8.5 - parent: 852 - type: Transform -- uid: 2965 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-7.5 - parent: 852 - type: Transform -- uid: 2966 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-7.5 - parent: 852 - type: Transform -- uid: 2967 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-7.5 - parent: 852 - type: Transform -- uid: 2968 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-7.5 - parent: 852 - type: Transform -- uid: 2969 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-7.5 - parent: 852 - type: Transform -- uid: 2970 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-17.5 - parent: 852 - type: Transform -- uid: 2971 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-17.5 - parent: 852 - type: Transform -- uid: 2972 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-17.5 - parent: 852 - type: Transform -- uid: 2973 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,2.5 - parent: 852 - type: Transform -- uid: 2974 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,1.5 - parent: 852 - type: Transform -- uid: 2975 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,1.5 - parent: 852 - type: Transform -- uid: 2976 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,1.5 - parent: 852 - type: Transform -- uid: 2977 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,1.5 - parent: 852 - type: Transform -- uid: 2978 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,1.5 - parent: 852 - type: Transform -- uid: 2979 - type: hydroponicsTray - components: - - pos: -17.5,-1.5 - parent: 852 - type: Transform -- uid: 2980 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,1.5 - parent: 852 - type: Transform -- uid: 2981 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,1.5 - parent: 852 - type: Transform -- uid: 2982 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,1.5 - parent: 852 - type: Transform -- uid: 2983 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,1.5 - parent: 852 - type: Transform -- uid: 2984 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,1.5 - parent: 852 - type: Transform -- uid: 2985 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,1.5 - parent: 852 - type: Transform -- uid: 2986 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,1.5 - parent: 852 - type: Transform -- uid: 2987 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,0.5 - parent: 852 - type: Transform -- uid: 2988 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-0.5 - parent: 852 - type: Transform -- uid: 2989 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-0.5 - parent: 852 - type: Transform -- uid: 2990 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-0.5 - parent: 852 - type: Transform -- uid: 2991 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,0.5 - parent: 852 - type: Transform -- uid: 2992 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-0.5 - parent: 852 - type: Transform -- uid: 2993 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-1.5 - parent: 852 - type: Transform -- uid: 2994 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-2.5 - parent: 852 - type: Transform -- uid: 2995 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-3.5 - parent: 852 - type: Transform -- uid: 2996 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-4.5 - parent: 852 - type: Transform -- uid: 2997 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-4.5 - parent: 852 - type: Transform -- uid: 2998 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-4.5 - parent: 852 - type: Transform -- uid: 2999 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,-4.5 - parent: 852 - type: Transform -- uid: 3000 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-2.5 - parent: 852 - type: Transform -- uid: 3001 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,-2.5 - parent: 852 - type: Transform -- uid: 3002 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,-17.5 - parent: 852 - type: Transform -- uid: 3003 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-23.5 - parent: 852 - type: Transform -- uid: 3004 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,-23.5 - parent: 852 - type: Transform -- uid: 3005 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,-23.5 - parent: 852 - type: Transform -- uid: 3006 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,-22.5 - parent: 852 - type: Transform -- uid: 3007 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,-21.5 - parent: 852 - type: Transform -- uid: 3008 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,-21.5 - parent: 852 - type: Transform -- uid: 3009 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,-21.5 - parent: 852 - type: Transform -- uid: 3010 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-3.5 - parent: 852 - type: Transform -- uid: 3011 - type: GasPipeBend - components: - - pos: 35.5,23.5 - parent: 852 - type: Transform -- uid: 3012 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,0.5 - parent: 852 - type: Transform -- uid: 3013 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-0.5 - parent: 852 - type: Transform -- uid: 3014 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-1.5 - parent: 852 - type: Transform -- uid: 3015 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-3.5 - parent: 852 - type: Transform -- uid: 3016 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-2.5 - parent: 852 - type: Transform -- uid: 3017 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,-2.5 - parent: 852 - type: Transform -- uid: 3018 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 29.5,-2.5 - parent: 852 - type: Transform -- uid: 3019 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,-2.5 - parent: 852 - type: Transform -- uid: 3020 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-2.5 - parent: 852 - type: Transform -- uid: 3021 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,-2.5 - parent: 852 - type: Transform -- uid: 3022 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-2.5 - parent: 852 - type: Transform -- uid: 3023 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,1.5 - parent: 852 - type: Transform -- uid: 3024 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,2.5 - parent: 852 - type: Transform -- uid: 3025 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,3.5 - parent: 852 - type: Transform -- uid: 3026 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,4.5 - parent: 852 - type: Transform -- uid: 3027 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,4.5 - parent: 852 - type: Transform -- uid: 3028 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,4.5 - parent: 852 - type: Transform -- uid: 3029 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,4.5 - parent: 852 - type: Transform -- uid: 3030 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,4.5 - parent: 852 - type: Transform -- uid: 3031 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,4.5 - parent: 852 - type: Transform -- uid: 3032 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,4.5 - parent: 852 - type: Transform -- uid: 3033 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,4.5 - parent: 852 - type: Transform -- uid: 3034 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,3.5 - parent: 852 - type: Transform -- uid: 3035 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,2.5 - parent: 852 - type: Transform -- uid: 3036 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,1.5 - parent: 852 - type: Transform -- uid: 3037 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,0.5 - parent: 852 - type: Transform -- uid: 3038 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-0.5 - parent: 852 - type: Transform -- uid: 3039 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-1.5 - parent: 852 - type: Transform -- uid: 3040 - type: SurveillanceCameraRouterSupply - components: - - pos: 28.5,9.5 - parent: 852 - type: Transform -- uid: 3041 - type: SubstationBasic - components: - - pos: -15.5,16.5 - parent: 852 - type: Transform -- uid: 3042 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 24.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3043 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 25.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3044 - type: GasPipeStraight - components: - - pos: 20.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3045 - type: GasPipeStraight - components: - - pos: 22.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3046 - type: GasPipeStraight - components: - - pos: 20.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3047 - type: GasPipeStraight - components: - - pos: 22.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3048 - type: GasPipeStraight - components: - - pos: 20.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3049 - type: GasPipeStraight - components: - - pos: 22.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3050 - type: SurveillanceCameraGeneral - components: - - rot: -1.5707963267948966 rad - pos: -37.5,-8.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals - type: SurveillanceCamera -- uid: 3051 - type: BedsheetQM - components: - - pos: 28.5,8.5 - parent: 852 - type: Transform -- uid: 3052 - type: Bed - components: - - pos: 28.5,8.5 - parent: 852 - type: Transform -- uid: 3053 - type: WallReinforced - components: - - pos: 47.5,14.5 - parent: 852 - type: Transform -- uid: 3054 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 44.5,5.5 - parent: 852 - type: Transform -- uid: 3055 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 44.5,4.5 - parent: 852 - type: Transform -- uid: 3056 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 45.5,4.5 - parent: 852 - type: Transform -- uid: 3057 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,4.5 - parent: 852 - type: Transform -- uid: 3058 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,4.5 - parent: 852 - type: Transform -- uid: 3059 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,4.5 - parent: 852 - type: Transform -- uid: 3060 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 49.5,4.5 - parent: 852 - type: Transform -- uid: 3061 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-3.5 - parent: 852 - type: Transform -- uid: 3062 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-4.5 - parent: 852 - type: Transform -- uid: 3063 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,4.5 - parent: 852 - type: Transform -- uid: 3064 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,3.5 - parent: 852 - type: Transform -- uid: 3065 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,2.5 - parent: 852 - type: Transform -- uid: 3066 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,1.5 - parent: 852 - type: Transform -- uid: 3067 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,0.5 - parent: 852 - type: Transform -- uid: 3068 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,-0.5 - parent: 852 - type: Transform -- uid: 3069 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,-1.5 - parent: 852 - type: Transform -- uid: 3070 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,-2.5 - parent: 852 - type: Transform -- uid: 3071 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,-3.5 - parent: 852 - type: Transform -- uid: 3072 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-3.5 - parent: 852 - type: Transform -- uid: 3073 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 41.5,-3.5 - parent: 852 - type: Transform -- uid: 3074 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 40.5,-3.5 - parent: 852 - type: Transform -- uid: 3075 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 39.5,-3.5 - parent: 852 - type: Transform -- uid: 3076 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-3.5 - parent: 852 - type: Transform -- uid: 3077 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-3.5 - parent: 852 - type: Transform -- uid: 3078 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-4.5 - parent: 852 - type: Transform -- uid: 3079 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-5.5 - parent: 852 - type: Transform -- uid: 3080 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-6.5 - parent: 852 - type: Transform -- uid: 3081 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,-6.5 - parent: 852 - type: Transform -- uid: 3082 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-6.5 - parent: 852 - type: Transform -- uid: 3083 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,-6.5 - parent: 852 - type: Transform -- uid: 3084 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-6.5 - parent: 852 - type: Transform -- uid: 3085 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,-6.5 - parent: 852 - type: Transform -- uid: 3086 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-6.5 - parent: 852 - type: Transform -- uid: 3087 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,-6.5 - parent: 852 - type: Transform -- uid: 3088 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 29.5,-6.5 - parent: 852 - type: Transform -- uid: 3089 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,-6.5 - parent: 852 - type: Transform -- uid: 3090 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-6.5 - parent: 852 - type: Transform -- uid: 3091 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-7.5 - parent: 852 - type: Transform -- uid: 3092 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-8.5 - parent: 852 - type: Transform -- uid: 3093 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-9.5 - parent: 852 - type: Transform -- uid: 3094 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-10.5 - parent: 852 - type: Transform -- uid: 3095 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-11.5 - parent: 852 - type: Transform -- uid: 3096 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-12.5 - parent: 852 - type: Transform -- uid: 3097 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-13.5 - parent: 852 - type: Transform -- uid: 3098 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-14.5 - parent: 852 - type: Transform -- uid: 3099 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-15.5 - parent: 852 - type: Transform -- uid: 3100 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-16.5 - parent: 852 - type: Transform -- uid: 3101 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-17.5 - parent: 852 - type: Transform -- uid: 3102 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-18.5 - parent: 852 - type: Transform -- uid: 3103 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-18.5 - parent: 852 - type: Transform -- uid: 3104 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-18.5 - parent: 852 - type: Transform -- uid: 3105 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-18.5 - parent: 852 - type: Transform -- uid: 3106 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-1.5 - parent: 852 - type: Transform -- uid: 3107 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-2.5 - parent: 852 - type: Transform -- uid: 3108 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-3.5 - parent: 852 - type: Transform -- uid: 3109 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-2.5 - parent: 852 - type: Transform -- uid: 3110 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 49.5,-2.5 - parent: 852 - type: Transform -- uid: 3111 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 50.5,-2.5 - parent: 852 - type: Transform -- uid: 3112 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 51.5,-2.5 - parent: 852 - type: Transform -- uid: 3113 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 51.5,-3.5 - parent: 852 - type: Transform -- uid: 3114 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 51.5,-4.5 - parent: 852 - type: Transform -- uid: 3115 - type: ComputerCargoShuttle - components: - - pos: 27.5,10.5 - parent: 852 - type: Transform -- uid: 3116 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 26.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3117 - type: GasVentScrubber - components: - - pos: 21.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3118 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 26.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3119 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,14.5 - parent: 852 - type: Transform -- uid: 3120 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,13.5 - parent: 852 - type: Transform -- uid: 3121 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,12.5 - parent: 852 - type: Transform -- uid: 3122 - type: CableApcExtension - components: - - pos: 23.5,9.5 - parent: 852 - type: Transform -- uid: 3123 - type: WallReinforced - components: - - pos: 28.5,10.5 - parent: 852 - type: Transform -- uid: 3124 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 36.5,23.5 - parent: 852 - type: Transform -- uid: 3125 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,9.5 - parent: 852 - type: Transform -- uid: 3126 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,9.5 - parent: 852 - type: Transform -- uid: 3127 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,9.5 - parent: 852 - type: Transform -- uid: 3128 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,9.5 - parent: 852 - type: Transform -- uid: 3129 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,10.5 - parent: 852 - type: Transform -- uid: 3130 - type: WallReinforced - components: - - pos: 26.5,11.5 - parent: 852 - type: Transform -- uid: 3131 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,8.5 - parent: 852 - type: Transform -- uid: 3132 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,7.5 - parent: 852 - type: Transform -- uid: 3133 - type: PowerCellRecharger - components: - - pos: 40.46964,-0.28649795 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 3134 - type: SignElectricalMed - components: - - pos: 45.5,6.5 - parent: 852 - type: Transform -- uid: 3135 - type: DoubleEmergencyOxygenTankFilled - components: - - pos: 10.3894205,10.478255 - parent: 852 - type: Transform -- uid: 3136 - type: ClothingShoesBootsMag - components: - - pos: 10.6550455,11.540755 - parent: 852 - type: Transform -- uid: 3137 - type: CableMVStack - components: - - pos: 40.50022,-0.82814157 - parent: 852 - type: Transform -- uid: 3138 - type: CableHVStack - components: - - pos: 40.515846,-1.0468916 - parent: 852 - type: Transform -- uid: 3139 - type: ReinforcedWindow - components: - - pos: 36.5,18.5 - parent: 852 - type: Transform -- uid: 3140 - type: CableMV - components: - - pos: 64.5,-0.5 - parent: 852 - type: Transform -- uid: 3141 - type: TableWood - components: - - pos: 9.5,18.5 - parent: 852 - type: Transform -- uid: 3142 - type: RCDAmmo - components: - - pos: 40.39837,-1.5622083 - parent: 852 - type: Transform -- uid: 3143 - type: CableHV - components: - - pos: 32.5,8.5 - parent: 852 - type: Transform -- uid: 3144 - type: CableMV - components: - - pos: 43.5,10.5 - parent: 852 - type: Transform -- uid: 3145 - type: SpawnPointWarden - components: - - pos: -0.5,8.5 - parent: 852 - type: Transform -- uid: 3146 - type: AcousticGuitarInstrument - components: - - pos: 38.38827,-0.43327445 - parent: 852 - type: Transform -- uid: 3147 - type: TableReinforced - components: - - pos: 40.5,-1.5 - parent: 852 - type: Transform -- uid: 3148 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,14.5 - parent: 852 - type: Transform -- uid: 3149 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,13.5 - parent: 852 - type: Transform -- uid: 3150 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,13.5 - parent: 852 - type: Transform -- uid: 3151 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,13.5 - parent: 852 - type: Transform -- uid: 3152 - type: Grille - components: - - pos: 47.5,-18.5 - parent: 852 - type: Transform -- uid: 3153 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: 10.5,-25.5 - parent: 852 - type: Transform -- uid: 3154 - type: ChairOfficeDark - components: - - pos: -1.5,26.5 - parent: 852 - type: Transform -- uid: 3155 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,13.5 - parent: 852 - type: Transform -- uid: 3156 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,13.5 - parent: 852 - type: Transform -- uid: 3157 - type: Grille - components: - - pos: 56.5,-25.5 - parent: 852 - type: Transform -- uid: 3158 - type: Grille - components: - - pos: 56.5,-24.5 - parent: 852 - type: Transform -- uid: 3159 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,13.5 - parent: 852 - type: Transform -- uid: 3160 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,13.5 - parent: 852 - type: Transform -- uid: 3161 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,12.5 - parent: 852 - type: Transform -- uid: 3162 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,11.5 - parent: 852 - type: Transform -- uid: 3163 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,10.5 - parent: 852 - type: Transform -- uid: 3164 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,9.5 - parent: 852 - type: Transform -- uid: 3165 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,8.5 - parent: 852 - type: Transform -- uid: 3166 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,8.5 - parent: 852 - type: Transform -- uid: 3167 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,8.5 - parent: 852 - type: Transform -- uid: 3168 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,8.5 - parent: 852 - type: Transform -- uid: 3169 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,8.5 - parent: 852 - type: Transform -- uid: 3170 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,8.5 - parent: 852 - type: Transform -- uid: 3171 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,8.5 - parent: 852 - type: Transform -- uid: 3172 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,12.5 - parent: 852 - type: Transform -- uid: 3173 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,11.5 - parent: 852 - type: Transform -- uid: 3174 - type: LockerWardenFilled - components: - - pos: -11.5,13.5 - parent: 852 - type: Transform -- uid: 3175 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,12.5 - parent: 852 - type: Transform -- uid: 3176 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,11.5 - parent: 852 - type: Transform -- uid: 3177 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,10.5 - parent: 852 - type: Transform -- uid: 3178 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,10.5 - parent: 852 - type: Transform -- uid: 3179 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,10.5 - parent: 852 - type: Transform -- uid: 3180 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,10.5 - parent: 852 - type: Transform -- uid: 3181 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,10.5 - parent: 852 - type: Transform -- uid: 3182 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,11.5 - parent: 852 - type: Transform -- uid: 3183 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,9.5 - parent: 852 - type: Transform -- uid: 3184 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,10.5 - parent: 852 - type: Transform -- uid: 3185 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,10.5 - parent: 852 - type: Transform -- uid: 3186 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,10.5 - parent: 852 - type: Transform -- uid: 3187 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,10.5 - parent: 852 - type: Transform -- uid: 3188 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,10.5 - parent: 852 - type: Transform -- uid: 3189 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,10.5 - parent: 852 - type: Transform -- uid: 3190 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,11.5 - parent: 852 - type: Transform -- uid: 3191 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,9.5 - parent: 852 - type: Transform -- uid: 3192 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,8.5 - parent: 852 - type: Transform -- uid: 3193 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,7.5 - parent: 852 - type: Transform -- uid: 3194 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,6.5 - parent: 852 - type: Transform -- uid: 3195 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,13.5 - parent: 852 - type: Transform -- uid: 3196 - type: Bed - components: - - pos: 12.5,23.5 - parent: 852 - type: Transform -- uid: 3197 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,14.5 - parent: 852 - type: Transform -- uid: 3198 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,14.5 - parent: 852 - type: Transform -- uid: 3199 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,14.5 - parent: 852 - type: Transform -- uid: 3200 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,14.5 - parent: 852 - type: Transform -- uid: 3201 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,14.5 - parent: 852 - type: Transform -- uid: 3202 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,14.5 - parent: 852 - type: Transform -- uid: 3203 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,14.5 - parent: 852 - type: Transform -- uid: 3204 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,14.5 - parent: 852 - type: Transform -- uid: 3205 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,14.5 - parent: 852 - type: Transform -- uid: 3206 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 24.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3207 - type: GasPipeBend - components: - - pos: 24.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3208 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,16.5 - parent: 852 - type: Transform -- uid: 3209 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,15.5 - parent: 852 - type: Transform -- uid: 3210 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,22.5 - parent: 852 - type: Transform -- uid: 3211 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,21.5 - parent: 852 - type: Transform -- uid: 3212 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,20.5 - parent: 852 - type: Transform -- uid: 3213 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,19.5 - parent: 852 - type: Transform -- uid: 3214 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,18.5 - parent: 852 - type: Transform -- uid: 3215 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,17.5 - parent: 852 - type: Transform -- uid: 3216 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,16.5 - parent: 852 - type: Transform -- uid: 3217 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,20.5 - parent: 852 - type: Transform -- uid: 3218 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,17.5 - parent: 852 - type: Transform -- uid: 3219 - type: AirlockKitchenGlassLocked - components: - - pos: -10.5,-1.5 - parent: 852 - type: Transform -- uid: 3220 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,17.5 - parent: 852 - type: Transform -- uid: 3221 - type: Rack - components: - - pos: 10.5,7.5 - parent: 852 - type: Transform -- uid: 3222 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,17.5 - parent: 852 - type: Transform -- uid: 3223 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,17.5 - parent: 852 - type: Transform -- uid: 3224 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,16.5 - parent: 852 - type: Transform -- uid: 3225 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,17.5 - parent: 852 - type: Transform -- uid: 3226 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,17.5 - parent: 852 - type: Transform -- uid: 3227 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,18.5 - parent: 852 - type: Transform -- uid: 3228 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,19.5 - parent: 852 - type: Transform -- uid: 3229 - type: Rack - components: - - pos: 10.5,11.5 - parent: 852 - type: Transform -- uid: 3230 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,20.5 - parent: 852 - type: Transform -- uid: 3231 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,21.5 - parent: 852 - type: Transform -- uid: 3232 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,22.5 - parent: 852 - type: Transform -- uid: 3233 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,20.5 - parent: 852 - type: Transform -- uid: 3234 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,20.5 - parent: 852 - type: Transform -- uid: 3235 - type: ComputerMedicalRecords - components: - - rot: 1.5707963267948966 rad - pos: -0.5,31.5 - parent: 852 - type: Transform -- uid: 3236 - type: CableApcExtension - components: - - pos: 10.5,24.5 - parent: 852 - type: Transform -- uid: 3237 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,25.5 - parent: 852 - type: Transform -- uid: 3238 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3239 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,24.5 - parent: 852 - type: Transform -- uid: 3240 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,24.5 - parent: 852 - type: Transform -- uid: 3241 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,24.5 - parent: 852 - type: Transform -- uid: 3242 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,28.5 - parent: 852 - type: Transform -- uid: 3243 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,29.5 - parent: 852 - type: Transform -- uid: 3244 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,30.5 - parent: 852 - type: Transform -- uid: 3245 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,30.5 - parent: 852 - type: Transform -- uid: 3246 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,30.5 - parent: 852 - type: Transform -- uid: 3247 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,30.5 - parent: 852 - type: Transform -- uid: 3248 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,31.5 - parent: 852 - type: Transform -- uid: 3249 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,27.5 - parent: 852 - type: Transform -- uid: 3250 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,28.5 - parent: 852 - type: Transform -- uid: 3251 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,29.5 - parent: 852 - type: Transform -- uid: 3252 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,30.5 - parent: 852 - type: Transform -- uid: 3253 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,30.5 - parent: 852 - type: Transform -- uid: 3254 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,30.5 - parent: 852 - type: Transform -- uid: 3255 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,30.5 - parent: 852 - type: Transform -- uid: 3256 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,30.5 - parent: 852 - type: Transform -- uid: 3257 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,30.5 - parent: 852 - type: Transform -- uid: 3258 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,30.5 - parent: 852 - type: Transform -- uid: 3259 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,31.5 - parent: 852 - type: Transform -- uid: 3260 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,31.5 - parent: 852 - type: Transform -- uid: 3261 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,26.5 - parent: 852 - type: Transform -- uid: 3262 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,25.5 - parent: 852 - type: Transform -- uid: 3263 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,25.5 - parent: 852 - type: Transform -- uid: 3264 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,25.5 - parent: 852 - type: Transform -- uid: 3265 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,25.5 - parent: 852 - type: Transform -- uid: 3266 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,24.5 - parent: 852 - type: Transform -- uid: 3267 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,24.5 - parent: 852 - type: Transform -- uid: 3268 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,23.5 - parent: 852 - type: Transform -- uid: 3269 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,23.5 - parent: 852 - type: Transform -- uid: 3270 - type: CarpetBlue - components: - - pos: 8.5,23.5 - parent: 852 - type: Transform -- uid: 3271 - type: CarpetBlue - components: - - pos: 6.5,23.5 - parent: 852 - type: Transform -- uid: 3272 - type: CableHV - components: - - pos: 41.5,4.5 - parent: 852 - type: Transform -- uid: 3273 - type: CarpetBlue - components: - - pos: 7.5,24.5 - parent: 852 - type: Transform -- uid: 3274 - type: GasVentScrubber - components: - - pos: 41.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3275 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,3.5 - parent: 852 - type: Transform -- uid: 3276 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,2.5 - parent: 852 - type: Transform -- uid: 3277 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,1.5 - parent: 852 - type: Transform -- uid: 3278 - type: WallSolid - components: - - pos: -11.5,-16.5 - parent: 852 - type: Transform -- uid: 3279 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-0.5 - parent: 852 - type: Transform -- uid: 3280 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-1.5 - parent: 852 - type: Transform -- uid: 3281 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-2.5 - parent: 852 - type: Transform -- uid: 3282 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-3.5 - parent: 852 - type: Transform -- uid: 3283 - type: VendingMachineEngiDrobe - components: - - pos: 35.5,0.5 - parent: 852 - type: Transform -- uid: 3284 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 42.5,-4.5 - parent: 852 - type: Transform -- uid: 3285 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 41.5,-4.5 - parent: 852 - type: Transform -- uid: 3286 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 40.5,-4.5 - parent: 852 - type: Transform -- uid: 3287 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 39.5,-4.5 - parent: 852 - type: Transform -- uid: 3288 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-4.5 - parent: 852 - type: Transform -- uid: 3289 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-5.5 - parent: 852 - type: Transform -- uid: 3290 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-6.5 - parent: 852 - type: Transform -- uid: 3291 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,-7.5 - parent: 852 - type: Transform -- uid: 3292 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,-7.5 - parent: 852 - type: Transform -- uid: 3293 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,-7.5 - parent: 852 - type: Transform -- uid: 3294 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,-7.5 - parent: 852 - type: Transform -- uid: 3295 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,-7.5 - parent: 852 - type: Transform -- uid: 3296 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-7.5 - parent: 852 - type: Transform -- uid: 3297 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,-7.5 - parent: 852 - type: Transform -- uid: 3298 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,-7.5 - parent: 852 - type: Transform -- uid: 3299 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,-7.5 - parent: 852 - type: Transform -- uid: 3300 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 29.5,-7.5 - parent: 852 - type: Transform -- uid: 3301 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,-7.5 - parent: 852 - type: Transform -- uid: 3302 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-7.5 - parent: 852 - type: Transform -- uid: 3303 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-7.5 - parent: 852 - type: Transform -- uid: 3304 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-8.5 - parent: 852 - type: Transform -- uid: 3305 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-9.5 - parent: 852 - type: Transform -- uid: 3306 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-10.5 - parent: 852 - type: Transform -- uid: 3307 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-11.5 - parent: 852 - type: Transform -- uid: 3308 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-12.5 - parent: 852 - type: Transform -- uid: 3309 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-13.5 - parent: 852 - type: Transform -- uid: 3310 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-14.5 - parent: 852 - type: Transform -- uid: 3311 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-15.5 - parent: 852 - type: Transform -- uid: 3312 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-16.5 - parent: 852 - type: Transform -- uid: 3313 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-17.5 - parent: 852 - type: Transform -- uid: 3314 - type: WallReinforced - components: - - pos: 11.5,11.5 - parent: 852 - type: Transform -- uid: 3315 - type: CableHV - components: - - pos: 6.5,13.5 - parent: 852 - type: Transform -- uid: 3316 - type: CableHV - components: - - pos: 9.5,13.5 - parent: 852 - type: Transform -- uid: 3317 - type: CableHV - components: - - pos: 7.5,13.5 - parent: 852 - type: Transform -- uid: 3318 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-9.5 - parent: 852 - type: Transform -- uid: 3319 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-17.5 - parent: 852 - type: Transform -- uid: 3320 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,-17.5 - parent: 852 - type: Transform -- uid: 3321 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,-17.5 - parent: 852 - type: Transform -- uid: 3322 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-17.5 - parent: 852 - type: Transform -- uid: 3323 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-18.5 - parent: 852 - type: Transform -- uid: 3324 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-19.5 - parent: 852 - type: Transform -- uid: 3325 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-20.5 - parent: 852 - type: Transform -- uid: 3326 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-21.5 - parent: 852 - type: Transform -- uid: 3327 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-22.5 - parent: 852 - type: Transform -- uid: 3328 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-23.5 - parent: 852 - type: Transform -- uid: 3329 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-24.5 - parent: 852 - type: Transform -- uid: 3330 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-25.5 - parent: 852 - type: Transform -- uid: 3331 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-25.5 - parent: 852 - type: Transform -- uid: 3332 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-25.5 - parent: 852 - type: Transform -- uid: 3333 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-25.5 - parent: 852 - type: Transform -- uid: 3334 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-25.5 - parent: 852 - type: Transform -- uid: 3335 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-25.5 - parent: 852 - type: Transform -- uid: 3336 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-25.5 - parent: 852 - type: Transform -- uid: 3337 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-25.5 - parent: 852 - type: Transform -- uid: 3338 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-25.5 - parent: 852 - type: Transform -- uid: 3339 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-24.5 - parent: 852 - type: Transform -- uid: 3340 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-23.5 - parent: 852 - type: Transform -- uid: 3341 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-22.5 - parent: 852 - type: Transform -- uid: 3342 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-21.5 - parent: 852 - type: Transform -- uid: 3343 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-20.5 - parent: 852 - type: Transform -- uid: 3344 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,-20.5 - parent: 852 - type: Transform -- uid: 3345 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,-20.5 - parent: 852 - type: Transform -- uid: 3346 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,-20.5 - parent: 852 - type: Transform -- uid: 3347 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-20.5 - parent: 852 - type: Transform -- uid: 3348 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-20.5 - parent: 852 - type: Transform -- uid: 3349 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-20.5 - parent: 852 - type: Transform -- uid: 3350 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-20.5 - parent: 852 - type: Transform -- uid: 3351 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,-20.5 - parent: 852 - type: Transform -- uid: 3352 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-20.5 - parent: 852 - type: Transform -- uid: 3353 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,-20.5 - parent: 852 - type: Transform -- uid: 3354 - type: SubstationBasic - components: - - pos: 14.5,-25.5 - parent: 852 - type: Transform -- uid: 3355 - type: APCBasic - components: - - rot: -1.5707963267948966 rad - pos: 13.5,-23.5 - parent: 852 - type: Transform -- uid: 3356 - type: CableMV - components: - - pos: 14.5,-25.5 - parent: 852 - type: Transform -- uid: 3357 - type: CableMV - components: - - pos: 13.5,-25.5 - parent: 852 - type: Transform -- uid: 3358 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,-23.5 - parent: 852 - type: Transform -- uid: 3359 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-23.5 - parent: 852 - type: Transform -- uid: 3360 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-23.5 - parent: 852 - type: Transform -- uid: 3361 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-23.5 - parent: 852 - type: Transform -- uid: 3362 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-24.5 - parent: 852 - type: Transform -- uid: 3363 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-25.5 - parent: 852 - type: Transform -- uid: 3364 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-26.5 - parent: 852 - type: Transform -- uid: 3365 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-26.5 - parent: 852 - type: Transform -- uid: 3366 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-26.5 - parent: 852 - type: Transform -- uid: 3367 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-26.5 - parent: 852 - type: Transform -- uid: 3368 - type: CableApcExtension - components: - - pos: -0.5,-15.5 - parent: 852 - type: Transform -- uid: 3369 - type: LockerEngineerFilled - components: - - pos: 35.5,-1.5 - parent: 852 - type: Transform -- uid: 3370 - type: CableApcExtension - components: - - pos: -1.5,-15.5 - parent: 852 - type: Transform -- uid: 3371 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-26.5 - parent: 852 - type: Transform -- uid: 3372 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-26.5 - parent: 852 - type: Transform -- uid: 3373 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-26.5 - parent: 852 - type: Transform -- uid: 3374 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-26.5 - parent: 852 - type: Transform -- uid: 3375 - type: Rack - components: - - pos: 10.5,10.5 - parent: 852 - type: Transform -- uid: 3376 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-26.5 - parent: 852 - type: Transform -- uid: 3377 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-25.5 - parent: 852 - type: Transform -- uid: 3378 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-24.5 - parent: 852 - type: Transform -- uid: 3379 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-23.5 - parent: 852 - type: Transform -- uid: 3380 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-22.5 - parent: 852 - type: Transform -- uid: 3381 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-21.5 - parent: 852 - type: Transform -- uid: 3382 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-20.5 - parent: 852 - type: Transform -- uid: 3383 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-19.5 - parent: 852 - type: Transform -- uid: 3384 - type: CableHV - components: - - pos: -16.5,-16.5 - parent: 852 - type: Transform -- uid: 3385 - type: WallReinforced - components: - - pos: 45.5,-5.5 - parent: 852 - type: Transform -- uid: 3386 - type: Poweredlight - components: - - pos: -3.5,14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3387 - type: ConveyorBelt - components: - - pos: 20.5,18.5 - parent: 852 - type: Transform - - inputs: - Reverse: - - port: Right - uid: 7550 - Forward: - - port: Left - uid: 7550 - Off: - - port: Middle - uid: 7550 - type: SignalReceiver -- uid: 3388 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-14.5 - parent: 852 - type: Transform -- uid: 3389 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-14.5 - parent: 852 - type: Transform -- uid: 3390 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-14.5 - parent: 852 - type: Transform -- uid: 3391 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-13.5 - parent: 852 - type: Transform -- uid: 3392 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-12.5 - parent: 852 - type: Transform -- uid: 3393 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-11.5 - parent: 852 - type: Transform -- uid: 3394 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-10.5 - parent: 852 - type: Transform -- uid: 3395 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-10.5 - parent: 852 - type: Transform -- uid: 3396 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-10.5 - parent: 852 - type: Transform -- uid: 3397 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-10.5 - parent: 852 - type: Transform -- uid: 3398 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-10.5 - parent: 852 - type: Transform -- uid: 3399 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-10.5 - parent: 852 - type: Transform -- uid: 3400 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-10.5 - parent: 852 - type: Transform -- uid: 3401 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-10.5 - parent: 852 - type: Transform -- uid: 3402 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-10.5 - parent: 852 - type: Transform -- uid: 3403 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-10.5 - parent: 852 - type: Transform -- uid: 3404 - type: CableHV - components: - - pos: -0.5,-9.5 - parent: 852 - type: Transform -- uid: 3405 - type: WallSolid - components: - - pos: -1.5,-8.5 - parent: 852 - type: Transform -- uid: 3406 - type: ChairWood - components: - - rot: 1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 852 - type: Transform -- uid: 3407 - type: StoolBar - components: - - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 852 - type: Transform -- uid: 3408 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-14.5 - parent: 852 - type: Transform -- uid: 3409 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-14.5 - parent: 852 - type: Transform -- uid: 3410 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-14.5 - parent: 852 - type: Transform -- uid: 3411 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-14.5 - parent: 852 - type: Transform -- uid: 3412 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-14.5 - parent: 852 - type: Transform -- uid: 3413 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-14.5 - parent: 852 - type: Transform -- uid: 3414 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-14.5 - parent: 852 - type: Transform -- uid: 3415 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-13.5 - parent: 852 - type: Transform -- uid: 3416 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-12.5 - parent: 852 - type: Transform -- uid: 3417 - type: Rack - components: - - pos: 10.5,8.5 - parent: 852 - type: Transform -- uid: 3418 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-11.5 - parent: 852 - type: Transform -- uid: 3419 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-11.5 - parent: 852 - type: Transform -- uid: 3420 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-11.5 - parent: 852 - type: Transform -- uid: 3421 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-11.5 - parent: 852 - type: Transform -- uid: 3422 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-11.5 - parent: 852 - type: Transform -- uid: 3423 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-11.5 - parent: 852 - type: Transform -- uid: 3424 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-11.5 - parent: 852 - type: Transform -- uid: 3425 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,-11.5 - parent: 852 - type: Transform -- uid: 3426 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-11.5 - parent: 852 - type: Transform -- uid: 3427 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-11.5 - parent: 852 - type: Transform -- uid: 3428 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-10.5 - parent: 852 - type: Transform -- uid: 3429 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-11.5 - parent: 852 - type: Transform -- uid: 3430 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-11.5 - parent: 852 - type: Transform -- uid: 3431 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-11.5 - parent: 852 - type: Transform -- uid: 3432 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-11.5 - parent: 852 - type: Transform -- uid: 3433 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-11.5 - parent: 852 - type: Transform -- uid: 3434 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-11.5 - parent: 852 - type: Transform -- uid: 3435 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-10.5 - parent: 852 - type: Transform -- uid: 3436 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-9.5 - parent: 852 - type: Transform -- uid: 3437 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-8.5 - parent: 852 - type: Transform -- uid: 3438 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-7.5 - parent: 852 - type: Transform -- uid: 3439 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-6.5 - parent: 852 - type: Transform -- uid: 3440 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-5.5 - parent: 852 - type: Transform -- uid: 3441 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-4.5 - parent: 852 - type: Transform -- uid: 3442 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-3.5 - parent: 852 - type: Transform -- uid: 3443 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-2.5 - parent: 852 - type: Transform -- uid: 3444 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-1.5 - parent: 852 - type: Transform -- uid: 3445 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-0.5 - parent: 852 - type: Transform -- uid: 3446 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,0.5 - parent: 852 - type: Transform -- uid: 3447 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,0.5 - parent: 852 - type: Transform -- uid: 3448 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,1.5 - parent: 852 - type: Transform -- uid: 3449 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,2.5 - parent: 852 - type: Transform -- uid: 3450 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,3.5 - parent: 852 - type: Transform -- uid: 3451 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,4.5 - parent: 852 - type: Transform -- uid: 3452 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,5.5 - parent: 852 - type: Transform -- uid: 3453 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,6.5 - parent: 852 - type: Transform -- uid: 3454 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,7.5 - parent: 852 - type: Transform -- uid: 3455 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,8.5 - parent: 852 - type: Transform -- uid: 3456 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,9.5 - parent: 852 - type: Transform -- uid: 3457 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,10.5 - parent: 852 - type: Transform -- uid: 3458 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,11.5 - parent: 852 - type: Transform -- uid: 3459 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,12.5 - parent: 852 - type: Transform -- uid: 3460 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,13.5 - parent: 852 - type: Transform -- uid: 3461 - type: GasOutletInjector - components: - - pos: 38.5,21.5 - parent: 852 - type: Transform -- uid: 3462 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,14.5 - parent: 852 - type: Transform -- uid: 3463 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,14.5 - parent: 852 - type: Transform -- uid: 3464 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,14.5 - parent: 852 - type: Transform -- uid: 3465 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,14.5 - parent: 852 - type: Transform -- uid: 3466 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,14.5 - parent: 852 - type: Transform -- uid: 3467 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,14.5 - parent: 852 - type: Transform -- uid: 3468 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,14.5 - parent: 852 - type: Transform -- uid: 3469 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,14.5 - parent: 852 - type: Transform -- uid: 3470 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,14.5 - parent: 852 - type: Transform -- uid: 3471 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,14.5 - parent: 852 - type: Transform -- uid: 3472 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,14.5 - parent: 852 - type: Transform -- uid: 3473 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,14.5 - parent: 852 - type: Transform -- uid: 3474 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,14.5 - parent: 852 - type: Transform -- uid: 3475 - type: AMEPart - components: - - parent: 6603 - type: Transform -- uid: 3476 - type: AMEPart - components: - - parent: 6603 - type: Transform -- uid: 3477 - type: GasPassiveVent - components: - - rot: 1.5707963267948966 rad - pos: 34.5,23.5 - parent: 852 - type: Transform -- uid: 3478 - type: CableHV - components: - - pos: -19.5,14.5 - parent: 852 - type: Transform -- uid: 3479 - type: APCBasic - components: - - pos: -16.5,17.5 - parent: 852 - type: Transform - - enabled: False - type: AmbientSound - - loadingNetworkDemand: 30 - supplyRampPosition: 1.347667 - type: PowerNetworkBattery -- uid: 3480 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -17.5,15.5 - parent: 852 - type: Transform -- uid: 3481 - type: CableMV - components: - - pos: -16.5,17.5 - parent: 852 - type: Transform -- uid: 3482 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,16.5 - parent: 852 - type: Transform -- uid: 3483 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,16.5 - parent: 852 - type: Transform -- uid: 3484 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,16.5 - parent: 852 - type: Transform -- uid: 3485 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,16.5 - parent: 852 - type: Transform -- uid: 3486 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,17.5 - parent: 852 - type: Transform -- uid: 3487 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,18.5 - parent: 852 - type: Transform -- uid: 3488 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,19.5 - parent: 852 - type: Transform -- uid: 3489 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,20.5 - parent: 852 - type: Transform -- uid: 3490 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,21.5 - parent: 852 - type: Transform -- uid: 3491 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,22.5 - parent: 852 - type: Transform -- uid: 3492 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,23.5 - parent: 852 - type: Transform -- uid: 3493 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,24.5 - parent: 852 - type: Transform -- uid: 3494 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,25.5 - parent: 852 - type: Transform -- uid: 3495 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,25.5 - parent: 852 - type: Transform -- uid: 3496 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,25.5 - parent: 852 - type: Transform -- uid: 3497 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,25.5 - parent: 852 - type: Transform -- uid: 3498 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,25.5 - parent: 852 - type: Transform -- uid: 3499 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,25.5 - parent: 852 - type: Transform -- uid: 3500 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,25.5 - parent: 852 - type: Transform -- uid: 3501 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,25.5 - parent: 852 - type: Transform -- uid: 3502 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,25.5 - parent: 852 - type: Transform -- uid: 3503 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,25.5 - parent: 852 - type: Transform -- uid: 3504 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,25.5 - parent: 852 - type: Transform -- uid: 3505 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,25.5 - parent: 852 - type: Transform -- uid: 3506 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,24.5 - parent: 852 - type: Transform -- uid: 3507 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,24.5 - parent: 852 - type: Transform -- uid: 3508 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,24.5 - parent: 852 - type: Transform -- uid: 3509 - type: CableHVStack - components: - - pos: 27.261366,0.3432963 - parent: 852 - type: Transform -- uid: 3510 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,24.5 - parent: 852 - type: Transform -- uid: 3511 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,23.5 - parent: 852 - type: Transform -- uid: 3512 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,22.5 - parent: 852 - type: Transform -- uid: 3513 - type: CableHVStack - components: - - pos: 27.261366,0.3432963 - parent: 852 - type: Transform -- uid: 3514 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,21.5 - parent: 852 - type: Transform -- uid: 3515 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,21.5 - parent: 852 - type: Transform -- uid: 3516 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,21.5 - parent: 852 - type: Transform -- uid: 3517 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,21.5 - parent: 852 - type: Transform -- uid: 3518 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,21.5 - parent: 852 - type: Transform -- uid: 3519 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,20.5 - parent: 852 - type: Transform -- uid: 3520 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,20.5 - parent: 852 - type: Transform -- uid: 3521 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,20.5 - parent: 852 - type: Transform -- uid: 3522 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,20.5 - parent: 852 - type: Transform -- uid: 3523 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,20.5 - parent: 852 - type: Transform -- uid: 3524 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,20.5 - parent: 852 - type: Transform -- uid: 3525 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,20.5 - parent: 852 - type: Transform -- uid: 3526 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,20.5 - parent: 852 - type: Transform -- uid: 3527 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,20.5 - parent: 852 - type: Transform -- uid: 3528 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,20.5 - parent: 852 - type: Transform -- uid: 3529 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,20.5 - parent: 852 - type: Transform -- uid: 3530 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,20.5 - parent: 852 - type: Transform -- uid: 3531 - type: CableHV - components: - - pos: 11.5,19.5 - parent: 852 - type: Transform -- uid: 3532 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,20.5 - parent: 852 - type: Transform -- uid: 3533 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,21.5 - parent: 852 - type: Transform -- uid: 3534 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,22.5 - parent: 852 - type: Transform -- uid: 3535 - type: WallReinforced - components: - - pos: 13.5,20.5 - parent: 852 - type: Transform -- uid: 3536 - type: CableApcExtension - components: - - pos: 12.5,19.5 - parent: 852 - type: Transform -- uid: 3537 - type: WallReinforced - components: - - pos: 12.5,22.5 - parent: 852 - type: Transform -- uid: 3538 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 37.5,24.5 - parent: 852 - type: Transform -- uid: 3539 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,19.5 - parent: 852 - type: Transform -- uid: 3540 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,18.5 - parent: 852 - type: Transform -- uid: 3541 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,17.5 - parent: 852 - type: Transform -- uid: 3542 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,16.5 - parent: 852 - type: Transform -- uid: 3543 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,15.5 - parent: 852 - type: Transform -- uid: 3544 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,14.5 - parent: 852 - type: Transform -- uid: 3545 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,14.5 - parent: 852 - type: Transform -- uid: 3546 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,14.5 - parent: 852 - type: Transform -- uid: 3547 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,13.5 - parent: 852 - type: Transform -- uid: 3548 - type: BlastDoor - components: - - pos: 20.5,19.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 3906 - type: SignalReceiver -- uid: 3549 - type: Grille - components: - - pos: 22.5,22.5 - parent: 852 - type: Transform -- uid: 3550 - type: BlastDoor - components: - - pos: 20.5,22.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 3905 - type: SignalReceiver -- uid: 3551 - type: WeaponPistolMk58 - components: - - pos: -14.499999,20.873827 - parent: 852 - type: Transform -- uid: 3552 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,11.5 - parent: 852 - type: Transform -- uid: 3553 - type: hydroponicsTray - components: - - pos: -19.5,-0.5 - parent: 852 - type: Transform -- uid: 3554 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,11.5 - parent: 852 - type: Transform -- uid: 3555 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,11.5 - parent: 852 - type: Transform -- uid: 3556 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,11.5 - parent: 852 - type: Transform -- uid: 3557 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,11.5 - parent: 852 - type: Transform -- uid: 3558 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,11.5 - parent: 852 - type: Transform -- uid: 3559 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,11.5 - parent: 852 - type: Transform -- uid: 3560 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,11.5 - parent: 852 - type: Transform -- uid: 3561 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,11.5 - parent: 852 - type: Transform -- uid: 3562 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,11.5 - parent: 852 - type: Transform -- uid: 3563 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,11.5 - parent: 852 - type: Transform -- uid: 3564 - type: CableHV - components: - - pos: 26.5,12.5 - parent: 852 - type: Transform -- uid: 3565 - type: WallReinforced - components: - - pos: 25.5,11.5 - parent: 852 - type: Transform -- uid: 3566 - type: CableHV - components: - - pos: 24.5,12.5 - parent: 852 - type: Transform -- uid: 3567 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,12.5 - parent: 852 - type: Transform -- uid: 3568 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,13.5 - parent: 852 - type: Transform -- uid: 3569 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,11.5 - parent: 852 - type: Transform -- uid: 3570 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 29.5,11.5 - parent: 852 - type: Transform -- uid: 3571 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 30.5,11.5 - parent: 852 - type: Transform -- uid: 3572 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,11.5 - parent: 852 - type: Transform -- uid: 3573 - type: CableHV - components: - - pos: 31.5,10.5 - parent: 852 - type: Transform -- uid: 3574 - type: CableHV - components: - - pos: 31.5,9.5 - parent: 852 - type: Transform -- uid: 3575 - type: CableHV - components: - - pos: 31.5,8.5 - parent: 852 - type: Transform -- uid: 3576 - type: OxygenCanister - components: - - pos: 6.5,7.5 - parent: 852 - type: Transform -- uid: 3577 - type: Table - components: - - pos: 6.5,10.5 - parent: 852 - type: Transform -- uid: 3578 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,8.5 - parent: 852 - type: Transform -- uid: 3579 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,7.5 - parent: 852 - type: Transform -- uid: 3580 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,6.5 - parent: 852 - type: Transform -- uid: 3581 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,5.5 - parent: 852 - type: Transform -- uid: 3582 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 35.5,5.5 - parent: 852 - type: Transform -- uid: 3583 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,5.5 - parent: 852 - type: Transform -- uid: 3584 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 37.5,5.5 - parent: 852 - type: Transform -- uid: 3585 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 38.5,5.5 - parent: 852 - type: Transform -- uid: 3586 - type: PoweredSmallLight - components: - - pos: 11.5,24.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3587 - type: SubstationBasic - components: - - pos: 42.5,1.5 - parent: 852 - type: Transform -- uid: 3588 - type: SubstationBasic - components: - - pos: 27.5,13.5 - parent: 852 - type: Transform -- uid: 3589 - type: CableMV - components: - - pos: 12.5,24.5 - parent: 852 - type: Transform -- uid: 3590 - type: SubstationBasic - components: - - pos: 21.5,-9.5 - parent: 852 - type: Transform -- uid: 3591 - type: BedsheetSpawner - components: - - pos: -27.5,-4.5 - parent: 852 - type: Transform -- uid: 3592 - type: SubstationBasic - components: - - pos: -0.5,-22.5 - parent: 852 - type: Transform -- uid: 3593 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-22.5 - parent: 852 - type: Transform -- uid: 3594 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: -4.5,0.5 - parent: 852 - type: Transform -- uid: 3595 - type: SubstationBasic - components: - - pos: -21.5,-10.5 - parent: 852 - type: Transform -- uid: 3596 - type: SubstationBasic - components: - - pos: -32.5,7.5 - parent: 852 - type: Transform -- uid: 3597 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,13.5 - parent: 852 - type: Transform -- uid: 3598 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,13.5 - parent: 852 - type: Transform -- uid: 3599 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 28.5,14.5 - parent: 852 - type: Transform -- uid: 3600 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,13.5 - parent: 852 - type: Transform -- uid: 3601 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,13.5 - parent: 852 - type: Transform -- uid: 3602 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,13.5 - parent: 852 - type: Transform -- uid: 3603 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,14.5 - parent: 852 - type: Transform -- uid: 3604 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 24.5,12.5 - parent: 852 - type: Transform -- uid: 3605 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 23.5,12.5 - parent: 852 - type: Transform -- uid: 3606 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,12.5 - parent: 852 - type: Transform -- uid: 3607 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,12.5 - parent: 852 - type: Transform -- uid: 3608 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,12.5 - parent: 852 - type: Transform -- uid: 3609 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,12.5 - parent: 852 - type: Transform -- uid: 3610 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,12.5 - parent: 852 - type: Transform -- uid: 3611 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,12.5 - parent: 852 - type: Transform -- uid: 3612 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,12.5 - parent: 852 - type: Transform -- uid: 3613 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,12.5 - parent: 852 - type: Transform -- uid: 3614 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,12.5 - parent: 852 - type: Transform -- uid: 3615 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,12.5 - parent: 852 - type: Transform -- uid: 3616 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,12.5 - parent: 852 - type: Transform -- uid: 3617 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,13.5 - parent: 852 - type: Transform -- uid: 3618 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,24.5 - parent: 852 - type: Transform -- uid: 3619 - type: ReinforcedWindow - components: - - pos: 19.5,14.5 - parent: 852 - type: Transform -- uid: 3620 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,24.5 - parent: 852 - type: Transform -- uid: 3621 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,23.5 - parent: 852 - type: Transform -- uid: 3622 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,22.5 - parent: 852 - type: Transform -- uid: 3623 - type: WallSolid - components: - - pos: 9.5,24.5 - parent: 852 - type: Transform -- uid: 3624 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,25.5 - parent: 852 - type: Transform -- uid: 3625 - type: CableApcExtension - components: - - pos: 28.5,11.5 - parent: 852 - type: Transform -- uid: 3626 - type: CableApcExtension - components: - - pos: 10.5,25.5 - parent: 852 - type: Transform -- uid: 3627 - type: WallReinforced - components: - - pos: 9.5,27.5 - parent: 852 - type: Transform -- uid: 3628 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,25.5 - parent: 852 - type: Transform -- uid: 3629 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,25.5 - parent: 852 - type: Transform -- uid: 3630 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 6.5,25.5 - parent: 852 - type: Transform -- uid: 3631 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,25.5 - parent: 852 - type: Transform -- uid: 3632 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 4.5,25.5 - parent: 852 - type: Transform -- uid: 3633 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 3.5,25.5 - parent: 852 - type: Transform -- uid: 3634 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 2.5,25.5 - parent: 852 - type: Transform -- uid: 3635 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,25.5 - parent: 852 - type: Transform -- uid: 3636 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,25.5 - parent: 852 - type: Transform -- uid: 3637 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,26.5 - parent: 852 - type: Transform -- uid: 3638 - type: CableApcExtension - components: - - pos: 25.5,9.5 - parent: 852 - type: Transform -- uid: 3639 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,26.5 - parent: 852 - type: Transform -- uid: 3640 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,26.5 - parent: 852 - type: Transform -- uid: 3641 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,26.5 - parent: 852 - type: Transform -- uid: 3642 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,27.5 - parent: 852 - type: Transform -- uid: 3643 - type: CableMV - components: - - pos: 41.5,2.5 - parent: 852 - type: Transform -- uid: 3644 - type: CableMV - components: - - pos: 42.5,2.5 - parent: 852 - type: Transform -- uid: 3645 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,0.5 - parent: 852 - type: Transform -- uid: 3646 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,1.5 - parent: 852 - type: Transform -- uid: 3647 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 44.5,1.5 - parent: 852 - type: Transform -- uid: 3648 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 45.5,1.5 - parent: 852 - type: Transform -- uid: 3649 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 46.5,1.5 - parent: 852 - type: Transform -- uid: 3650 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,1.5 - parent: 852 - type: Transform -- uid: 3651 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,1.5 - parent: 852 - type: Transform -- uid: 3652 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,0.5 - parent: 852 - type: Transform -- uid: 3653 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-0.5 - parent: 852 - type: Transform -- uid: 3654 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-1.5 - parent: 852 - type: Transform -- uid: 3655 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-2.5 - parent: 852 - type: Transform -- uid: 3656 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-2.5 - parent: 852 - type: Transform -- uid: 3657 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-1.5 - parent: 852 - type: Transform -- uid: 3658 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 41.5,-0.5 - parent: 852 - type: Transform -- uid: 3659 - type: CableMV - components: - - pos: 40.5,2.5 - parent: 852 - type: Transform -- uid: 3660 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 39.5,-0.5 - parent: 852 - type: Transform -- uid: 3661 - type: CableMV - components: - - pos: 39.5,2.5 - parent: 852 - type: Transform -- uid: 3662 - type: CableMV - components: - - pos: 38.5,2.5 - parent: 852 - type: Transform -- uid: 3663 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 36.5,-0.5 - parent: 852 - type: Transform -- uid: 3664 - type: CableMV - components: - - pos: 37.5,2.5 - parent: 852 - type: Transform -- uid: 3665 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 34.5,-0.5 - parent: 852 - type: Transform -- uid: 3666 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,-0.5 - parent: 852 - type: Transform -- uid: 3667 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,-0.5 - parent: 852 - type: Transform -- uid: 3668 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 32.5,0.5 - parent: 852 - type: Transform -- uid: 3669 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,0.5 - parent: 852 - type: Transform -- uid: 3670 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 31.5,1.5 - parent: 852 - type: Transform -- uid: 3671 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,2.5 - parent: 852 - type: Transform -- uid: 3672 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,3.5 - parent: 852 - type: Transform -- uid: 3673 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,4.5 - parent: 852 - type: Transform -- uid: 3674 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 43.5,5.5 - parent: 852 - type: Transform -- uid: 3675 - type: WallReinforced - components: - - pos: 48.5,14.5 - parent: 852 - type: Transform -- uid: 3676 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 33.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 3677 - type: WallReinforced - components: - - pos: 17.5,16.5 - parent: 852 - type: Transform -- uid: 3678 - type: WallReinforced - components: - - pos: 17.5,15.5 - parent: 852 - type: Transform -- uid: 3679 - type: Table - components: - - pos: 14.5,12.5 - parent: 852 - type: Transform -- uid: 3680 - type: CableApcExtension - components: - - pos: 26.5,12.5 - parent: 852 - type: Transform -- uid: 3681 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-8.5 - parent: 852 - type: Transform -- uid: 3682 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-7.5 - parent: 852 - type: Transform -- uid: 3683 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-6.5 - parent: 852 - type: Transform -- uid: 3684 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-5.5 - parent: 852 - type: Transform -- uid: 3685 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-4.5 - parent: 852 - type: Transform -- uid: 3686 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-4.5 - parent: 852 - type: Transform -- uid: 3687 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-3.5 - parent: 852 - type: Transform -- uid: 3688 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 20.5,-9.5 - parent: 852 - type: Transform -- uid: 3689 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 19.5,-9.5 - parent: 852 - type: Transform -- uid: 3690 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-9.5 - parent: 852 - type: Transform -- uid: 3691 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 18.5,-9.5 - parent: 852 - type: Transform -- uid: 3692 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 17.5,-9.5 - parent: 852 - type: Transform -- uid: 3693 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,-9.5 - parent: 852 - type: Transform -- uid: 3694 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-9.5 - parent: 852 - type: Transform -- uid: 3695 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 14.5,-9.5 - parent: 852 - type: Transform -- uid: 3696 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,-9.5 - parent: 852 - type: Transform -- uid: 3697 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 12.5,-9.5 - parent: 852 - type: Transform -- uid: 3698 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 11.5,-9.5 - parent: 852 - type: Transform -- uid: 3699 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 10.5,-9.5 - parent: 852 - type: Transform -- uid: 3700 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 9.5,-9.5 - parent: 852 - type: Transform -- uid: 3701 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-9.5 - parent: 852 - type: Transform -- uid: 3702 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-10.5 - parent: 852 - type: Transform -- uid: 3703 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-11.5 - parent: 852 - type: Transform -- uid: 3704 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-12.5 - parent: 852 - type: Transform -- uid: 3705 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-13.5 - parent: 852 - type: Transform -- uid: 3706 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-14.5 - parent: 852 - type: Transform -- uid: 3707 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-15.5 - parent: 852 - type: Transform -- uid: 3708 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 8.5,-16.5 - parent: 852 - type: Transform -- uid: 3709 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-16.5 - parent: 852 - type: Transform -- uid: 3710 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 7.5,-17.5 - parent: 852 - type: Transform -- uid: 3711 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-8.5 - parent: 852 - type: Transform -- uid: 3712 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-7.5 - parent: 852 - type: Transform -- uid: 3713 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-6.5 - parent: 852 - type: Transform -- uid: 3714 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-5.5 - parent: 852 - type: Transform -- uid: 3715 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-4.5 - parent: 852 - type: Transform -- uid: 3716 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-3.5 - parent: 852 - type: Transform -- uid: 3717 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-2.5 - parent: 852 - type: Transform -- uid: 3718 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-1.5 - parent: 852 - type: Transform -- uid: 3719 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-0.5 - parent: 852 - type: Transform -- uid: 3720 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,0.5 - parent: 852 - type: Transform -- uid: 3721 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,1.5 - parent: 852 - type: Transform -- uid: 3722 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,1.5 - parent: 852 - type: Transform -- uid: 3723 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,2.5 - parent: 852 - type: Transform -- uid: 3724 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-22.5 - parent: 852 - type: Transform -- uid: 3725 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-21.5 - parent: 852 - type: Transform -- uid: 3726 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-20.5 - parent: 852 - type: Transform -- uid: 3727 - type: CableApcExtension - components: - - pos: -16.5,16.5 - parent: 852 - type: Transform -- uid: 3728 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-19.5 - parent: 852 - type: Transform -- uid: 3729 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-18.5 - parent: 852 - type: Transform -- uid: 3730 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -1.5,-20.5 - parent: 852 - type: Transform -- uid: 3731 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-20.5 - parent: 852 - type: Transform -- uid: 3732 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-20.5 - parent: 852 - type: Transform -- uid: 3733 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-20.5 - parent: 852 - type: Transform -- uid: 3734 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-20.5 - parent: 852 - type: Transform -- uid: 3735 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-20.5 - parent: 852 - type: Transform -- uid: 3736 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-20.5 - parent: 852 - type: Transform -- uid: 3737 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-20.5 - parent: 852 - type: Transform -- uid: 3738 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-20.5 - parent: 852 - type: Transform -- uid: 3739 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-21.5 - parent: 852 - type: Transform -- uid: 3740 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-20.5 - parent: 852 - type: Transform -- uid: 3741 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-20.5 - parent: 852 - type: Transform -- uid: 3742 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-20.5 - parent: 852 - type: Transform -- uid: 3743 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-20.5 - parent: 852 - type: Transform -- uid: 3744 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-19.5 - parent: 852 - type: Transform -- uid: 3745 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-18.5 - parent: 852 - type: Transform -- uid: 3746 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,-17.5 - parent: 852 - type: Transform -- uid: 3747 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-17.5 - parent: 852 - type: Transform -- uid: 3748 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-16.5 - parent: 852 - type: Transform -- uid: 3749 - type: Fireplace - components: - - pos: 0.5,1.5 - parent: 852 - type: Transform -- uid: 3750 - type: TableWood - components: - - pos: -3.5,-1.5 - parent: 852 - type: Transform -- uid: 3751 - type: CarpetOrange - components: - - pos: -7.5,-0.5 - parent: 852 - type: Transform -- uid: 3752 - type: CarpetOrange - components: - - pos: -2.5,-0.5 - parent: 852 - type: Transform -- uid: 3753 - type: TableWood - components: - - pos: -6.5,-1.5 - parent: 852 - type: Transform -- uid: 3754 - type: CableMV - components: - - pos: -2.5,-10.5 - parent: 852 - type: Transform -- uid: 3755 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -2.5,-9.5 - parent: 852 - type: Transform -- uid: 3756 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-9.5 - parent: 852 - type: Transform -- uid: 3757 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-9.5 - parent: 852 - type: Transform -- uid: 3758 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-9.5 - parent: 852 - type: Transform -- uid: 3759 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-8.5 - parent: 852 - type: Transform -- uid: 3760 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-9.5 - parent: 852 - type: Transform -- uid: 3761 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-9.5 - parent: 852 - type: Transform -- uid: 3762 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-9.5 - parent: 852 - type: Transform -- uid: 3763 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-9.5 - parent: 852 - type: Transform -- uid: 3764 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-8.5 - parent: 852 - type: Transform -- uid: 3765 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-7.5 - parent: 852 - type: Transform -- uid: 3766 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-6.5 - parent: 852 - type: Transform -- uid: 3767 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-6.5 - parent: 852 - type: Transform -- uid: 3768 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-6.5 - parent: 852 - type: Transform -- uid: 3769 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-6.5 - parent: 852 - type: Transform -- uid: 3770 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-5.5 - parent: 852 - type: Transform -- uid: 3771 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-4.5 - parent: 852 - type: Transform -- uid: 3772 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-3.5 - parent: 852 - type: Transform -- uid: 3773 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-2.5 - parent: 852 - type: Transform -- uid: 3774 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-1.5 - parent: 852 - type: Transform -- uid: 3775 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,-0.5 - parent: 852 - type: Transform -- uid: 3776 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,0.5 - parent: 852 - type: Transform -- uid: 3777 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,1.5 - parent: 852 - type: Transform -- uid: 3778 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,1.5 - parent: 852 - type: Transform -- uid: 3779 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,2.5 - parent: 852 - type: Transform -- uid: 3780 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-10.5 - parent: 852 - type: Transform -- uid: 3781 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-9.5 - parent: 852 - type: Transform -- uid: 3782 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-8.5 - parent: 852 - type: Transform -- uid: 3783 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-8.5 - parent: 852 - type: Transform -- uid: 3784 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -19.5,-8.5 - parent: 852 - type: Transform -- uid: 3785 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-8.5 - parent: 852 - type: Transform -- uid: 3786 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-8.5 - parent: 852 - type: Transform -- uid: 3787 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -17.5,-9.5 - parent: 852 - type: Transform -- uid: 3788 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,-9.5 - parent: 852 - type: Transform -- uid: 3789 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-9.5 - parent: 852 - type: Transform -- uid: 3790 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-9.5 - parent: 852 - type: Transform -- uid: 3791 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-8.5 - parent: 852 - type: Transform -- uid: 3792 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -22.5,-8.5 - parent: 852 - type: Transform -- uid: 3793 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-11.5 - parent: 852 - type: Transform -- uid: 3794 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,-12.5 - parent: 852 - type: Transform -- uid: 3795 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,-12.5 - parent: 852 - type: Transform -- uid: 3796 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-8.5 - parent: 852 - type: Transform -- uid: 3797 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,-8.5 - parent: 852 - type: Transform -- uid: 3798 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,-8.5 - parent: 852 - type: Transform -- uid: 3799 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-8.5 - parent: 852 - type: Transform -- uid: 3800 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-8.5 - parent: 852 - type: Transform -- uid: 3801 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-8.5 - parent: 852 - type: Transform -- uid: 3802 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-8.5 - parent: 852 - type: Transform -- uid: 3803 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-7.5 - parent: 852 - type: Transform -- uid: 3804 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-6.5 - parent: 852 - type: Transform -- uid: 3805 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-5.5 - parent: 852 - type: Transform -- uid: 3806 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-4.5 - parent: 852 - type: Transform -- uid: 3807 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-4.5 - parent: 852 - type: Transform -- uid: 3808 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-3.5 - parent: 852 - type: Transform -- uid: 3809 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,7.5 - parent: 852 - type: Transform -- uid: 3810 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,8.5 - parent: 852 - type: Transform -- uid: 3811 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,9.5 - parent: 852 - type: Transform -- uid: 3812 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,9.5 - parent: 852 - type: Transform -- uid: 3813 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -34.5,9.5 - parent: 852 - type: Transform -- uid: 3814 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,9.5 - parent: 852 - type: Transform -- uid: 3815 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -36.5,9.5 - parent: 852 - type: Transform -- uid: 3816 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -37.5,9.5 - parent: 852 - type: Transform -- uid: 3817 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -38.5,9.5 - parent: 852 - type: Transform -- uid: 3818 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -38.5,10.5 - parent: 852 - type: Transform -- uid: 3819 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -39.5,10.5 - parent: 852 - type: Transform -- uid: 3820 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -39.5,11.5 - parent: 852 - type: Transform -- uid: 3821 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,12.5 - parent: 852 - type: Transform -- uid: 3822 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,9.5 - parent: 852 - type: Transform -- uid: 3823 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,10.5 - parent: 852 - type: Transform -- uid: 3824 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,11.5 - parent: 852 - type: Transform -- uid: 3825 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,12.5 - parent: 852 - type: Transform -- uid: 3826 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,13.5 - parent: 852 - type: Transform -- uid: 3827 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,13.5 - parent: 852 - type: Transform -- uid: 3828 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,13.5 - parent: 852 - type: Transform -- uid: 3829 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,13.5 - parent: 852 - type: Transform -- uid: 3830 - type: CableApcExtension - components: - - pos: -18.5,17.5 - parent: 852 - type: Transform -- uid: 3831 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,16.5 - parent: 852 - type: Transform -- uid: 3832 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,16.5 - parent: 852 - type: Transform -- uid: 3833 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,15.5 - parent: 852 - type: Transform -- uid: 3834 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,14.5 - parent: 852 - type: Transform -- uid: 3835 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,13.5 - parent: 852 - type: Transform -- uid: 3836 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,13.5 - parent: 852 - type: Transform -- uid: 3837 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,12.5 - parent: 852 - type: Transform -- uid: 3838 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,13.5 - parent: 852 - type: Transform -- uid: 3839 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,13.5 - parent: 852 - type: Transform -- uid: 3840 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,13.5 - parent: 852 - type: Transform -- uid: 3841 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,13.5 - parent: 852 - type: Transform -- uid: 3842 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,13.5 - parent: 852 - type: Transform -- uid: 3843 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,13.5 - parent: 852 - type: Transform -- uid: 3844 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,13.5 - parent: 852 - type: Transform -- uid: 3845 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,13.5 - parent: 852 - type: Transform -- uid: 3846 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,13.5 - parent: 852 - type: Transform -- uid: 3847 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,14.5 - parent: 852 - type: Transform -- uid: 3848 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,15.5 - parent: 852 - type: Transform -- uid: 3849 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,16.5 - parent: 852 - type: Transform -- uid: 3850 - type: CableMV - components: - - rot: 4.371139006309477E-08 rad - pos: -16.5,16.5 - parent: 852 - type: Transform -- uid: 3851 - type: CableHV - components: - - pos: -21.5,19.5 - parent: 852 - type: Transform -- uid: 3852 - type: AirlockEngineeringLocked - components: - - pos: -17.5,16.5 - parent: 852 - type: Transform -- uid: 3853 - type: CableApcExtension - components: - - pos: 22.5,-7.5 - parent: 852 - type: Transform -- uid: 3854 - type: AirlockEngineeringLocked - components: - - pos: 23.5,-10.5 - parent: 852 - type: Transform -- uid: 3855 - type: Firelock - components: - - pos: -19.5,17.5 - parent: 852 - type: Transform -- uid: 3856 - type: SubstationBasic - components: - - pos: 12.5,21.5 - parent: 852 - type: Transform -- uid: 3857 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -18.5,22.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3858 - type: Poweredlight - components: - - pos: -19.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3859 - type: ClothingNeckScarfStripedRed - components: - - pos: 24.51451,-9.514836 - parent: 852 - type: Transform -- uid: 3860 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -21.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3861 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -13.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3862 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -15.5,16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3863 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -14.5,20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3864 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3865 - type: PoweredSmallLight - components: - - pos: -14.5,25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3866 - type: PoweredSmallLight - components: - - pos: -7.5,25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3867 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -1.5,20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3868 - type: PoweredSmallLight - components: - - pos: 25.5,-1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3869 - type: NitrogenCanister - components: - - pos: -3.5,-8.5 - parent: 852 - type: Transform -- uid: 3870 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3871 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3872 - type: PoweredSmallLight - components: - - pos: 8.5,14.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3873 - type: GasPipeStraight - components: - - pos: 35.5,18.5 - parent: 852 - type: Transform -- uid: 3874 - type: PoweredSmallLight - components: - - pos: 14.5,21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3875 - type: WallSolid - components: - - rot: 1.5707963267948966 rad - pos: 9.5,23.5 - parent: 852 - type: Transform -- uid: 3876 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: 26.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3877 - type: PoweredSmallLight - components: - - pos: 30.5,-6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3878 - type: WindoorKitchenHydroponicsLocked - components: - - rot: -1.5707963267948966 rad - pos: -15.5,0.5 - parent: 852 - type: Transform -- uid: 3879 - type: PoweredSmallLight - components: - - pos: 35.5,-6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3880 - type: PoweredSmallLight - components: - - pos: 38.5,-3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3881 - type: WallSolidRust - components: - - pos: 37.5,-13.5 - parent: 852 - type: Transform -- uid: 3882 - type: FirelockEdge - components: - - rot: 3.141592653589793 rad - pos: 4.5,14.5 - parent: 852 - type: Transform -- uid: 3883 - type: WindoorMedicalLocked - components: - - rot: 3.141592653589793 rad - pos: 15.5,-3.5 - parent: 852 - type: Transform -- uid: 3884 - type: WallReinforced - components: - - pos: 15.5,22.5 - parent: 852 - type: Transform -- uid: 3885 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,10.5 - parent: 852 - type: Transform -- uid: 3886 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,11.5 - parent: 852 - type: Transform -- uid: 3887 - type: DoorElectronics - components: - - pos: 18.570042,13.522563 - parent: 852 - type: Transform -- uid: 3888 - type: DoorElectronics - components: - - pos: 18.335667,13.600688 - parent: 852 - type: Transform -- uid: 3889 - type: Pickaxe - components: - - pos: 18.596403,17.50107 - parent: 852 - type: Transform -- uid: 3890 - type: CableHV - components: - - pos: -16.5,-19.5 - parent: 852 - type: Transform -- uid: 3891 - type: CableApcExtension - components: - - pos: 21.5,17.5 - parent: 852 - type: Transform -- uid: 3892 - type: TableWood - components: - - pos: -30.5,-2.5 - parent: 852 - type: Transform -- uid: 3893 - type: BedsheetSpawner - components: - - pos: -27.5,-1.5 - parent: 852 - type: Transform -- uid: 3894 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 27.5,-10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3895 - type: APCBasic - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,12.5 - parent: 852 - type: Transform - - startingCharge: 11999.217 - type: Battery -- uid: 3896 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 27.5,-15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3897 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: 24.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3898 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 27.5,-24.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3899 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: 25.5,-18.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3900 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 46.5,16.5 - parent: 852 - type: Transform -- uid: 3901 - type: WallSolidRust - components: - - pos: 23.5,-23.5 - parent: 852 - type: Transform -- uid: 3902 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 22.5,21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3903 - type: WallSolidRust - components: - - pos: 23.5,-22.5 - parent: 852 - type: Transform -- uid: 3904 - type: Autolathe - components: - - pos: 12.5,9.5 - parent: 852 - type: Transform - - materialWhiteList: - - Steel - - Plastic - - Wood - - Glass - - Cloth - type: MaterialStorage -- uid: 3905 - type: SignalButton - components: - - pos: 23.483267,18.461113 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 3550 - type: SignalTransmitter -- uid: 3906 - type: SignalButton - components: - - pos: 23.483267,18.195488 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 3548 - type: SignalTransmitter -- uid: 3907 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 23.5,13.5 - parent: 852 - type: Transform -- uid: 3908 - type: Table - components: - - pos: 24.5,13.5 - parent: 852 - type: Transform -- uid: 3909 - type: CableApcExtension - components: - - pos: 15.5,15.5 - parent: 852 - type: Transform -- uid: 3910 - type: WallSolidRust - components: - - pos: -27.5,15.5 - parent: 852 - type: Transform -- uid: 3911 - type: WallSolidRust - components: - - pos: -21.5,15.5 - parent: 852 - type: Transform -- uid: 3912 - type: CableHV - components: - - pos: -21.5,23.5 - parent: 852 - type: Transform -- uid: 3913 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 20.5,21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3914 - type: hydroponicsTray - components: - - pos: -18.5,0.5 - parent: 852 - type: Transform -- uid: 3915 - type: WallSolid - components: - - pos: -9.5,-8.5 - parent: 852 - type: Transform -- uid: 3916 - type: WallSolid - components: - - pos: -13.5,-7.5 - parent: 852 - type: Transform -- uid: 3917 - type: hydroponicsTray - components: - - pos: -18.5,-0.5 - parent: 852 - type: Transform -- uid: 3918 - type: CableApcExtension - components: - - pos: 3.5,0.5 - parent: 852 - type: Transform -- uid: 3919 - type: CableMV - components: - - pos: 13.5,-24.5 - parent: 852 - type: Transform -- uid: 3920 - type: CableMV - components: - - pos: 13.5,-23.5 - parent: 852 - type: Transform -- uid: 3921 - type: CableApcExtension - components: - - pos: 8.5,20.5 - parent: 852 - type: Transform -- uid: 3922 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -20.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3923 - type: ReinforcedWindow - components: - - pos: -40.5,1.5 - parent: 852 - type: Transform -- uid: 3924 - type: CableApcExtension - components: - - pos: 3.5,1.5 - parent: 852 - type: Transform -- uid: 3925 - type: WallSolid - components: - - pos: 5.5,0.5 - parent: 852 - type: Transform -- uid: 3926 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-27.5 - parent: 852 - type: Transform -- uid: 3927 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-26.5 - parent: 852 - type: Transform -- uid: 3928 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,3.5 - parent: 852 - type: Transform -- uid: 3929 - type: AirlockGlass - components: - - pos: -21.5,5.5 - parent: 852 - type: Transform -- uid: 3930 - type: AirlockGlass - components: - - pos: -21.5,4.5 - parent: 852 - type: Transform -- uid: 3931 - type: CableApcExtension - components: - - pos: 2.5,0.5 - parent: 852 - type: Transform -- uid: 3932 - type: CableApcExtension - components: - - pos: 1.5,0.5 - parent: 852 - type: Transform -- uid: 3933 - type: AirlockGlass - components: - - pos: 4.5,-12.5 - parent: 852 - type: Transform -- uid: 3934 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,4.5 - parent: 852 - type: Transform -- uid: 3935 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,5.5 - parent: 852 - type: Transform -- uid: 3936 - type: AirlockGlass - components: - - pos: -21.5,3.5 - parent: 852 - type: Transform -- uid: 3937 - type: CableApcExtension - components: - - pos: -31.5,5.5 - parent: 852 - type: Transform -- uid: 3938 - type: CableApcExtension - components: - - pos: 7.5,20.5 - parent: 852 - type: Transform -- uid: 3939 - type: PoweredSmallLight - components: - - pos: 25.5,-20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3940 - type: PoweredSmallLight - components: - - pos: 22.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3941 - type: CableApcExtension - components: - - pos: -30.5,5.5 - parent: 852 - type: Transform -- uid: 3942 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,5.5 - parent: 852 - type: Transform -- uid: 3943 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-2.5 - parent: 852 - type: Transform -- uid: 3944 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-1.5 - parent: 852 - type: Transform -- uid: 3945 - type: CableApcExtension - components: - - pos: 12.5,-8.5 - parent: 852 - type: Transform -- uid: 3946 - type: DisposalPipe - components: - - rot: 4.71238902409608 rad - pos: 25.5,3.5 - parent: 852 - type: Transform -- uid: 3947 - type: ToolboxElectricalFilled - components: - - pos: 9.510484,28.980497 - parent: 852 - type: Transform -- uid: 3948 - type: CableApcExtension - components: - - pos: 2.5,6.5 - parent: 852 - type: Transform -- uid: 3949 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,7.5 - parent: 852 - type: Transform -- uid: 3950 - type: CableApcExtension - components: - - pos: 27.5,12.5 - parent: 852 - type: Transform -- uid: 3951 - type: CableApcExtension - components: - - pos: -21.5,13.5 - parent: 852 - type: Transform -- uid: 3952 - type: FirelockGlass - components: - - pos: -20.5,-11.5 - parent: 852 - type: Transform -- uid: 3953 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,6.5 - parent: 852 - type: Transform -- uid: 3954 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,5.5 - parent: 852 - type: Transform -- uid: 3955 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -25.5,7.5 - parent: 852 - type: Transform -- uid: 3956 - type: CableApcExtension - components: - - pos: 3.5,6.5 - parent: 852 - type: Transform -- uid: 3957 - type: CableApcExtension - components: - - pos: 4.5,6.5 - parent: 852 - type: Transform -- uid: 3958 - type: Catwalk - components: - - pos: 16.5,20.5 - parent: 852 - type: Transform -- uid: 3959 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,-0.5 - parent: 852 - type: Transform -- uid: 3960 - type: CableApcExtension - components: - - pos: 12.5,-9.5 - parent: 852 - type: Transform -- uid: 3961 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 22.5,-19.5 - parent: 852 - type: Transform -- uid: 3962 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-9.5 - parent: 852 - type: Transform -- uid: 3963 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -10.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3964 - type: Table - components: - - pos: -10.5,7.5 - parent: 852 - type: Transform -- uid: 3965 - type: CableApcExtension - components: - - pos: -32.5,-8.5 - parent: 852 - type: Transform -- uid: 3966 - type: CableApcExtension - components: - - pos: 21.5,19.5 - parent: 852 - type: Transform -- uid: 3967 - type: ReinforcedWindow - components: - - pos: -42.5,3.5 - parent: 852 - type: Transform -- uid: 3968 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -32.5,-9.5 - parent: 852 - type: Transform -- uid: 3969 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -24.5,7.5 - parent: 852 - type: Transform -- uid: 3970 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,7.5 - parent: 852 - type: Transform -- uid: 3971 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-10.5 - parent: 852 - type: Transform -- uid: 3972 - type: ReinforcedWindow - components: - - pos: -9.5,7.5 - parent: 852 - type: Transform -- uid: 3973 - type: WallSolid - components: - - pos: 1.5,0.5 - parent: 852 - type: Transform -- uid: 3974 - type: AirlockGlass - components: - - pos: -23.5,1.5 - parent: 852 - type: Transform -- uid: 3975 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,3.5 - parent: 852 - type: Transform -- uid: 3976 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,4.5 - parent: 852 - type: Transform -- uid: 3977 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,5.5 - parent: 852 - type: Transform -- uid: 3978 - type: ReinforcedWindow - components: - - pos: 28.5,-12.5 - parent: 852 - type: Transform -- uid: 3979 - type: CableApcExtension - components: - - pos: -32.5,-7.5 - parent: 852 - type: Transform -- uid: 3980 - type: AirlockEngineeringGlassLocked - components: - - pos: 36.5,3.5 - parent: 852 - type: Transform -- uid: 3981 - type: AirlockEngineeringGlassLocked - components: - - pos: 36.5,4.5 - parent: 852 - type: Transform -- uid: 3982 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,-19.5 - parent: 852 - type: Transform -- uid: 3983 - type: Poweredlight - components: - - pos: -5.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3984 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 13.5,-20.5 - parent: 852 - type: Transform -- uid: 3985 - type: GasPipeStraight - components: - - pos: -19.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 3986 - type: VendingMachineChefDrobe - components: - - pos: -13.5,-3.5 - parent: 852 - type: Transform -- uid: 3987 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-1.5 - parent: 852 - type: Transform -- uid: 3988 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-0.5 - parent: 852 - type: Transform -- uid: 3989 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,-2.5 - parent: 852 - type: Transform -- uid: 3990 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: -2.5,8.5 - parent: 852 - type: Transform -- uid: 3991 - type: ChairOfficeDark - components: - - pos: -1.5,7.5 - parent: 852 - type: Transform -- uid: 3992 - type: Firelock - components: - - pos: 37.5,-5.5 - parent: 852 - type: Transform -- uid: 3993 - type: Firelock - components: - - pos: 0.5,-15.5 - parent: 852 - type: Transform -- uid: 3994 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: -1.5,23.5 - parent: 852 - type: Transform -- uid: 3995 - type: CableApcExtension - components: - - pos: 23.5,-18.5 - parent: 852 - type: Transform -- uid: 3996 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: -33.5,-9.5 - parent: 852 - type: Transform -- uid: 3997 - type: AirlockGlass - components: - - pos: -24.5,1.5 - parent: 852 - type: Transform -- uid: 3998 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 3999 - type: AirlockGlass - components: - - pos: 3.5,15.5 - parent: 852 - type: Transform -- uid: 4000 - type: AirlockGlass - components: - - pos: 4.5,15.5 - parent: 852 - type: Transform -- uid: 4001 - type: AirlockGlass - components: - - pos: 2.5,15.5 - parent: 852 - type: Transform -- uid: 4002 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-1.5 - parent: 852 - type: Transform -- uid: 4003 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-2.5 - parent: 852 - type: Transform -- uid: 4004 - type: WallSolid - components: - - pos: -8.5,-7.5 - parent: 852 - type: Transform -- uid: 4005 - type: ComfyChair - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-29.5 - parent: 852 - type: Transform -- uid: 4006 - type: WallSolidRust - components: - - pos: -20.5,20.5 - parent: 852 - type: Transform -- uid: 4007 - type: ComfyChair - components: - - pos: 0.5,-4.5 - parent: 852 - type: Transform -- uid: 4008 - type: CableApcExtension - components: - - pos: -22.5,-22.5 - parent: 852 - type: Transform -- uid: 4009 - type: AirlockExternalGlass - components: - - pos: -40.5,8.5 - parent: 852 - type: Transform -- uid: 4010 - type: Firelock - components: - - pos: -1.5,6.5 - parent: 852 - type: Transform -- uid: 4011 - type: AirlockEngineeringGlassLocked - components: - - pos: 36.5,5.5 - parent: 852 - type: Transform -- uid: 4012 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - pos: -13.5,11.5 - parent: 852 - type: Transform -- uid: 4013 - type: LockerEvidence - components: - - pos: -10.5,11.5 - parent: 852 - type: Transform -- uid: 4014 - type: ReinforcedWindow - components: - - pos: -43.5,-0.5 - parent: 852 - type: Transform -- uid: 4015 - type: Firelock - components: - - pos: 38.5,-5.5 - parent: 852 - type: Transform -- uid: 4016 - type: TableWood - components: - - pos: -8.5,20.5 - parent: 852 - type: Transform -- uid: 4017 - type: AirlockGlass - components: - - pos: 2.5,-12.5 - parent: 852 - type: Transform -- uid: 4018 - type: AirlockGlass - components: - - pos: 3.5,-12.5 - parent: 852 - type: Transform -- uid: 4019 - type: Firelock - components: - - pos: 11.5,14.5 - parent: 852 - type: Transform -- uid: 4020 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -19.5,15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4021 - type: WallSolid - components: - - pos: -8.5,-7.5 - parent: 852 - type: Transform -- uid: 4022 - type: CableApcExtension - components: - - pos: -18.5,13.5 - parent: 852 - type: Transform -- uid: 4023 - type: CableApcExtension - components: - - pos: 13.5,-29.5 - parent: 852 - type: Transform -- uid: 4024 - type: WeaponDisabler - components: - - pos: -13.525191,16.519783 - parent: 852 - type: Transform -- uid: 4025 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-26.5 - parent: 852 - type: Transform -- uid: 4026 - type: FirelockGlass - components: - - pos: 11.5,3.5 - parent: 852 - type: Transform -- uid: 4027 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-26.5 - parent: 852 - type: Transform -- uid: 4028 - type: FirelockGlass - components: - - pos: 11.5,5.5 - parent: 852 - type: Transform -- uid: 4029 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-26.5 - parent: 852 - type: Transform -- uid: 4030 - type: FirelockGlass - components: - - pos: 11.5,4.5 - parent: 852 - type: Transform -- uid: 4031 - type: FireAxeCabinetFilled - components: - - pos: -1.5,32.5 - parent: 852 - type: Transform -- uid: 4032 - type: Grille - components: - - pos: 28.5,-13.5 - parent: 852 - type: Transform -- uid: 4033 - type: Morgue - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-14.5 - parent: 852 - type: Transform -- uid: 4034 - type: GasOutletInjector - components: - - pos: 36.5,21.5 - parent: 852 - type: Transform -- uid: 4035 - type: CableApcExtension - components: - - pos: -6.5,3.5 - parent: 852 - type: Transform -- uid: 4036 - type: LockerWardenFilled - components: - - pos: 0.5,7.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 4213 - type: ContainerContainer -- uid: 4037 - type: CableApcExtension - components: - - pos: -20.5,13.5 - parent: 852 - type: Transform -- uid: 4038 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 21.5,-19.5 - parent: 852 - type: Transform -- uid: 4039 - type: CableApcExtension - components: - - pos: -8.5,-7.5 - parent: 852 - type: Transform -- uid: 4040 - type: CableApcExtension - components: - - pos: -32.5,-6.5 - parent: 852 - type: Transform -- uid: 4041 - type: Firelock - components: - - pos: -10.5,24.5 - parent: 852 - type: Transform -- uid: 4042 - type: Firelock - components: - - pos: -10.5,25.5 - parent: 852 - type: Transform -- uid: 4043 - type: CableApcExtension - components: - - pos: -26.5,4.5 - parent: 852 - type: Transform -- uid: 4044 - type: Firelock - components: - - pos: -18.5,17.5 - parent: 852 - type: Transform -- uid: 4045 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 27.5,-11.5 - parent: 852 - type: Transform -- uid: 4046 - type: Firelock - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-11.5 - parent: 852 - type: Transform -- uid: 4047 - type: CableApcExtension - components: - - pos: -19.5,13.5 - parent: 852 - type: Transform -- uid: 4048 - type: CableApcExtension - components: - - pos: -24.5,19.5 - parent: 852 - type: Transform -- uid: 4049 - type: CableApcExtension - components: - - pos: -22.5,19.5 - parent: 852 - type: Transform -- uid: 4050 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,-7.5 - parent: 852 - type: Transform -- uid: 4051 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -4.5,-7.5 - parent: 852 - type: Transform -- uid: 4052 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,-7.5 - parent: 852 - type: Transform -- uid: 4053 - type: WallSolid - components: - - pos: -8.5,-8.5 - parent: 852 - type: Transform -- uid: 4054 - type: CableMV - components: - - pos: -5.5,-7.5 - parent: 852 - type: Transform -- uid: 4055 - type: PoweredSmallLight - components: - - pos: 12.5,-19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4056 - type: WallReinforced - components: - - pos: 6.5,-17.5 - parent: 852 - type: Transform -- uid: 4057 - type: StoolBar - components: - - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 852 - type: Transform -- uid: 4058 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 0.5,0.5 - parent: 852 - type: Transform -- uid: 4059 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 852 - type: Transform -- uid: 4060 - type: ChairWood - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 852 - type: Transform -- uid: 4061 - type: TableWood - components: - - pos: -6.5,-4.5 - parent: 852 - type: Transform -- uid: 4062 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 852 - type: Transform -- uid: 4063 - type: TableWood - components: - - pos: -4.5,-4.5 - parent: 852 - type: Transform -- uid: 4064 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-0.5 - parent: 852 - type: Transform -- uid: 4065 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-0.5 - parent: 852 - type: Transform -- uid: 4066 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-0.5 - parent: 852 - type: Transform -- uid: 4067 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-0.5 - parent: 852 - type: Transform -- uid: 4068 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-0.5 - parent: 852 - type: Transform -- uid: 4069 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-3.5 - parent: 852 - type: Transform -- uid: 4070 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-3.5 - parent: 852 - type: Transform -- uid: 4071 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-3.5 - parent: 852 - type: Transform -- uid: 4072 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,-6.5 - parent: 852 - type: Transform -- uid: 4073 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-6.5 - parent: 852 - type: Transform -- uid: 4074 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -27.5,-6.5 - parent: 852 - type: Transform -- uid: 4075 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-6.5 - parent: 852 - type: Transform -- uid: 4076 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-6.5 - parent: 852 - type: Transform -- uid: 4077 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-6.5 - parent: 852 - type: Transform -- uid: 4078 - type: DisposalUnit - components: - - pos: -27.5,-7.5 - parent: 852 - type: Transform -- uid: 4079 - type: WallReinforced - components: - - pos: 45.5,20.5 - parent: 852 - type: Transform -- uid: 4080 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-1.5 - parent: 852 - type: Transform -- uid: 4081 - type: WallSolid - components: - - rot: 4.371139006309477E-08 rad - pos: -26.5,-4.5 - parent: 852 - type: Transform -- uid: 4082 - type: Airlock - components: - - name: Dorms 1 - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: -26.5,0.5 - parent: 852 - type: Transform -- uid: 4083 - type: Airlock - components: - - name: Dorms 2 - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: -26.5,-2.5 - parent: 852 - type: Transform -- uid: 4084 - type: Airlock - components: - - name: Dorms 3 - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: -26.5,-5.5 - parent: 852 - type: Transform -- uid: 4085 - type: APCBasic - components: - - pos: -30.5,-3.5 - parent: 852 - type: Transform - - startingCharge: 11999.233 - type: Battery -- uid: 4086 - type: Bed - components: - - pos: -27.5,-1.5 - parent: 852 - type: Transform -- uid: 4087 - type: Bed - components: - - pos: -27.5,1.5 - parent: 852 - type: Transform -- uid: 4088 - type: Bed - components: - - pos: -27.5,-4.5 - parent: 852 - type: Transform -- uid: 4089 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4090 - type: AirlockMaintIntLocked - components: - - name: Waste Disposal - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: -24.5,-12.5 - parent: 852 - type: Transform -- uid: 4091 - type: SheetSteel - components: - - pos: -17.466099,-17.492687 - parent: 852 - type: Transform -- uid: 4092 - type: LampGold - components: - - pos: -30.54503,-5.3981686 - parent: 852 - type: Transform -- uid: 4093 - type: TableWood - components: - - pos: -30.5,1.5 - parent: 852 - type: Transform -- uid: 4094 - type: Table - components: - - pos: -17.5,-20.5 - parent: 852 - type: Transform -- uid: 4095 - type: Lamp - components: - - pos: -30.466906,-1.5231686 - parent: 852 - type: Transform -- uid: 4096 - type: PoweredSmallLight - components: - - pos: -6.5,-26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4097 - type: Poweredlight - components: - - pos: -12.5,11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4098 - type: ReinforcedWindow - components: - - pos: -11.5,7.5 - parent: 852 - type: Transform -- uid: 4099 - type: CarpetGreen - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,1.5 - parent: 852 - type: Transform -- uid: 4100 - type: CarpetGreen - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,0.5 - parent: 852 - type: Transform -- uid: 4101 - type: CarpetGreen - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,1.5 - parent: 852 - type: Transform -- uid: 4102 - type: CarpetGreen - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,0.5 - parent: 852 - type: Transform -- uid: 4103 - type: CarpetPink - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-4.5 - parent: 852 - type: Transform -- uid: 4104 - type: CarpetPink - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-5.5 - parent: 852 - type: Transform -- uid: 4105 - type: CarpetPink - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-4.5 - parent: 852 - type: Transform -- uid: 4106 - type: CarpetPink - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-5.5 - parent: 852 - type: Transform -- uid: 4107 - type: CarpetBlue - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-1.5 - parent: 852 - type: Transform -- uid: 4108 - type: CarpetBlue - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-2.5 - parent: 852 - type: Transform -- uid: 4109 - type: CarpetBlue - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-1.5 - parent: 852 - type: Transform -- uid: 4110 - type: CarpetBlue - components: - - rot: 4.371139006309477E-08 rad - pos: -28.5,-2.5 - parent: 852 - type: Transform -- uid: 4111 - type: CableApcExtension - components: - - pos: 27.5,16.5 - parent: 852 - type: Transform -- uid: 4112 - type: Table - components: - - pos: 26.5,0.5 - parent: 852 - type: Transform -- uid: 4113 - type: ReinforcedWindow - components: - - pos: -7.5,18.5 - parent: 852 - type: Transform -- uid: 4114 - type: Grille - components: - - pos: -12.5,6.5 - parent: 852 - type: Transform -- uid: 4115 - type: Grille - components: - - pos: -3.5,6.5 - parent: 852 - type: Transform -- uid: 4116 - type: ReinforcedWindow - components: - - pos: -3.5,6.5 - parent: 852 - type: Transform -- uid: 4117 - type: TableReinforced - components: - - pos: -3.5,8.5 - parent: 852 - type: Transform -- uid: 4118 - type: LockerHeadOfSecurityFilled - components: - - pos: -7.5,21.5 - parent: 852 - type: Transform -- uid: 4119 - type: Poweredlight - components: - - pos: -11.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4120 - type: Poweredlight - components: - - pos: -9.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4121 - type: Poweredlight - components: - - pos: -3.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4122 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4123 - type: SheetPlasteel - components: - - pos: 50.498375,5.494252 - parent: 852 - type: Transform -- uid: 4124 - type: Poweredlight - components: - - pos: -12.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4125 - type: SeedExtractor - components: - - pos: -18.5,1.5 - parent: 852 - type: Transform -- uid: 4126 - type: VendingMachineHydrobe - components: - - pos: -14.5,-6.5 - parent: 852 - type: Transform -- uid: 4127 - type: VendingMachineSeeds - components: - - pos: -17.5,-2.5 - parent: 852 - type: Transform -- uid: 4128 - type: Table - components: - - pos: -19.5,-2.5 - parent: 852 - type: Transform -- uid: 4129 - type: Bucket - components: - - pos: -19.764086,1.4415555 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 4130 - type: HydroponicsToolScythe - components: - - pos: -19.498135,-2.3783062 - parent: 852 - type: Transform -- uid: 4131 - type: HydroponicsToolSpade - components: - - pos: -20.529385,-2.3470562 - parent: 852 - type: Transform -- uid: 4132 - type: CableApcExtension - components: - - pos: -41.5,8.5 - parent: 852 - type: Transform -- uid: 4133 - type: SignCloning - components: - - pos: 10.5,-12.5 - parent: 852 - type: Transform -- uid: 4134 - type: WallReinforced - components: - - pos: 10.5,-18.5 - parent: 852 - type: Transform -- uid: 4135 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-15.5 - parent: 852 - type: Transform -- uid: 4136 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 852 - type: Transform -- uid: 4137 - type: MedicalScanner - components: - - pos: 7.5,-16.5 - parent: 852 - type: Transform - - inputs: - MedicalScannerReceiver: - - port: MedicalScannerSender - uid: 1319 - type: SignalReceiver -- uid: 4138 - type: CableApcExtension - components: - - pos: 11.5,-13.5 - parent: 852 - type: Transform -- uid: 4139 - type: CableMV - components: - - pos: 8.5,27.5 - parent: 852 - type: Transform -- uid: 4140 - type: WindoorSecurityLocked - components: - - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 852 - type: Transform -- uid: 4141 - type: PosterLegitCleanliness - components: - - pos: 23.5,-3.5 - parent: 852 - type: Transform -- uid: 4142 - type: ChairOfficeLight - components: - - pos: 8.5,-15.5 - parent: 852 - type: Transform -- uid: 4143 - type: AirlockMaintHOPLocked - components: - - pos: 11.5,19.5 - parent: 852 - type: Transform -- uid: 4144 - type: IngotSilver - components: - - pos: -3.428735,16.721615 - parent: 852 - type: Transform -- uid: 4145 - type: RandomFoodMeal - components: - - pos: -10.5,1.5 - parent: 852 - type: Transform -- uid: 4146 - type: AirlockMedicalLocked - components: - - name: Morgue - type: MetaData - - rot: 4.371139006309477E-08 rad - pos: 16.5,-15.5 - parent: 852 - type: Transform -- uid: 4147 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4148 - type: TableCarpet - components: - - pos: 11.5,-23.5 - parent: 852 - type: Transform -- uid: 4149 - type: Rack - components: - - rot: 4.371139006309477E-08 rad - pos: 29.5,-4.5 - parent: 852 - type: Transform -- uid: 4150 - type: ChairOfficeDark - components: - - pos: -10.5,8.5 - parent: 852 - type: Transform -- uid: 4151 - type: SignMedical - components: - - pos: 5.5,2.5 - parent: 852 - type: Transform -- uid: 4152 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -13.5,-1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4153 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-12.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4154 - type: MopBucket - components: - - rot: 4.371139006309477E-08 rad - pos: -21.5,10.5 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 4155 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 12.5,-29.5 - parent: 852 - type: Transform -- uid: 4156 - type: KitchenReagentGrinder - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,-0.5 - parent: 852 - type: Transform -- uid: 4157 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 26.5,-10.5 - parent: 852 - type: Transform -- uid: 4158 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,-10.5 - parent: 852 - type: Transform -- uid: 4159 - type: CableApcExtension - components: - - pos: -42.5,8.5 - parent: 852 - type: Transform -- uid: 4160 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 852 - type: Transform -- uid: 4161 - type: Carpet - components: - - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 852 - type: Transform -- uid: 4162 - type: TableWood - components: - - pos: -2.5,-6.5 - parent: 852 - type: Transform -- uid: 4163 - type: soda_dispenser - components: - - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 852 - type: Transform -- uid: 4164 - type: ComfyChair - components: - - pos: -0.5,1.5 - parent: 852 - type: Transform -- uid: 4165 - type: StoolBar - components: - - pos: -3.5,-3.5 - parent: 852 - type: Transform -- uid: 4166 - type: TableCarpet - components: - - pos: -1.5,1.5 - parent: 852 - type: Transform -- uid: 4167 - type: MaterialWoodPlank - components: - - pos: -11.5134325,-10.421187 - parent: 852 - type: Transform -- uid: 4168 - type: StoolBar - components: - - pos: -5.5,-3.5 - parent: 852 - type: Transform -- uid: 4169 - type: WallReinforced - components: - - pos: 34.5,-11.5 - parent: 852 - type: Transform -- uid: 4170 - type: AirlockMaintLocked - components: - - pos: 1.5,-10.5 - parent: 852 - type: Transform -- uid: 4171 - type: WallReinforced - components: - - pos: 33.5,-11.5 - parent: 852 - type: Transform -- uid: 4172 - type: AirlockEngineeringLocked - components: - - pos: -0.5,-9.5 - parent: 852 - type: Transform -- uid: 4173 - type: WallReinforced - components: - - pos: 32.5,-11.5 - parent: 852 - type: Transform -- uid: 4174 - type: KitchenSpike - components: - - rot: 4.371139006309477E-08 rad - pos: -9.5,-4.5 - parent: 852 - type: Transform -- uid: 4175 - type: LockerFreezer - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,-3.5 - parent: 852 - type: Transform -- uid: 4176 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 38.5,18.5 - parent: 852 - type: Transform -- uid: 4177 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -7.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4178 - type: LampGold - components: - - pos: 0.41178536,-5.2814264 - parent: 852 - type: Transform -- uid: 4179 - type: StoolBar - components: - - pos: -4.5,-3.5 - parent: 852 - type: Transform -- uid: 4180 - type: BoozeDispenser - components: - - rot: 3.141592653589793 rad - pos: -5.5,-6.5 - parent: 852 - type: Transform -- uid: 4181 - type: Gauze - components: - - pos: 6.5456867,-11.337304 - parent: 852 - type: Transform -- uid: 4182 - type: ClothingNeckStethoscope - components: - - pos: 6.4675617,-7.431054 - parent: 852 - type: Transform -- uid: 4183 - type: Table - components: - - pos: 19.5,-10.5 - parent: 852 - type: Transform -- uid: 4184 - type: CarpetBlack - components: - - pos: -1.5,24.5 - parent: 852 - type: Transform -- uid: 4185 - type: GasVentPump - components: - - pos: -7.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4186 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: 1.5,31.5 - parent: 852 - type: Transform -- uid: 4187 - type: BoxFolderBlack - components: - - name: Secret Documents - type: MetaData - - pos: -1.5007826,16.646563 - parent: 852 - type: Transform -- uid: 4188 - type: BoxFolderYellow - components: - - pos: -1.4738462,25.430975 - parent: 852 - type: Transform -- uid: 4189 - type: CarpetBlack - components: - - pos: -1.5,25.5 - parent: 852 - type: Transform -- uid: 4190 - type: Table - components: - - pos: -1.5,16.5 - parent: 852 - type: Transform -- uid: 4191 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: 6.5,31.5 - parent: 852 - type: Transform -- uid: 4192 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 4.5,24.5 - parent: 852 - type: Transform -- uid: 4193 - type: TableReinforced - components: - - pos: 2.5,31.5 - parent: 852 - type: Transform -- uid: 4194 - type: ToolboxGoldFilled - components: - - pos: -2.63186,18.64349 - parent: 852 - type: Transform -- uid: 4195 - type: IngotGold - components: - - pos: -3.459985,18.61224 - parent: 852 - type: Transform -- uid: 4196 - type: ClothingHeadHatHairflower - components: - - pos: -3.75686,18.190365 - parent: 852 - type: Transform -- uid: 4197 - type: ClothingBeltChampion - components: - - pos: -3.60061,17.54974 - parent: 852 - type: Transform -- uid: 4198 - type: SurveillanceCameraCommand - components: - - pos: 11.5,23.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Captain's Room - type: SurveillanceCamera -- uid: 4199 - type: Table - components: - - rot: 3.141592697301183 rad - pos: -4.5,13.5 - parent: 852 - type: Transform -- uid: 4200 - type: Table - components: - - rot: 3.141592697301183 rad - pos: -5.5,13.5 - parent: 852 - type: Transform -- uid: 4201 - type: Table - components: - - rot: 3.141592697301183 rad - pos: -6.5,13.5 - parent: 852 - type: Transform -- uid: 4202 - type: SpawnPointSecurityOfficer - components: - - pos: -12.5,14.5 - parent: 852 - type: Transform -- uid: 4203 - type: WallmountTelescreen - components: - - pos: -0.5,9.5 - parent: 852 - type: Transform -- uid: 4204 - type: Chair - components: - - rot: 3.141592697301183 rad - pos: -4.5,12.5 - parent: 852 - type: Transform -- uid: 4205 - type: Chair - components: - - rot: 3.141592697301183 rad - pos: -5.5,12.5 - parent: 852 - type: Transform -- uid: 4206 - type: Chair - components: - - rot: 3.141592697301183 rad - pos: -6.5,12.5 - parent: 852 - type: Transform -- uid: 4207 - type: ChairOfficeDark - components: - - pos: -5.5,14.5 - parent: 852 - type: Transform -- uid: 4208 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -7.5,13.5 - parent: 852 - type: Transform -- uid: 4209 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -7.5,14.5 - parent: 852 - type: Transform -- uid: 4210 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -21.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4211 - type: Chair - components: - - rot: 4.71238902409608 rad - pos: -3.5,13.5 - parent: 852 - type: Transform -- uid: 4212 - type: BoxHandcuff - components: - - pos: -4.508687,13.700939 - parent: 852 - type: Transform -- uid: 4213 - type: AcousticGuitarInstrument - components: - - parent: 4036 - type: Transform -- uid: 4214 - type: SheetSteel - components: - - pos: 49.79525,5.541127 - parent: 852 - type: Transform -- uid: 4215 - type: Table - components: - - pos: -6.5,14.5 - parent: 852 - type: Transform -- uid: 4216 - type: RadioHandheld - components: - - pos: -6.524095,13.674324 - parent: 852 - type: Transform -- uid: 4217 - type: NuclearBomb - components: - - pos: -1.5,18.5 - parent: 852 - type: Transform -- uid: 4218 - type: CableHV - components: - - pos: 19.5,-33.5 - parent: 852 - type: Transform -- uid: 4219 - type: Table - components: - - rot: 4.71238902409608 rad - pos: -7.5,-28.5 - parent: 852 - type: Transform -- uid: 4220 - type: Table - components: - - rot: 4.71238902409608 rad - pos: -7.5,-29.5 - parent: 852 - type: Transform -- uid: 4221 - type: KitchenMicrowave - components: - - pos: -7.5,-28.5 - parent: 852 - type: Transform -- uid: 4222 - type: GasPipeStraight - components: - - pos: 47.5,22.5 - parent: 852 - type: Transform -- uid: 4223 - type: Grille - components: - - pos: -2.5,9.5 - parent: 852 - type: Transform -- uid: 4224 - type: Rack - components: - - rot: 4.371139006309477E-08 rad - pos: -20.5,7.5 - parent: 852 - type: Transform -- uid: 4225 - type: SprayBottleSpaceCleaner - components: - - pos: -20.5,7.5 - parent: 852 - type: Transform -- uid: 4226 - type: CableHV - components: - - pos: 19.5,-28.5 - parent: 852 - type: Transform -- uid: 4227 - type: CableHV - components: - - pos: 21.5,-30.5 - parent: 852 - type: Transform -- uid: 4228 - type: Stunbaton - components: - - pos: -13.49244,16.073444 - parent: 852 - type: Transform - - containers: - cell_slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 4229 - type: SpawnPointAssistant - components: - - pos: -27.5,9.5 - parent: 852 - type: Transform -- uid: 4230 - type: SignMorgue - components: - - pos: 16.5,-14.5 - parent: 852 - type: Transform -- uid: 4231 - type: ClothingOuterCoatLab - components: - - parent: 7110 - type: Transform -- uid: 4232 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4233 - type: CableHV - components: - - pos: -21.5,24.5 - parent: 852 - type: Transform -- uid: 4234 - type: TableReinforced - components: - - pos: -14.5,20.5 - parent: 852 - type: Transform -- uid: 4235 - type: ClothingEyesGlassesSunglasses - components: - - pos: -10.276402,-6.3744125 - parent: 852 - type: Transform -- uid: 4236 - type: GasPressurePump - components: - - desc: clean air to station - name: distro pump - type: MetaData - - pos: 37.5,17.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4237 - type: GasPipeStraight - components: - - pos: 37.5,14.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4238 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 36.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4239 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 35.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4240 - type: GasPipeStraight - components: - - pos: 37.5,16.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4241 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 37.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4242 - type: GasPipeStraight - components: - - pos: 34.5,12.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4243 - type: GasPipeTJunction - components: - - pos: 34.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 4244 - type: WallReinforced - components: - - pos: 33.5,22.5 - parent: 852 - type: Transform -- uid: 4245 - type: TableReinforced - components: - - pos: -10.5,0.5 - parent: 852 - type: Transform -- uid: 4246 - type: WallSolid - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-23.5 - parent: 852 - type: Transform -- uid: 4247 - type: TableWood - components: - - pos: 8.5,-28.5 - parent: 852 - type: Transform -- uid: 4248 - type: AirlockGlass - components: - - pos: 5.5,-25.5 - parent: 852 - type: Transform -- uid: 4249 - type: d6Dice - components: - - pos: 10.80732,-23.477234 - parent: 852 - type: Transform -- uid: 4250 - type: TableCarpet - components: - - pos: 10.5,-24.5 - parent: 852 - type: Transform -- uid: 4251 - type: Bookshelf - components: - - pos: 7.5,-30.5 - parent: 852 - type: Transform -- uid: 4252 - type: Bookshelf - components: - - pos: 12.5,-26.5 - parent: 852 - type: Transform -- uid: 4253 - type: CableApcExtension - components: - - pos: 17.5,-10.5 - parent: 852 - type: Transform -- uid: 4254 - type: ClothingOuterHardsuitEVAPrisoner - components: - - pos: -11.477263,11.702041 - parent: 852 - type: Transform -- uid: 4255 - type: CableHV - components: - - pos: -22.5,22.5 - parent: 852 - type: Transform -- uid: 4256 - type: SurveillanceCameraCommand - components: - - rot: 1.5707963267948966 rad - pos: 7.5,32.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Bridge East - type: SurveillanceCamera -- uid: 4257 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-1.5 - parent: 852 - type: Transform -- uid: 4258 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-2.5 - parent: 852 - type: Transform -- uid: 4259 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-3.5 - parent: 852 - type: Transform -- uid: 4260 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-4.5 - parent: 852 - type: Transform -- uid: 4261 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-5.5 - parent: 852 - type: Transform -- uid: 4262 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-6.5 - parent: 852 - type: Transform -- uid: 4263 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 52.5,-7.5 - parent: 852 - type: Transform -- uid: 4264 - type: PlasmaTankFilled - components: - - pos: 60.39405,-1.5295825 - parent: 852 - type: Transform -- uid: 4265 - type: WallReinforced - components: - - pos: 49.5,14.5 - parent: 852 - type: Transform -- uid: 4266 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 23.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4267 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 26.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4268 - type: ReinforcedWindow - components: - - pos: 22.5,14.5 - parent: 852 - type: Transform -- uid: 4269 - type: DoorElectronics - components: - - pos: 29.349113,-3.3351836 - parent: 852 - type: Transform -- uid: 4270 - type: SpawnPointStationEngineer - components: - - pos: 33.5,-1.5 - parent: 852 - type: Transform -- uid: 4271 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 51.5,7.5 - parent: 852 - type: Transform -- uid: 4272 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 51.5,8.5 - parent: 852 - type: Transform -- uid: 4273 - type: SpawnPointChiefEngineer - components: - - pos: 39.5,-0.5 - parent: 852 - type: Transform -- uid: 4274 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 51.5,11.5 - parent: 852 - type: Transform -- uid: 4275 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 51.5,9.5 - parent: 852 - type: Transform -- uid: 4276 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 51.5,13.5 - parent: 852 - type: Transform -- uid: 4277 - type: WallReinforced - components: - - pos: 51.5,14.5 - parent: 852 - type: Transform -- uid: 4278 - type: WallReinforced - components: - - rot: 4.371139006309477E-08 rad - pos: 51.5,6.5 - parent: 852 - type: Transform -- uid: 4279 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 26.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4280 - type: CableApcExtension - components: - - pos: 28.5,16.5 - parent: 852 - type: Transform -- uid: 4281 - type: CableApcExtension - components: - - pos: 23.5,16.5 - parent: 852 - type: Transform -- uid: 4282 - type: ReinforcedWindow - components: - - pos: 48.5,18.5 - parent: 852 - type: Transform -- uid: 4283 - type: CableApcExtension - components: - - pos: 47.5,2.5 - parent: 852 - type: Transform -- uid: 4284 - type: DoorElectronics - components: - - pos: 29.552238,-3.3351836 - parent: 852 - type: Transform -- uid: 4285 - type: Rack - components: - - pos: 29.5,-3.5 - parent: 852 - type: Transform -- uid: 4286 - type: SpawnPointStationEngineer - components: - - pos: 32.5,-1.5 - parent: 852 - type: Transform -- uid: 4287 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 51.5,12.5 - parent: 852 - type: Transform -- uid: 4288 - type: SpawnPointStationEngineer - components: - - pos: 31.5,-1.5 - parent: 852 - type: Transform -- uid: 4289 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 51.5,10.5 - parent: 852 - type: Transform -- uid: 4290 - type: ToolboxElectricalFilled - components: - - pos: 32.484333,-2.403047 - parent: 852 - type: Transform -- uid: 4291 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 33.5,-3.5 - parent: 852 - type: Transform -- uid: 4292 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 50.5,14.5 - parent: 852 - type: Transform -- uid: 4293 - type: WeaponCapacitorRecharger - components: - - pos: -2.5,7.5 - parent: 852 - type: Transform -- uid: 4294 - type: ClothingHeadHelmetRiot - components: - - parent: 84 - type: Transform -- uid: 4295 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,-10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4296 - type: WallSolid - components: - - pos: 17.5,13.5 - parent: 852 - type: Transform -- uid: 4297 - type: DogBed - components: - - desc: A comfy-looking raccoon bed. You can even strap your pet in, in case the gravity turns off. - name: raccoon bed - type: MetaData - - pos: 26.5,10.5 - parent: 852 - type: Transform -- uid: 4298 - type: FirelockElectronics - components: - - pos: 29.333488,-3.5539336 - parent: 852 - type: Transform -- uid: 4299 - type: SignCargo - components: - - pos: 12.5,8.5 - parent: 852 - type: Transform -- uid: 4300 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 17.5,19.5 - parent: 852 - type: Transform -- uid: 4301 - type: WallReinforced - components: - - pos: 26.5,18.5 - parent: 852 - type: Transform -- uid: 4302 - type: WallReinforced - components: - - pos: 27.5,18.5 - parent: 852 - type: Transform -- uid: 4303 - type: CarpetOrange - components: - - pos: 26.5,9.5 - parent: 852 - type: Transform -- uid: 4304 - type: CarpetOrange - components: - - pos: 26.5,8.5 - parent: 852 - type: Transform -- uid: 4305 - type: ComputerSolarControl - components: - - pos: 41.5,4.5 - parent: 852 - type: Transform -- uid: 4306 - type: ComputerPowerMonitoring - components: - - pos: 42.5,4.5 - parent: 852 - type: Transform -- uid: 4307 - type: ComputerAlert - components: - - pos: 42.5,13.5 - parent: 852 - type: Transform -- uid: 4308 - type: WallReinforced - components: - - pos: 17.5,14.5 - parent: 852 - type: Transform -- uid: 4309 - type: ComputerCargoOrders - components: - - rot: -1.5707963267948966 rad - pos: 16.5,9.5 - parent: 852 - type: Transform -- uid: 4310 - type: CableApcExtension - components: - - pos: -40.5,8.5 - parent: 852 - type: Transform -- uid: 4311 - type: ReinforcedWindow - components: - - pos: 17.5,20.5 - parent: 852 - type: Transform -- uid: 4312 - type: WallSolid - components: - - pos: 0.5,-9.5 - parent: 852 - type: Transform -- uid: 4313 - type: Table - components: - - pos: 18.5,17.5 - parent: 852 - type: Transform -- uid: 4314 - type: CableHV - components: - - pos: 47.5,7.5 - parent: 852 - type: Transform -- uid: 4315 - type: Table - components: - - pos: 18.5,16.5 - parent: 852 - type: Transform -- uid: 4316 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 22.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4317 - type: AirlockSalvageGlassLocked - components: - - pos: 25.5,16.5 - parent: 852 - type: Transform -- uid: 4318 - type: WallReinforced - components: - - pos: 25.5,15.5 - parent: 852 - type: Transform -- uid: 4319 - type: GasPipeStraight - components: - - pos: 20.5,16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4320 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 22.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4321 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 23.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4322 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 21.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4323 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 24.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4324 - type: FirelockElectronics - components: - - pos: 29.567863,-3.5851836 - parent: 852 - type: Transform -- uid: 4325 - type: RadiationCollector - components: - - pos: 64.5,0.5 - parent: 852 - type: Transform -- uid: 4326 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 77.5,-6.5 - parent: 852 - type: Transform -- uid: 4327 - type: CableTerminal - components: - - rot: 3.141592653589793 rad - pos: 14.5,-29.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 4328 - type: CableTerminal - components: - - rot: 1.5707963267948966 rad - pos: -23.5,25.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 4329 - type: Grille - components: - - pos: 79.5,-6.5 - parent: 852 - type: Transform -- uid: 4330 - type: Grille - components: - - pos: 78.5,-6.5 - parent: 852 - type: Transform -- uid: 4331 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 80.5,3.5 - parent: 852 - type: Transform -- uid: 4332 - type: CableMV - components: - - pos: 78.5,-3.5 - parent: 852 - type: Transform -- uid: 4333 - type: CableHV - components: - - pos: 14.5,-27.5 - parent: 852 - type: Transform -- uid: 4334 - type: FirelockGlass - components: - - pos: 8.5,-8.5 - parent: 852 - type: Transform -- uid: 4335 - type: CableMV - components: - - pos: 78.5,4.5 - parent: 852 - type: Transform -- uid: 4336 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 69.5,-6.5 - parent: 852 - type: Transform -- uid: 4337 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-6.5 - parent: 852 - type: Transform -- uid: 4338 - type: Grille - components: - - pos: 71.5,11.5 - parent: 852 - type: Transform -- uid: 4339 - type: SolarPanel - components: - - pos: 21.5,-27.5 - parent: 852 - type: Transform -- uid: 4340 - type: SMESBasic - components: - - pos: -22.5,25.5 - parent: 852 - type: Transform -- uid: 4341 - type: CableHV - components: - - pos: 14.5,-28.5 - parent: 852 - type: Transform -- uid: 4342 - type: CableHV - components: - - pos: 14.5,-29.5 - parent: 852 - type: Transform -- uid: 4343 - type: CableHV - components: - - pos: 19.5,-35.5 - parent: 852 - type: Transform -- uid: 4344 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 63.5,2.5 - parent: 852 - type: Transform -- uid: 4345 - type: FirelockGlass - components: - - pos: 8.5,-10.5 - parent: 852 - type: Transform -- uid: 4346 - type: SurveillanceCameraGeneral - components: - - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Upper Dorms - type: SurveillanceCamera -- uid: 4347 - type: SurveillanceCameraGeneral - components: - - pos: -22.5,-8.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Lower Dorms - type: SurveillanceCamera -- uid: 4348 - type: CableMV - components: - - pos: 78.5,8.5 - parent: 852 - type: Transform -- uid: 4349 - type: CableMV - components: - - pos: 78.5,7.5 - parent: 852 - type: Transform -- uid: 4350 - type: CableMV - components: - - pos: 78.5,5.5 - parent: 852 - type: Transform -- uid: 4351 - type: CableMV - components: - - pos: 64.5,6.5 - parent: 852 - type: Transform -- uid: 4352 - type: CableMV - components: - - pos: 64.5,8.5 - parent: 852 - type: Transform -- uid: 4353 - type: GrilleBroken - components: - - pos: 80.5,0.5 - parent: 852 - type: Transform -- uid: 4354 - type: CableMV - components: - - pos: 66.5,9.5 - parent: 852 - type: Transform -- uid: 4355 - type: CableMV - components: - - pos: 67.5,9.5 - parent: 852 - type: Transform -- uid: 4356 - type: CableMV - components: - - pos: 69.5,9.5 - parent: 852 - type: Transform -- uid: 4357 - type: CableMV - components: - - pos: 71.5,9.5 - parent: 852 - type: Transform -- uid: 4358 - type: CableMV - components: - - pos: 73.5,9.5 - parent: 852 - type: Transform -- uid: 4359 - type: CableMV - components: - - pos: 75.5,9.5 - parent: 852 - type: Transform -- uid: 4360 - type: CableMV - components: - - pos: 77.5,9.5 - parent: 852 - type: Transform -- uid: 4361 - type: SurveillanceCameraGeneral - components: - - rot: 3.141592653589793 rad - pos: -19.5,5.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hallway - type: SurveillanceCamera -- uid: 4362 - type: CableMV - components: - - pos: 64.5,7.5 - parent: 852 - type: Transform -- uid: 4363 - type: CableMV - components: - - pos: 64.5,9.5 - parent: 852 - type: Transform -- uid: 4364 - type: Emitter - components: - - rot: -1.5707963267948966 rad - pos: 78.5,6.5 - parent: 852 - type: Transform -- uid: 4365 - type: CableMV - components: - - pos: 65.5,9.5 - parent: 852 - type: Transform -- uid: 4366 - type: CableMV - components: - - pos: 68.5,9.5 - parent: 852 - type: Transform -- uid: 4367 - type: CableMV - components: - - pos: 78.5,9.5 - parent: 852 - type: Transform -- uid: 4368 - type: SurveillanceCameraGeneral - components: - - rot: 1.5707963267948966 rad - pos: -23.5,10.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Tool Hall - type: SurveillanceCamera -- uid: 4369 - type: CableMV - components: - - pos: 76.5,9.5 - parent: 852 - type: Transform -- uid: 4370 - type: CableMV - components: - - pos: 74.5,9.5 - parent: 852 - type: Transform -- uid: 4371 - type: CableMV - components: - - pos: 72.5,9.5 - parent: 852 - type: Transform -- uid: 4372 - type: CableMV - components: - - pos: 70.5,9.5 - parent: 852 - type: Transform -- uid: 4373 - type: CableMV - components: - - pos: 64.5,5.5 - parent: 852 - type: Transform -- uid: 4374 - type: Grille - components: - - pos: 74.5,-6.5 - parent: 852 - type: Transform -- uid: 4375 - type: ReinforcedWindow - components: - - pos: 51.5,-17.5 - parent: 852 - type: Transform -- uid: 4376 - type: Grille - components: - - pos: 41.5,-26.5 - parent: 852 - type: Transform -- uid: 4377 - type: Grille - components: - - pos: 45.5,-29.5 - parent: 852 - type: Transform -- uid: 4378 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 42.5,-25.5 - parent: 852 - type: Transform -- uid: 4379 - type: CableApcExtension - components: - - pos: 36.5,-12.5 - parent: 852 - type: Transform -- uid: 4380 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-12.5 - parent: 852 - type: Transform -- uid: 4381 - type: ClosetEmergencyFilledRandom - components: - - pos: 33.5,-10.5 - parent: 852 - type: Transform -- uid: 4382 - type: RandomSpawner - components: - - pos: 30.5,-10.5 - parent: 852 - type: Transform -- uid: 4383 - type: CableApcExtension - components: - - pos: 33.5,-22.5 - parent: 852 - type: Transform -- uid: 4384 - type: WallReinforced - components: - - pos: 36.5,-18.5 - parent: 852 - type: Transform -- uid: 4385 - type: WallReinforced - components: - - pos: 38.5,-22.5 - parent: 852 - type: Transform -- uid: 4386 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 37.5,-26.5 - parent: 852 - type: Transform -- uid: 4387 - type: Grille - components: - - pos: 70.5,-6.5 - parent: 852 - type: Transform -- uid: 4388 - type: Grille - components: - - pos: 68.5,-6.5 - parent: 852 - type: Transform -- uid: 4389 - type: Grille - components: - - pos: 67.5,-6.5 - parent: 852 - type: Transform -- uid: 4390 - type: Grille - components: - - pos: 65.5,-6.5 - parent: 852 - type: Transform -- uid: 4391 - type: Grille - components: - - pos: 59.5,-6.5 - parent: 852 - type: Transform -- uid: 4392 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 69.5,-6.5 - parent: 852 - type: Transform -- uid: 4393 - type: Grille - components: - - pos: 58.5,6.5 - parent: 852 - type: Transform -- uid: 4394 - type: Grille - components: - - pos: 61.5,6.5 - parent: 852 - type: Transform -- uid: 4395 - type: WindowReinforcedDirectional - components: - - rot: 3.141592653589793 rad - pos: 47.5,-8.5 - parent: 852 - type: Transform -- uid: 4396 - type: WindowReinforcedDirectional - components: - - rot: 3.141592653589793 rad - pos: 49.5,-8.5 - parent: 852 - type: Transform -- uid: 4397 - type: WindowReinforcedDirectional - components: - - rot: 3.141592653589793 rad - pos: 51.5,-8.5 - parent: 852 - type: Transform -- uid: 4398 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 54.5,3.5 - parent: 852 - type: Transform -- uid: 4399 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 54.5,1.5 - parent: 852 - type: Transform -- uid: 4400 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 66.5,-6.5 - parent: 852 - type: Transform -- uid: 4401 - type: Catwalk - components: - - pos: 20.5,-35.5 - parent: 852 - type: Transform -- uid: 4402 - type: AirlockEngineeringGlassLocked - components: - - pos: 54.5,2.5 - parent: 852 - type: Transform -- uid: 4403 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 54.5,3.5 - parent: 852 - type: Transform -- uid: 4404 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 75.5,-6.5 - parent: 852 - type: Transform -- uid: 4405 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 47.5,-7.5 - parent: 852 - type: Transform -- uid: 4406 - type: Catwalk - components: - - pos: 49.5,-6.5 - parent: 852 - type: Transform -- uid: 4407 - type: Catwalk - components: - - pos: 50.5,-6.5 - parent: 852 - type: Transform -- uid: 4408 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 51.5,-7.5 - parent: 852 - type: Transform -- uid: 4409 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 49.5,-7.5 - parent: 852 - type: Transform -- uid: 4410 - type: CableApcExtension - components: - - rot: 4.371139006309477E-08 rad - pos: 47.5,-4.5 - parent: 852 - type: Transform -- uid: 4411 - type: SolarPanel - components: - - pos: 29.5,-27.5 - parent: 852 - type: Transform -- uid: 4412 - type: CableHV - components: - - pos: 21.5,-27.5 - parent: 852 - type: Transform -- uid: 4413 - type: CableHV - components: - - pos: 19.5,-27.5 - parent: 852 - type: Transform -- uid: 4414 - type: Grille - components: - - pos: 80.5,-5.5 - parent: 852 - type: Transform -- uid: 4415 - type: SolarPanel - components: - - pos: 27.5,-35.5 - parent: 852 - type: Transform -- uid: 4416 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 80.5,-1.5 - parent: 852 - type: Transform -- uid: 4417 - type: Grille - components: - - pos: 73.5,11.5 - parent: 852 - type: Transform -- uid: 4418 - type: Catwalk - components: - - pos: 51.5,-2.5 - parent: 852 - type: Transform -- uid: 4419 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 80.5,0.5 - parent: 852 - type: Transform -- uid: 4420 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 55.5,-6.5 - parent: 852 - type: Transform -- uid: 4421 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 80.5,9.5 - parent: 852 - type: Transform -- uid: 4422 - type: SolarPanel - components: - - pos: 19.5,-35.5 - parent: 852 - type: Transform -- uid: 4423 - type: SolarPanel - components: - - pos: 27.5,-27.5 - parent: 852 - type: Transform -- uid: 4424 - type: Catwalk - components: - - pos: 51.5,-4.5 - parent: 852 - type: Transform -- uid: 4425 - type: Grille - components: - - pos: 58.5,-6.5 - parent: 852 - type: Transform -- uid: 4426 - type: SolarPanel - components: - - pos: 19.5,-27.5 - parent: 852 - type: Transform -- uid: 4427 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 60.5,-6.5 - parent: 852 - type: Transform -- uid: 4428 - type: Grille - components: - - pos: 80.5,-4.5 - parent: 852 - type: Transform -- uid: 4429 - type: Grille - components: - - pos: 80.5,1.5 - parent: 852 - type: Transform -- uid: 4430 - type: GrilleBroken - components: - - pos: 80.5,7.5 - parent: 852 - type: Transform -- uid: 4431 - type: Grille - components: - - pos: 80.5,-0.5 - parent: 852 - type: Transform -- uid: 4432 - type: Grille - components: - - pos: 80.5,-6.5 - parent: 852 - type: Transform -- uid: 4433 - type: SurveillanceCameraGeneral - components: - - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Medical Hallway - type: SurveillanceCamera -- uid: 4434 - type: Grille - components: - - pos: 79.5,11.5 - parent: 852 - type: Transform -- uid: 4435 - type: Grille - components: - - pos: 78.5,11.5 - parent: 852 - type: Transform -- uid: 4436 - type: Catwalk - components: - - pos: 51.5,-5.5 - parent: 852 - type: Transform -- uid: 4437 - type: Catwalk - components: - - pos: 51.5,-6.5 - parent: 852 - type: Transform -- uid: 4438 - type: Catwalk - components: - - pos: 48.5,-6.5 - parent: 852 - type: Transform -- uid: 4439 - type: Catwalk - components: - - pos: 47.5,-4.5 - parent: 852 - type: Transform -- uid: 4440 - type: Catwalk - components: - - pos: 47.5,-5.5 - parent: 852 - type: Transform -- uid: 4441 - type: Catwalk - components: - - pos: 47.5,-2.5 - parent: 852 - type: Transform -- uid: 4442 - type: CableHV - components: - - rot: 4.371139006309477E-08 rad - pos: 48.5,-1.5 - parent: 852 - type: Transform -- uid: 4443 - type: CableHV - components: - - pos: 57.5,2.5 - parent: 852 - type: Transform -- uid: 4444 - type: WallReinforced - components: - - pos: 60.5,8.5 - parent: 852 - type: Transform -- uid: 4445 - type: CableHV - components: - - pos: 55.5,4.5 - parent: 852 - type: Transform -- uid: 4446 - type: CableHV - components: - - pos: 55.5,3.5 - parent: 852 - type: Transform -- uid: 4447 - type: CableHV - components: - - pos: 54.5,3.5 - parent: 852 - type: Transform -- uid: 4448 - type: CableHV - components: - - pos: 53.5,3.5 - parent: 852 - type: Transform -- uid: 4449 - type: CableHV - components: - - pos: 52.5,3.5 - parent: 852 - type: Transform -- uid: 4450 - type: CableMV - components: - - pos: 74.5,-4.5 - parent: 852 - type: Transform -- uid: 4451 - type: Grille - components: - - pos: 73.5,-6.5 - parent: 852 - type: Transform -- uid: 4452 - type: WallReinforced - components: - - pos: 52.5,4.5 - parent: 852 - type: Transform -- uid: 4453 - type: SMESBasic - components: - - pos: 14.5,-28.5 - parent: 852 - type: Transform -- uid: 4454 - type: CableHV - components: - - pos: 27.5,-27.5 - parent: 852 - type: Transform -- uid: 4455 - type: Grille - components: - - pos: 70.5,11.5 - parent: 852 - type: Transform -- uid: 4456 - type: Grille - components: - - pos: 75.5,11.5 - parent: 852 - type: Transform -- uid: 4457 - type: Poweredlight - components: - - pos: -1.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4458 - type: WallSolid - components: - - pos: -8.5,2.5 - parent: 852 - type: Transform -- uid: 4459 - type: Poweredlight - components: - - pos: -15.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4460 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -17.5,-21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4461 - type: Grille - components: - - pos: 80.5,11.5 - parent: 852 - type: Transform -- uid: 4462 - type: CableHV - components: - - pos: 25.5,-27.5 - parent: 852 - type: Transform -- uid: 4463 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 57.5,-6.5 - parent: 852 - type: Transform -- uid: 4464 - type: AirlockEngineeringGlassLocked - components: - - pos: 56.5,5.5 - parent: 852 - type: Transform -- uid: 4465 - type: GasMixerFlipped - components: - - desc: 'sends tritium to mix line ' - name: tritium to mix - type: MetaData - - rot: -1.5707963267948966 rad - pos: 43.5,16.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0 - inletOneConcentration: 1 - type: GasMixer -- uid: 4466 - type: Table - components: - - pos: 18.5,7.5 - parent: 852 - type: Transform -- uid: 4467 - type: RadiationCollector - components: - - pos: 64.5,1.5 - parent: 852 - type: Transform -- uid: 4468 - type: RadiationCollector - components: - - pos: 64.5,3.5 - parent: 852 - type: Transform -- uid: 4469 - type: RadiationCollector - components: - - pos: 64.5,4.5 - parent: 852 - type: Transform -- uid: 4470 - type: RadiationCollector - components: - - pos: 64.5,5.5 - parent: 852 - type: Transform -- uid: 4471 - type: Grille - components: - - pos: 80.5,2.5 - parent: 852 - type: Transform -- uid: 4472 - type: Grille - components: - - pos: 80.5,5.5 - parent: 852 - type: Transform -- uid: 4473 - type: Grille - components: - - pos: 80.5,4.5 - parent: 852 - type: Transform -- uid: 4474 - type: Grille - components: - - pos: 80.5,6.5 - parent: 852 - type: Transform -- uid: 4475 - type: Grille - components: - - pos: 80.5,10.5 - parent: 852 - type: Transform -- uid: 4476 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 64.5,11.5 - parent: 852 - type: Transform -- uid: 4477 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 67.5,11.5 - parent: 852 - type: Transform -- uid: 4478 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,10.5 - parent: 852 - type: Transform -- uid: 4479 - type: CableHV - components: - - pos: -25.5,17.5 - parent: 852 - type: Transform -- uid: 4480 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,1.5 - parent: 852 - type: Transform -- uid: 4481 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,2.5 - parent: 852 - type: Transform -- uid: 4482 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,3.5 - parent: 852 - type: Transform -- uid: 4483 - type: WindoorEngineeringLocked - components: - - pos: 57.5,-0.5 - parent: 852 - type: Transform -- uid: 4484 - type: PoweredSmallLight - components: - - pos: 59.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4485 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 60.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4486 - type: Poweredlight - components: - - pos: 55.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4487 - type: Grille - components: - - pos: 34.5,-13.5 - parent: 852 - type: Transform -- uid: 4488 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 29.5,-14.5 - parent: 852 - type: Transform -- uid: 4489 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 29.5,-13.5 - parent: 852 - type: Transform -- uid: 4490 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 29.5,-12.5 - parent: 852 - type: Transform -- uid: 4491 - type: CableApcExtension - components: - - pos: 29.5,-17.5 - parent: 852 - type: Transform -- uid: 4492 - type: CableApcExtension - components: - - pos: 28.5,-17.5 - parent: 852 - type: Transform -- uid: 4493 - type: WindowReinforcedDirectional - components: - - rot: 1.5707963267948966 rad - pos: 33.5,-12.5 - parent: 852 - type: Transform -- uid: 4494 - type: WallReinforced - components: - - pos: 34.5,-19.5 - parent: 852 - type: Transform -- uid: 4495 - type: CableApcExtension - components: - - pos: 38.5,-12.5 - parent: 852 - type: Transform -- uid: 4496 - type: CableApcExtension - components: - - pos: 37.5,-7.5 - parent: 852 - type: Transform -- uid: 4497 - type: CableApcExtension - components: - - pos: 36.5,-11.5 - parent: 852 - type: Transform -- uid: 4498 - type: CableApcExtension - components: - - pos: 38.5,-10.5 - parent: 852 - type: Transform -- uid: 4499 - type: WallReinforced - components: - - pos: 34.5,-21.5 - parent: 852 - type: Transform -- uid: 4500 - type: CableApcExtension - components: - - pos: 48.5,-6.5 - parent: 852 - type: Transform -- uid: 4501 - type: CableApcExtension - components: - - pos: 51.5,-5.5 - parent: 852 - type: Transform -- uid: 4502 - type: CableApcExtension - components: - - pos: 51.5,-6.5 - parent: 852 - type: Transform -- uid: 4503 - type: ClothingHeadHatPirate - components: - - pos: 36.423782,-15.13722 - parent: 852 - type: Transform -- uid: 4504 - type: MaintenanceFluffSpawner - components: - - pos: 35.5,-13.5 - parent: 852 - type: Transform -- uid: 4505 - type: CableApcExtension - components: - - pos: 29.5,-9.5 - parent: 852 - type: Transform -- uid: 4506 - type: WallSolid - components: - - pos: 34.5,-10.5 - parent: 852 - type: Transform -- uid: 4507 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 36.5,-13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4508 - type: AirlockMaintLocked - components: - - pos: 34.5,-9.5 - parent: 852 - type: Transform -- uid: 4509 - type: WallReinforced - components: - - pos: 31.5,-21.5 - parent: 852 - type: Transform -- uid: 4510 - type: Grille - components: - - pos: 31.5,-23.5 - parent: 852 - type: Transform -- uid: 4511 - type: WallSolid - components: - - pos: 29.5,-18.5 - parent: 852 - type: Transform -- uid: 4512 - type: RandomSpawner - components: - - pos: 36.5,-9.5 - parent: 852 - type: Transform -- uid: 4513 - type: RandomSpawner - components: - - pos: 24.5,-18.5 - parent: 852 - type: Transform -- uid: 4514 - type: ClothingHeadHatFez - components: - - pos: 29.50045,-19.290176 - parent: 852 - type: Transform -- uid: 4515 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-26.5 - parent: 852 - type: Transform -- uid: 4516 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 31.5,-24.5 - parent: 852 - type: Transform -- uid: 4517 - type: WallReinforced - components: - - pos: 38.5,-26.5 - parent: 852 - type: Transform -- uid: 4518 - type: WallReinforced - components: - - pos: 39.5,-26.5 - parent: 852 - type: Transform -- uid: 4519 - type: BoxLightMixed - components: - - pos: 29.483162,-10.500006 - parent: 852 - type: Transform -- uid: 4520 - type: WallSolid - components: - - pos: 31.5,-18.5 - parent: 852 - type: Transform -- uid: 4521 - type: WeldingFuelTankFull - components: - - pos: 27.5,-20.5 - parent: 852 - type: Transform -- uid: 4522 - type: ReinforcedWindow - components: - - pos: 34.5,-13.5 - parent: 852 - type: Transform -- uid: 4523 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 55.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4524 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 55.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4525 - type: FirelockGlass - components: - - pos: -10.5,1.5 - parent: 852 - type: Transform -- uid: 4526 - type: SignalButton - components: - - pos: -11.5,-2.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 4695 - - port: Toggle - uid: 4694 - - port: Toggle - uid: 4693 - type: SignalTransmitter -- uid: 4527 - type: WallReinforced - components: - - pos: 32.5,-16.5 - parent: 852 - type: Transform -- uid: 4528 - type: FirelockGlass - components: - - pos: -10.5,0.5 - parent: 852 - type: Transform -- uid: 4529 - type: FirelockGlass - components: - - pos: -10.5,-0.5 - parent: 852 - type: Transform -- uid: 4530 - type: ClosetRadiationSuitFilled - components: - - pos: 48.5,-0.5 - parent: 852 - type: Transform -- uid: 4531 - type: ClosetRadiationSuitFilled - components: - - pos: 50.5,-0.5 - parent: 852 - type: Transform -- uid: 4532 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 36.5,-22.5 - parent: 852 - type: Transform -- uid: 4533 - type: WallReinforced - components: - - pos: 39.5,-9.5 - parent: 852 - type: Transform -- uid: 4534 - type: CableHV - components: - - pos: -25.5,16.5 - parent: 852 - type: Transform -- uid: 4535 - type: WindoorEngineeringLocked - components: - - pos: 60.5,-0.5 - parent: 852 - type: Transform -- uid: 4536 - type: WindowReinforcedDirectional - components: - - pos: 58.5,-0.5 - parent: 852 - type: Transform -- uid: 4537 - type: WindowReinforcedDirectional - components: - - pos: 59.5,-0.5 - parent: 852 - type: Transform -- uid: 4538 - type: Screwdriver - components: - - pos: 57.503426,-1.8264575 - parent: 852 - type: Transform -- uid: 4539 - type: CableApcStack - components: - - pos: 60.253426,4.5485425 - parent: 852 - type: Transform -- uid: 4540 - type: ClothingHeadHelmetCosmonaut - components: - - pos: 61.425255,11.534994 - parent: 852 - type: Transform -- uid: 4541 - type: ClosetEmergencyFilledRandom - components: - - pos: 60.5,6.5 - parent: 852 - type: Transform -- uid: 4542 - type: Rack - components: - - pos: 59.5,6.5 - parent: 852 - type: Transform -- uid: 4543 - type: CableMV - components: - - pos: 73.5,-4.5 - parent: 852 - type: Transform -- uid: 4544 - type: CableMV - components: - - pos: 77.5,-4.5 - parent: 852 - type: Transform -- uid: 4545 - type: CableMV - components: - - pos: 76.5,-4.5 - parent: 852 - type: Transform -- uid: 4546 - type: CableMV - components: - - pos: 78.5,-1.5 - parent: 852 - type: Transform -- uid: 4547 - type: CableMV - components: - - pos: 78.5,-2.5 - parent: 852 - type: Transform -- uid: 4548 - type: Emitter - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-1.5 - parent: 852 - type: Transform -- uid: 4549 - type: SurveillanceCameraGeneral - components: - - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Hallway - type: SurveillanceCamera -- uid: 4550 - type: SurveillanceCameraGeneral - components: - - rot: 3.141592653589793 rad - pos: 1.5,-13.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Science Hallway - type: SurveillanceCamera -- uid: 4551 - type: Grille - components: - - pos: 72.5,-6.5 - parent: 852 - type: Transform -- uid: 4552 - type: Grille - components: - - pos: 71.5,-6.5 - parent: 852 - type: Transform -- uid: 4553 - type: CableMV - components: - - pos: 78.5,-4.5 - parent: 852 - type: Transform -- uid: 4554 - type: SurveillanceCameraGeneral - components: - - rot: 1.5707963267948966 rad - pos: 4.5,-29.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Hallway - type: SurveillanceCamera -- uid: 4555 - type: SurveillanceCameraService - components: - - rot: 3.141592653589793 rad - pos: 9.5,-22.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Library - type: SurveillanceCamera -- uid: 4556 - type: Emitter - components: - - rot: -1.5707963267948966 rad - pos: 78.5,-1.5 - parent: 852 - type: Transform -- uid: 4557 - type: SurveillanceCameraScience - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Science lab - type: SurveillanceCamera -- uid: 4558 - type: SurveillanceCameraScience - components: - - pos: -15.5,-22.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Test Chamber - type: SurveillanceCamera -- uid: 4559 - type: ContainmentFieldGenerator - components: - - pos: 75.5,-1.5 - parent: 852 - type: Transform -- uid: 4560 - type: ParticleAcceleratorEmitterLeftUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 59.5,1.5 - parent: 852 - type: Transform -- uid: 4561 - type: ContainmentFieldGenerator - components: - - pos: 67.5,-1.5 - parent: 852 - type: Transform -- uid: 4562 - type: ParticleAcceleratorEmitterCenterUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 59.5,2.5 - parent: 852 - type: Transform -- uid: 4563 - type: CableHV - components: - - pos: 46.5,1.5 - parent: 852 - type: Transform -- uid: 4564 - type: CableHV - components: - - pos: 21.5,-35.5 - parent: 852 - type: Transform -- uid: 4565 - type: CableHV - components: - - pos: 45.5,1.5 - parent: 852 - type: Transform -- uid: 4566 - type: CableHV - components: - - pos: 51.5,1.5 - parent: 852 - type: Transform -- uid: 4567 - type: CableHV - components: - - pos: 53.5,1.5 - parent: 852 - type: Transform -- uid: 4568 - type: CableHV - components: - - pos: 55.5,1.5 - parent: 852 - type: Transform -- uid: 4569 - type: ParticleAcceleratorControlBoxUnfinished - components: - - pos: 57.5,1.5 - parent: 852 - type: Transform -- uid: 4570 - type: ParticleAcceleratorPowerBoxUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 58.5,3.5 - parent: 852 - type: Transform -- uid: 4571 - type: ParticleAcceleratorEndCapUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 56.5,2.5 - parent: 852 - type: Transform -- uid: 4572 - type: SurveillanceCameraScience - components: - - pos: -7.5,-20.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Science Locker Room - type: SurveillanceCamera -- uid: 4573 - type: SurveillanceCameraRouterScience - components: - - pos: -7.5,-23.5 - parent: 852 - type: Transform -- uid: 4574 - type: SurveillanceCameraScience - components: - - pos: -5.5,-24.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Research Director's Office - type: SurveillanceCamera -- uid: 4575 - type: SurveillanceCameraSupply - components: - - rot: 3.141592653589793 rad - pos: 16.5,12.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo Request Room - type: SurveillanceCamera -- uid: 4576 - type: SurveillanceCameraSupply - components: - - rot: 1.5707963267948966 rad - pos: 24.5,13.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo Supply Room - type: SurveillanceCamera -- uid: 4577 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 36.5,-22.5 - parent: 852 - type: Transform -- uid: 4578 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 37.5,-22.5 - parent: 852 - type: Transform -- uid: 4579 - type: WallReinforced - components: - - pos: 39.5,-16.5 - parent: 852 - type: Transform -- uid: 4580 - type: WallReinforced - components: - - pos: 38.5,-18.5 - parent: 852 - type: Transform -- uid: 4581 - type: WallReinforced - components: - - pos: 37.5,-18.5 - parent: 852 - type: Transform -- uid: 4582 - type: WallReinforced - components: - - pos: 39.5,-18.5 - parent: 852 - type: Transform -- uid: 4583 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 36.5,-26.5 - parent: 852 - type: Transform -- uid: 4584 - type: WallReinforced - components: - - pos: 39.5,-22.5 - parent: 852 - type: Transform -- uid: 4585 - type: SpaceCash1000 - components: - - parent: 7057 - type: Transform -- uid: 4586 - type: BedsheetSpawner - components: - - pos: 32.5,-10.5 - parent: 852 - type: Transform -- uid: 4587 - type: WallReinforced - components: - - pos: 32.5,-26.5 - parent: 852 - type: Transform -- uid: 4588 - type: WallReinforced - components: - - pos: 34.5,-26.5 - parent: 852 - type: Transform -- uid: 4589 - type: CableApcExtension - components: - - pos: 50.5,-6.5 - parent: 852 - type: Transform -- uid: 4590 - type: CableApcExtension - components: - - pos: 47.5,-5.5 - parent: 852 - type: Transform -- uid: 4591 - type: CableApcExtension - components: - - pos: 36.5,-14.5 - parent: 852 - type: Transform -- uid: 4592 - type: CableApcExtension - components: - - pos: 33.5,-9.5 - parent: 852 - type: Transform -- uid: 4593 - type: CableApcExtension - components: - - pos: 34.5,-9.5 - parent: 852 - type: Transform -- uid: 4594 - type: WallReinforced - components: - - pos: 34.5,-20.5 - parent: 852 - type: Transform -- uid: 4595 - type: Grille - components: - - pos: 41.5,-22.5 - parent: 852 - type: Transform -- uid: 4596 - type: Grille - components: - - pos: 40.5,-22.5 - parent: 852 - type: Transform -- uid: 4597 - type: Grille - components: - - pos: 42.5,-26.5 - parent: 852 - type: Transform -- uid: 4598 - type: Grille - components: - - pos: 44.5,-27.5 - parent: 852 - type: Transform -- uid: 4599 - type: Grille - components: - - pos: 44.5,-28.5 - parent: 852 - type: Transform -- uid: 4600 - type: Grille - components: - - pos: 44.5,-29.5 - parent: 852 - type: Transform -- uid: 4601 - type: GrilleBroken - components: - - pos: 71.5,-5.5 - parent: 852 - type: Transform -- uid: 4602 - type: Poweredlight - components: - - pos: 59.5,4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4603 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,0.5 - parent: 852 - type: Transform -- uid: 4604 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,-1.5 - parent: 852 - type: Transform -- uid: 4605 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: 52.5,6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4606 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 55.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4607 - type: Poweredlight - components: - - pos: 52.5,3.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4608 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 52.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4609 - type: WallSolid - components: - - pos: 36.5,-16.5 - parent: 852 - type: Transform -- uid: 4610 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 60.5,4.5 - parent: 852 - type: Transform -- uid: 4611 - type: WallReinforced - components: - - pos: 39.5,-10.5 - parent: 852 - type: Transform -- uid: 4612 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 36.5,-26.5 - parent: 852 - type: Transform -- uid: 4613 - type: FirelockGlass - components: - - pos: 37.5,-8.5 - parent: 852 - type: Transform -- uid: 4614 - type: Grille - components: - - pos: 34.5,-12.5 - parent: 852 - type: Transform -- uid: 4615 - type: WindowReinforcedDirectional - components: - - rot: 1.5707963267948966 rad - pos: 33.5,-13.5 - parent: 852 - type: Transform -- uid: 4616 - type: WindowReinforcedDirectional - components: - - rot: 1.5707963267948966 rad - pos: 33.5,-14.5 - parent: 852 - type: Transform -- uid: 4617 - type: Grille - components: - - pos: 50.5,-31.5 - parent: 852 - type: Transform -- uid: 4618 - type: Grille - components: - - pos: 51.5,-30.5 - parent: 852 - type: Transform -- uid: 4619 - type: Grille - components: - - pos: 53.5,-29.5 - parent: 852 - type: Transform -- uid: 4620 - type: Grille - components: - - pos: 54.5,-28.5 - parent: 852 - type: Transform -- uid: 4621 - type: Grille - components: - - pos: 56.5,-26.5 - parent: 852 - type: Transform -- uid: 4622 - type: Grille - components: - - pos: 55.5,-22.5 - parent: 852 - type: Transform -- uid: 4623 - type: CableApcExtension - components: - - pos: 37.5,-9.5 - parent: 852 - type: Transform -- uid: 4624 - type: Grille - components: - - pos: 56.5,-23.5 - parent: 852 - type: Transform -- uid: 4625 - type: Grille - components: - - pos: 56.5,-22.5 - parent: 852 - type: Transform -- uid: 4626 - type: YellowOxygenTankFilled - components: - - pos: 59.472126,6.503501 - parent: 852 - type: Transform -- uid: 4627 - type: ReinforcedWindow - components: - - pos: 45.5,-29.5 - parent: 852 - type: Transform -- uid: 4628 - type: ReinforcedWindow - components: - - pos: 44.5,-29.5 - parent: 852 - type: Transform -- uid: 4629 - type: ReinforcedWindow - components: - - pos: 44.5,-28.5 - parent: 852 - type: Transform -- uid: 4630 - type: CableApcExtension - components: - - pos: 42.5,-24.5 - parent: 852 - type: Transform -- uid: 4631 - type: ReinforcedWindow - components: - - pos: 46.5,-19.5 - parent: 852 - type: Transform -- uid: 4632 - type: ReinforcedWindow - components: - - pos: 44.5,-21.5 - parent: 852 - type: Transform -- uid: 4633 - type: CableApcExtension - components: - - pos: 43.5,-24.5 - parent: 852 - type: Transform -- uid: 4634 - type: ReinforcedWindow - components: - - pos: 46.5,-29.5 - parent: 852 - type: Transform -- uid: 4635 - type: ReinforcedWindow - components: - - pos: 44.5,-27.5 - parent: 852 - type: Transform -- uid: 4636 - type: GasVentPump - components: - - pos: 55.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4637 - type: Multitool - components: - - pos: -10.59917,-4.500046 - parent: 852 - type: Transform -- uid: 4638 - type: SignRadiationMed - components: - - pos: 54.5,4.5 - parent: 852 - type: Transform -- uid: 4639 - type: SignRadiationMed - components: - - pos: 54.5,0.5 - parent: 852 - type: Transform -- uid: 4640 - type: SignDangerMed - components: - - pos: 58.5,5.5 - parent: 852 - type: Transform -- uid: 4641 - type: Stool - components: - - rot: -1.5707963267948966 rad - pos: 58.5,1.5 - parent: 852 - type: Transform -- uid: 4642 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 55.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4643 - type: CableApcExtension - components: - - pos: 30.5,-9.5 - parent: 852 - type: Transform -- uid: 4644 - type: CableApcExtension - components: - - pos: 38.5,-11.5 - parent: 852 - type: Transform -- uid: 4645 - type: CableApcExtension - components: - - pos: 37.5,-8.5 - parent: 852 - type: Transform -- uid: 4646 - type: WallReinforced - components: - - pos: 39.5,-17.5 - parent: 852 - type: Transform -- uid: 4647 - type: CableApcExtension - components: - - pos: 32.5,-9.5 - parent: 852 - type: Transform -- uid: 4648 - type: WallReinforced - components: - - pos: 34.5,-22.5 - parent: 852 - type: Transform -- uid: 4649 - type: CableApcExtension - components: - - pos: 47.5,-6.5 - parent: 852 - type: Transform -- uid: 4650 - type: Emitter - components: - - rot: 1.5707963267948966 rad - pos: 64.5,6.5 - parent: 852 - type: Transform -- uid: 4651 - type: CableMV - components: - - pos: 64.5,-1.5 - parent: 852 - type: Transform -- uid: 4652 - type: CableMV - components: - - pos: 64.5,-2.5 - parent: 852 - type: Transform -- uid: 4653 - type: CableMV - components: - - pos: 64.5,-3.5 - parent: 852 - type: Transform -- uid: 4654 - type: SingularityGenerator - components: - - pos: 71.5,2.5 - parent: 852 - type: Transform -- uid: 4655 - type: CableHV - components: - - pos: 49.5,1.5 - parent: 852 - type: Transform -- uid: 4656 - type: ReinforcedWindow - components: - - pos: 31.5,-23.5 - parent: 852 - type: Transform -- uid: 4657 - type: WallSolid - components: - - pos: 30.5,-18.5 - parent: 852 - type: Transform -- uid: 4658 - type: RandomSpawner - components: - - pos: 24.5,-20.5 - parent: 852 - type: Transform -- uid: 4659 - type: ClothingOuterCoatBomber - components: - - pos: 29.559704,-19.508926 - parent: 852 - type: Transform -- uid: 4660 - type: Grille - components: - - pos: 31.5,-25.5 - parent: 852 - type: Transform -- uid: 4661 - type: WallReinforced - components: - - pos: 31.5,-22.5 - parent: 852 - type: Transform -- uid: 4662 - type: PoweredSmallLight - components: - - pos: 31.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4663 - type: ReinforcedWindow - components: - - pos: 31.5,-25.5 - parent: 852 - type: Transform -- uid: 4664 - type: CableApcExtension - components: - - pos: 48.5,-24.5 - parent: 852 - type: Transform -- uid: 4665 - type: CableApcExtension - components: - - pos: 39.5,-24.5 - parent: 852 - type: Transform -- uid: 4666 - type: CableApcExtension - components: - - pos: 38.5,-24.5 - parent: 852 - type: Transform -- uid: 4667 - type: CableApcExtension - components: - - pos: 37.5,-24.5 - parent: 852 - type: Transform -- uid: 4668 - type: CableApcExtension - components: - - pos: 36.5,-24.5 - parent: 852 - type: Transform -- uid: 4669 - type: CableApcExtension - components: - - pos: 35.5,-24.5 - parent: 852 - type: Transform -- uid: 4670 - type: CableApcExtension - components: - - pos: 34.5,-24.5 - parent: 852 - type: Transform -- uid: 4671 - type: CableApcExtension - components: - - pos: 33.5,-24.5 - parent: 852 - type: Transform -- uid: 4672 - type: CableApcExtension - components: - - pos: 33.5,-23.5 - parent: 852 - type: Transform -- uid: 4673 - type: ReinforcedWindow - components: - - pos: 56.5,-26.5 - parent: 852 - type: Transform -- uid: 4674 - type: WallReinforced - components: - - pos: 55.5,-21.5 - parent: 852 - type: Transform -- uid: 4675 - type: WallReinforced - components: - - pos: 52.5,-18.5 - parent: 852 - type: Transform -- uid: 4676 - type: ReinforcedWindow - components: - - pos: 47.5,-18.5 - parent: 852 - type: Transform -- uid: 4677 - type: ReinforcedWindow - components: - - pos: 51.5,-18.5 - parent: 852 - type: Transform -- uid: 4678 - type: WallReinforced - components: - - pos: 46.5,-18.5 - parent: 852 - type: Transform -- uid: 4679 - type: ReinforcedWindow - components: - - pos: 50.5,-17.5 - parent: 852 - type: Transform -- uid: 4680 - type: ReinforcedWindow - components: - - pos: 49.5,-17.5 - parent: 852 - type: Transform -- uid: 4681 - type: ReinforcedWindow - components: - - pos: 48.5,-17.5 - parent: 852 - type: Transform -- uid: 4682 - type: CableApcExtension - components: - - pos: 46.5,-24.5 - parent: 852 - type: Transform -- uid: 4683 - type: AirlockGlass - components: - - pos: 39.5,-25.5 - parent: 852 - type: Transform -- uid: 4684 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 33.5,14.5 - parent: 852 - type: Transform -- uid: 4685 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 25.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4686 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 36.5,14.5 - parent: 852 - type: Transform -- uid: 4687 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 23.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4688 - type: PottedPlantRandom - components: - - pos: 5.5,21.485424 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 4689 - type: Bookshelf - components: - - pos: 10.5,-26.5 - parent: 852 - type: Transform -- uid: 4690 - type: SurveillanceCameraSupply - components: - - rot: 3.141592653589793 rad - pos: 19.5,17.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Salvage Magnet - type: SurveillanceCamera -- uid: 4691 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 43.5,17.5 - parent: 852 - type: Transform -- uid: 4692 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 45.5,17.5 - parent: 852 - type: Transform -- uid: 4693 - type: ShuttersNormalOpen - components: - - rot: 1.5707963267948966 rad - pos: -10.5,1.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 4526 - type: SignalReceiver -- uid: 4694 - type: ShuttersNormalOpen - components: - - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 4526 - type: SignalReceiver -- uid: 4695 - type: ShuttersNormalOpen - components: - - rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 4526 - type: SignalReceiver -- uid: 4696 - type: GasPipeStraight - components: - - pos: -24.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4697 - type: ChairOfficeLight - components: - - rot: 3.141592653589793 rad - pos: 6.5,-8.5 - parent: 852 - type: Transform -- uid: 4698 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: -9.5,22.5 - parent: 852 - type: Transform -- uid: 4699 - type: ClothingOuterWinterQM - components: - - pos: 28.693995,8.425725 - parent: 852 - type: Transform -- uid: 4700 - type: Carpet - components: - - pos: -7.5,21.5 - parent: 852 - type: Transform -- uid: 4701 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: -7.5,21.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4702 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: -9.5,18.5 - parent: 852 - type: Transform -- uid: 4703 - type: Flash - components: - - pos: -4.959754,13.575671 - parent: 852 - type: Transform -- uid: 4704 - type: Stunbaton - components: - - pos: -13.49244,15.948444 - parent: 852 - type: Transform - - containers: - cell_slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 4705 - type: Stunbaton - components: - - pos: -13.539315,16.12032 - parent: 852 - type: Transform - - containers: - cell_slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 4706 - type: SurveillanceCameraService - components: - - rot: 1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Bar - type: SurveillanceCamera -- uid: 4707 - type: SurveillanceCameraCommand - components: - - rot: -1.5707963267948966 rad - pos: -2.5,28.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Bridge West - type: SurveillanceCamera -- uid: 4708 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 33.5,8.5 - parent: 852 - type: Transform -- uid: 4709 - type: PoweredSmallLight - components: - - pos: 28.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4710 - type: TableWood - components: - - pos: -23.5,-6.5 - parent: 852 - type: Transform -- uid: 4711 - type: TableWood - components: - - pos: -23.5,-5.5 - parent: 852 - type: Transform -- uid: 4712 - type: TableWood - components: - - pos: -24.5,-6.5 - parent: 852 - type: Transform -- uid: 4713 - type: TableWood - components: - - pos: -24.5,-5.5 - parent: 852 - type: Transform -- uid: 4714 - type: Chair - components: - - pos: -24.5,-4.5 - parent: 852 - type: Transform -- uid: 4715 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: -23.5,-7.5 - parent: 852 - type: Transform -- uid: 4716 - type: Grille - components: - - pos: -26.5,-14.5 - parent: 852 - type: Transform -- uid: 4717 - type: SheetSteel - components: - - pos: -17.466099,-17.492687 - parent: 852 - type: Transform -- uid: 4718 - type: SheetGlass - components: - - pos: -17.481724,-17.992687 - parent: 852 - type: Transform -- uid: 4719 - type: AirlockServiceLocked - components: - - pos: 10.5,-30.5 - parent: 852 - type: Transform -- uid: 4720 - type: CableApcExtension - components: - - pos: 7.5,-29.5 - parent: 852 - type: Transform -- uid: 4721 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 11.5,-30.5 - parent: 852 - type: Transform -- uid: 4722 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 11.5,-29.5 - parent: 852 - type: Transform -- uid: 4723 - type: d20Dice - components: - - pos: 11.36982,-23.570984 - parent: 852 - type: Transform -- uid: 4724 - type: AirlockGlass - components: - - pos: 5.5,-26.5 - parent: 852 - type: Transform -- uid: 4725 - type: WallSolid - components: - - pos: 10.5,-28.5 - parent: 852 - type: Transform -- uid: 4726 - type: WallSolid - components: - - pos: 11.5,-28.5 - parent: 852 - type: Transform -- uid: 4727 - type: WallSolid - components: - - pos: 12.5,-28.5 - parent: 852 - type: Transform -- uid: 4728 - type: DisposalPipe - components: - - pos: 3.5,-21.5 - parent: 852 - type: Transform -- uid: 4729 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 40.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4730 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 39.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4731 - type: GasPipeTJunction - components: - - pos: 38.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4732 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 37.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4733 - type: SheetGlass - components: - - pos: 49.10775,5.572377 - parent: 852 - type: Transform -- uid: 4734 - type: TableWood - components: - - pos: 7.5,-4.5 - parent: 852 - type: Transform -- uid: 4735 - type: GasPipeBend - components: - - pos: 31.5,9.5 - parent: 852 - type: Transform -- uid: 4736 - type: CableApcExtension - components: - - pos: 21.5,18.5 - parent: 852 - type: Transform -- uid: 4737 - type: GasPipeStraight - components: - - pos: -24.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 4738 - type: ChairOfficeDark - components: - - pos: 15.5,9.5 - parent: 852 - type: Transform -- uid: 4739 - type: DisposalPipe - components: - - pos: 3.5,-20.5 - parent: 852 - type: Transform -- uid: 4740 - type: WallReinforced - components: - - pos: 13.5,24.5 - parent: 852 - type: Transform -- uid: 4741 - type: WallSolid - components: - - rot: 1.5707963267948966 rad - pos: 11.5,25.5 - parent: 852 - type: Transform -- uid: 4742 - type: WallSolid - components: - - pos: 10.5,-29.5 - parent: 852 - type: Transform -- uid: 4743 - type: CableApcExtension - components: - - pos: 8.5,-29.5 - parent: 852 - type: Transform -- uid: 4744 - type: CableHV - components: - - pos: 29.5,-32.5 - parent: 852 - type: Transform -- uid: 4745 - type: CableApcExtension - components: - - pos: 5.5,-25.5 - parent: 852 - type: Transform -- uid: 4746 - type: CableApcExtension - components: - - pos: 6.5,-28.5 - parent: 852 - type: Transform -- uid: 4747 - type: DisposalPipe - components: - - pos: 3.5,-24.5 - parent: 852 - type: Transform -- uid: 4748 - type: DisposalPipe - components: - - pos: 3.5,-23.5 - parent: 852 - type: Transform -- uid: 4749 - type: DisposalPipe - components: - - pos: 3.5,-22.5 - parent: 852 - type: Transform -- uid: 4750 - type: WallSolid - components: - - pos: 5.5,-29.5 - parent: 852 - type: Transform -- uid: 4751 - type: WallSolid - components: - - pos: 5.5,-30.5 - parent: 852 - type: Transform -- uid: 4752 - type: CableApcExtension - components: - - pos: 6.5,-29.5 - parent: 852 - type: Transform -- uid: 4753 - type: CableApcExtension - components: - - pos: 4.5,-29.5 - parent: 852 - type: Transform -- uid: 4754 - type: CableApcExtension - components: - - pos: 5.5,-29.5 - parent: 852 - type: Transform -- uid: 4755 - type: CableApcExtension - components: - - pos: 6.5,-27.5 - parent: 852 - type: Transform -- uid: 4756 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -17.5,-25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4757 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -14.5,-15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4758 - type: CableApcExtension - components: - - rot: -1.5707963267948966 rad - pos: 13.5,-23.5 - parent: 852 - type: Transform -- uid: 4759 - type: CableApcExtension - components: - - pos: 10.5,-23.5 - parent: 852 - type: Transform -- uid: 4760 - type: CableApcExtension - components: - - pos: 8.5,-23.5 - parent: 852 - type: Transform -- uid: 4761 - type: CableApcExtension - components: - - pos: 9.5,-23.5 - parent: 852 - type: Transform -- uid: 4762 - type: CableApcExtension - components: - - pos: 9.5,-29.5 - parent: 852 - type: Transform -- uid: 4763 - type: CableApcExtension - components: - - pos: 11.5,-29.5 - parent: 852 - type: Transform -- uid: 4764 - type: CableApcExtension - components: - - pos: 11.5,-23.5 - parent: 852 - type: Transform -- uid: 4765 - type: CableApcExtension - components: - - pos: 12.5,-23.5 - parent: 852 - type: Transform -- uid: 4766 - type: CableApcExtension - components: - - pos: 12.5,-29.5 - parent: 852 - type: Transform -- uid: 4767 - type: CableApcExtension - components: - - pos: 12.5,-24.5 - parent: 852 - type: Transform -- uid: 4768 - type: CableApcExtension - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-28.5 - parent: 852 - type: Transform -- uid: 4769 - type: CableApcExtension - components: - - pos: 22.5,-19.5 - parent: 852 - type: Transform -- uid: 4770 - type: CableApcExtension - components: - - pos: 12.5,-25.5 - parent: 852 - type: Transform -- uid: 4771 - type: CableApcExtension - components: - - rot: -1.5707963267948966 rad - pos: 10.5,-29.5 - parent: 852 - type: Transform -- uid: 4772 - type: DisposalUnit - components: - - pos: 6.5,-30.5 - parent: 852 - type: Transform -- uid: 4773 - type: Bookshelf - components: - - pos: 6.5,-24.5 - parent: 852 - type: Transform -- uid: 4774 - type: CableHV - components: - - pos: 3.5,-24.5 - parent: 852 - type: Transform -- uid: 4775 - type: CableHV - components: - - pos: 3.5,-26.5 - parent: 852 - type: Transform -- uid: 4776 - type: CableHV - components: - - pos: 3.5,-25.5 - parent: 852 - type: Transform -- uid: 4777 - type: TableCarpet - components: - - pos: 10.5,-23.5 - parent: 852 - type: Transform -- uid: 4778 - type: WallSolid - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-24.5 - parent: 852 - type: Transform -- uid: 4779 - type: Bookshelf - components: - - pos: 11.5,-26.5 - parent: 852 - type: Transform -- uid: 4780 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 12.5,-30.5 - parent: 852 - type: Transform -- uid: 4781 - type: Bookshelf - components: - - pos: 7.5,-28.5 - parent: 852 - type: Transform -- uid: 4782 - type: FigureSpawner - components: - - pos: 10.5,-24.5 - parent: 852 - type: Transform -- uid: 4783 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 9.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 4784 - type: AirlockGlass - components: - - pos: 5.5,-27.5 - parent: 852 - type: Transform -- uid: 4785 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: 9.5,-29.5 - parent: 852 - type: Transform -- uid: 4786 - type: CableApcExtension - components: - - pos: 12.5,-26.5 - parent: 852 - type: Transform -- uid: 4787 - type: TableWood - components: - - pos: 9.5,-28.5 - parent: 852 - type: Transform -- uid: 4788 - type: Bookshelf - components: - - pos: 8.5,-24.5 - parent: 852 - type: Transform -- uid: 4789 - type: Bookshelf - components: - - pos: 8.5,-22.5 - parent: 852 - type: Transform -- uid: 4790 - type: DisposalBend - components: - - pos: 6.5,-27.5 - parent: 852 - type: Transform -- uid: 4791 - type: Bookshelf - components: - - pos: 6.5,-23.5 - parent: 852 - type: Transform -- uid: 4792 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 6.5,-28.5 - parent: 852 - type: Transform -- uid: 4793 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 6.5,-29.5 - parent: 852 - type: Transform -- uid: 4794 - type: CableApcExtension - components: - - pos: 12.5,-27.5 - parent: 852 - type: Transform -- uid: 4795 - type: DisposalTrunk - components: - - rot: 3.141592653589793 rad - pos: 6.5,-30.5 - parent: 852 - type: Transform -- uid: 4796 - type: Bookshelf - components: - - pos: 8.5,-23.5 - parent: 852 - type: Transform -- uid: 4797 - type: Bookshelf - components: - - pos: 8.5,-25.5 - parent: 852 - type: Transform -- uid: 4798 - type: DisposalPipe - components: - - rot: 1.5707963267948966 rad - pos: 5.5,-27.5 - parent: 852 - type: Transform -- uid: 4799 - type: DisposalPipe - components: - - rot: 1.5707963267948966 rad - pos: 4.5,-27.5 - parent: 852 - type: Transform -- uid: 4800 - type: DisposalPipe - components: - - pos: 3.5,-16.5 - parent: 852 - type: Transform -- uid: 4801 - type: DisposalPipe - components: - - pos: 3.5,-14.5 - parent: 852 - type: Transform -- uid: 4802 - type: DisposalPipe - components: - - pos: 3.5,-15.5 - parent: 852 - type: Transform -- uid: 4803 - type: DisposalPipe - components: - - pos: 3.5,-18.5 - parent: 852 - type: Transform -- uid: 4804 - type: DisposalPipe - components: - - pos: 3.5,-17.5 - parent: 852 - type: Transform -- uid: 4805 - type: DisposalPipe - components: - - pos: 3.5,-19.5 - parent: 852 - type: Transform -- uid: 4806 - type: DisposalUnit - components: - - pos: 12.5,-3.5 - parent: 852 - type: Transform -- uid: 4807 - type: ExtinguisherCabinetFilled - components: - - pos: 14.336893,-3.6277943 - parent: 852 - type: Transform -- uid: 4808 - type: CableApcExtension - components: - - pos: 12.5,24.5 - parent: 852 - type: Transform -- uid: 4809 - type: CableHV - components: - - pos: 3.5,-27.5 - parent: 852 - type: Transform -- uid: 4810 - type: CableHV - components: - - pos: 3.5,-28.5 - parent: 852 - type: Transform -- uid: 4811 - type: DisposalPipe - components: - - pos: 3.5,-26.5 - parent: 852 - type: Transform -- uid: 4812 - type: DisposalPipe - components: - - pos: 3.5,-25.5 - parent: 852 - type: Transform -- uid: 4813 - type: WallReinforced - components: - - pos: 13.5,-26.5 - parent: 852 - type: Transform -- uid: 4814 - type: WallReinforced - components: - - pos: 13.5,-27.5 - parent: 852 - type: Transform -- uid: 4815 - type: WallReinforced - components: - - pos: 13.5,-28.5 - parent: 852 - type: Transform -- uid: 4816 - type: WallReinforced - components: - - pos: 13.5,-29.5 - parent: 852 - type: Transform -- uid: 4817 - type: WallReinforced - components: - - pos: 13.5,-30.5 - parent: 852 - type: Transform -- uid: 4818 - type: WallReinforced - components: - - pos: 13.5,-31.5 - parent: 852 - type: Transform -- uid: 4819 - type: ReinforcedWindow - components: - - pos: 12.5,-32.5 - parent: 852 - type: Transform -- uid: 4820 - type: WallSolid - components: - - pos: 1.5,-24.5 - parent: 852 - type: Transform -- uid: 4821 - type: WallSolid - components: - - pos: 1.5,-25.5 - parent: 852 - type: Transform -- uid: 4822 - type: WallSolid - components: - - pos: 1.5,-26.5 - parent: 852 - type: Transform -- uid: 4823 - type: WallSolid - components: - - pos: 1.5,-27.5 - parent: 852 - type: Transform -- uid: 4824 - type: CableApcExtension - components: - - pos: 6.5,-26.5 - parent: 852 - type: Transform -- uid: 4825 - type: CableApcExtension - components: - - pos: 6.5,-25.5 - parent: 852 - type: Transform -- uid: 4826 - type: PoweredSmallLight - components: - - pos: -25.5,-10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4827 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4828 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -29.5,-8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4829 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 33.5,22.5 - parent: 852 - type: Transform -- uid: 4830 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 33.5,20.5 - parent: 852 - type: Transform -- uid: 4831 - type: SignLibrary - components: - - pos: 5.5,-22.5 - parent: 852 - type: Transform -- uid: 4832 - type: CableApcExtension - components: - - pos: 4.5,-25.5 - parent: 852 - type: Transform -- uid: 4833 - type: WallReinforced - components: - - pos: 0.5,-28.5 - parent: 852 - type: Transform -- uid: 4834 - type: WallReinforced - components: - - pos: 1.5,-28.5 - parent: 852 - type: Transform -- uid: 4835 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -3.5,-29.5 - parent: 852 - type: Transform -- uid: 4836 - type: WallReinforced - components: - - pos: 1.5,-30.5 - parent: 852 - type: Transform -- uid: 4837 - type: WallReinforced - components: - - pos: 1.5,-31.5 - parent: 852 - type: Transform -- uid: 4838 - type: WallReinforced - components: - - pos: 5.5,-31.5 - parent: 852 - type: Transform -- uid: 4839 - type: WallReinforced - components: - - pos: 6.5,-31.5 - parent: 852 - type: Transform -- uid: 4840 - type: WallReinforced - components: - - pos: 7.5,-31.5 - parent: 852 - type: Transform -- uid: 4841 - type: WallReinforced - components: - - pos: 8.5,-31.5 - parent: 852 - type: Transform -- uid: 4842 - type: WallReinforced - components: - - pos: 9.5,-31.5 - parent: 852 - type: Transform -- uid: 4843 - type: WallReinforced - components: - - pos: 10.5,-31.5 - parent: 852 - type: Transform -- uid: 4844 - type: Grille - components: - - pos: 12.5,-32.5 - parent: 852 - type: Transform -- uid: 4845 - type: BedsheetSpawner - components: - - pos: 12.5,-29.5 - parent: 852 - type: Transform -- uid: 4846 - type: Grille - components: - - pos: 2.5,-31.5 - parent: 852 - type: Transform -- uid: 4847 - type: Grille - components: - - pos: 3.5,-31.5 - parent: 852 - type: Transform -- uid: 4848 - type: Grille - components: - - pos: 4.5,-31.5 - parent: 852 - type: Transform -- uid: 4849 - type: ReinforcedWindow - components: - - pos: 2.5,-31.5 - parent: 852 - type: Transform -- uid: 4850 - type: ReinforcedWindow - components: - - pos: 3.5,-31.5 - parent: 852 - type: Transform -- uid: 4851 - type: ReinforcedWindow - components: - - pos: 4.5,-31.5 - parent: 852 - type: Transform -- uid: 4852 - type: TableGlass - components: - - pos: 3.5,-30.5 - parent: 852 - type: Transform -- uid: 4853 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-30.5 - parent: 852 - type: Transform -- uid: 4854 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-30.5 - parent: 852 - type: Transform -- uid: 4855 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 33.5,24.5 - parent: 852 - type: Transform -- uid: 4856 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 40.5,20.5 - parent: 852 - type: Transform -- uid: 4857 - type: WallSolid - components: - - pos: -13.5,-9.5 - parent: 852 - type: Transform -- uid: 4858 - type: AirlockMaint - components: - - pos: -14.5,-9.5 - parent: 852 - type: Transform -- uid: 4859 - type: CableApcExtension - components: - - pos: -15.5,-10.5 - parent: 852 - type: Transform -- uid: 4860 - type: Table - components: - - pos: -10.5,-6.5 - parent: 852 - type: Transform -- uid: 4861 - type: CableApcExtension - components: - - pos: -13.5,-10.5 - parent: 852 - type: Transform -- uid: 4862 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4863 - type: CableMV - components: - - pos: 12.5,23.5 - parent: 852 - type: Transform -- uid: 4864 - type: CableApcExtension - components: - - pos: 12.5,20.5 - parent: 852 - type: Transform -- uid: 4865 - type: CableApcExtension - components: - - pos: 12.5,21.5 - parent: 852 - type: Transform -- uid: 4866 - type: CableApcExtension - components: - - pos: 12.5,22.5 - parent: 852 - type: Transform -- uid: 4867 - type: WallReinforced - components: - - pos: 11.5,20.5 - parent: 852 - type: Transform -- uid: 4868 - type: SpawnPointScientist - components: - - pos: -7.5,-19.5 - parent: 852 - type: Transform -- uid: 4869 - type: Table - components: - - pos: -17.5,-17.5 - parent: 852 - type: Transform -- uid: 4870 - type: Table - components: - - pos: -17.5,-18.5 - parent: 852 - type: Transform -- uid: 4871 - type: Catwalk - components: - - pos: 28.5,-35.5 - parent: 852 - type: Transform -- uid: 4872 - type: SolarPanel - components: - - pos: 29.5,-35.5 - parent: 852 - type: Transform -- uid: 4873 - type: CableHV - components: - - pos: 29.5,-27.5 - parent: 852 - type: Transform -- uid: 4874 - type: SolarPanel - components: - - pos: 21.5,-35.5 - parent: 852 - type: Transform -- uid: 4875 - type: CableHV - components: - - pos: 29.5,-35.5 - parent: 852 - type: Transform -- uid: 4876 - type: CableHV - components: - - pos: 27.5,-35.5 - parent: 852 - type: Transform -- uid: 4877 - type: Catwalk - components: - - pos: 28.5,-27.5 - parent: 852 - type: Transform -- uid: 4878 - type: Windoor - components: - - rot: -1.5707963267948966 rad - pos: -3.5,8.5 - parent: 852 - type: Transform -- uid: 4879 - type: Grille - components: - - pos: -2.5,6.5 - parent: 852 - type: Transform -- uid: 4880 - type: TableReinforced - components: - - pos: -1.5,6.5 - parent: 852 - type: Transform -- uid: 4881 - type: Grille - components: - - pos: -0.5,6.5 - parent: 852 - type: Transform -- uid: 4882 - type: ComfyChair - components: - - pos: -8.5,21.5 - parent: 852 - type: Transform -- uid: 4883 - type: ReinforcedWindow - components: - - pos: -0.5,6.5 - parent: 852 - type: Transform -- uid: 4884 - type: TableReinforced - components: - - pos: 15.5,-3.5 - parent: 852 - type: Transform -- uid: 4885 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,-21.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4886 - type: Carpet - components: - - pos: -8.5,20.5 - parent: 852 - type: Transform -- uid: 4887 - type: WallReinforced - components: - - pos: 14.5,-3.5 - parent: 852 - type: Transform -- uid: 4888 - type: SpawnPointHeadOfSecurity - components: - - pos: -9.5,20.5 - parent: 852 - type: Transform -- uid: 4889 - type: SignChem - components: - - pos: 18.5,-3.5 - parent: 852 - type: Transform -- uid: 4890 - type: WindoorSecurityLocked - components: - - rot: 3.141592653589793 rad - pos: -1.5,6.5 - parent: 852 - type: Transform -- uid: 4891 - type: SurveillanceCameraCommand - components: - - rot: 3.141592653589793 rad - pos: 9.5,11.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: EVA Supply - type: SurveillanceCamera -- uid: 4892 - type: Windoor - components: - - pos: -1.5,6.5 - parent: 852 - type: Transform -- uid: 4893 - type: AirlockBrigGlassLocked - components: - - pos: -4.5,6.5 - parent: 852 - type: Transform -- uid: 4894 - type: WallReinforced - components: - - pos: 0.5,6.5 - parent: 852 - type: Transform -- uid: 4895 - type: ExtinguisherCabinetFilled - components: - - pos: -34.5,-10.5 - parent: 852 - type: Transform -- uid: 4896 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: -2.5,16.5 - parent: 852 - type: Transform -- uid: 4897 - type: WaterTankHighCapacity - components: - - pos: -20.5,1.5 - parent: 852 - type: Transform -- uid: 4898 - type: WallReinforced - components: - - pos: -18.5,11.5 - parent: 852 - type: Transform -- uid: 4899 - type: ExtinguisherCabinetFilled - components: - - pos: -30.5,10.5 - parent: 852 - type: Transform -- uid: 4900 - type: ExtinguisherCabinetFilled - components: - - pos: -34.5,-2.5 - parent: 852 - type: Transform -- uid: 4901 - type: ExtinguisherCabinetFilled - components: - - pos: -16.5,-8.5 - parent: 852 - type: Transform -- uid: 4902 - type: ExtinguisherCabinetFilled - components: - - pos: -6.5,-16.5 - parent: 852 - type: Transform -- uid: 4903 - type: ExtinguisherCabinetFilled - components: - - pos: -6.5,-18.5 - parent: 852 - type: Transform -- uid: 4904 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-13.5 - parent: 852 - type: Transform -- uid: 4905 - type: ReinforcedWindow - components: - - pos: -28.5,-19.5 - parent: 852 - type: Transform -- uid: 4906 - type: ExtinguisherCabinetFilled - components: - - pos: 24.5,-16.5 - parent: 852 - type: Transform -- uid: 4907 - type: GasPressurePump - components: - - desc: pumps n2 into distro or mix - name: n2 pump - type: MetaData - - pos: 33.5,17.5 - parent: 852 - type: Transform -- uid: 4908 - type: ExtinguisherCabinetFilled - components: - - pos: 32.5,-5.5 - parent: 852 - type: Transform -- uid: 4909 - type: ExtinguisherCabinetFilled - components: - - pos: 41.5,-1.5 - parent: 852 - type: Transform -- uid: 4910 - type: SurveillanceCameraRouterService - components: - - pos: 25.5,1.5 - parent: 852 - type: Transform -- uid: 4911 - type: CableMV - components: - - pos: 78.5,6.5 - parent: 852 - type: Transform -- uid: 4912 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 24.5,15.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4913 - type: ExtinguisherCabinetFilled - components: - - pos: 17.5,8.5 - parent: 852 - type: Transform -- uid: 4914 - type: ExtinguisherCabinetFilled - components: - - pos: 9.5,12.5 - parent: 852 - type: Transform -- uid: 4915 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -9.5,-20.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4916 - type: ExtinguisherCabinetFilled - components: - - pos: -6.5,18.5 - parent: 852 - type: Transform -- uid: 4917 - type: ExtinguisherCabinetFilled - components: - - pos: 0.5,16.5 - parent: 852 - type: Transform -- uid: 4918 - type: ExtinguisherCabinetFilled - components: - - pos: 11.5,17.5 - parent: 852 - type: Transform -- uid: 4919 - type: CableApcExtension - components: - - pos: 12.5,26.5 - parent: 852 - type: Transform -- uid: 4920 - type: Table - components: - - pos: -3.5,17.5 - parent: 852 - type: Transform -- uid: 4921 - type: ExtinguisherCabinetFilled - components: - - pos: -3.5,-25.5 - parent: 852 - type: Transform -- uid: 4922 - type: ExtinguisherCabinetFilled - components: - - pos: -13.5,-23.5 - parent: 852 - type: Transform -- uid: 4923 - type: ExtinguisherCabinetFilled - components: - - pos: 11.5,-28.5 - parent: 852 - type: Transform -- uid: 4924 - type: MaintenanceWeaponSpawner - components: - - pos: -29.5,-4.5 - parent: 852 - type: Transform -- uid: 4925 - type: Lamp - components: - - pos: 37.66952,-0.30827445 - parent: 852 - type: Transform -- uid: 4926 - type: Grille - components: - - pos: 15.5,20.5 - parent: 852 - type: Transform -- uid: 4927 - type: Poweredlight - components: - - pos: -9.5,-17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4928 - type: Grille - components: - - pos: 15.5,21.5 - parent: 852 - type: Transform -- uid: 4929 - type: CableApcExtension - components: - - pos: 21.5,20.5 - parent: 852 - type: Transform -- uid: 4930 - type: ReinforcedWindow - components: - - pos: 19.5,21.5 - parent: 852 - type: Transform -- uid: 4931 - type: WallReinforced - components: - - pos: 15.5,19.5 - parent: 852 - type: Transform -- uid: 4932 - type: VendingMachineTankDispenserEVA - components: - - name: tank dispenser - type: MetaData - - pos: 28.5,16.5 - parent: 852 - type: Transform -- uid: 4933 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 54.5,1.5 - parent: 852 - type: Transform -- uid: 4934 - type: PottedPlantRandom - components: - - pos: 4.5,27.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 4935 - type: WallReinforced - components: - - pos: 28.5,-22.5 - parent: 852 - type: Transform -- uid: 4936 - type: WallReinforced - components: - - pos: 24.5,-26.5 - parent: 852 - type: Transform -- uid: 4937 - type: WallReinforced - components: - - pos: 25.5,-26.5 - parent: 852 - type: Transform -- uid: 4938 - type: WallReinforced - components: - - pos: 26.5,-26.5 - parent: 852 - type: Transform -- uid: 4939 - type: WallReinforced - components: - - pos: 28.5,-20.5 - parent: 852 - type: Transform -- uid: 4940 - type: ReinforcedWindow - components: - - pos: 28.5,-25.5 - parent: 852 - type: Transform -- uid: 4941 - type: WallReinforced - components: - - pos: 28.5,-21.5 - parent: 852 - type: Transform -- uid: 4942 - type: WallReinforced - components: - - pos: 28.5,-24.5 - parent: 852 - type: Transform -- uid: 4943 - type: ReinforcedWindow - components: - - pos: 28.5,-23.5 - parent: 852 - type: Transform -- uid: 4944 - type: WallReinforced - components: - - pos: 28.5,-26.5 - parent: 852 - type: Transform -- uid: 4945 - type: WallReinforced - components: - - pos: 27.5,-26.5 - parent: 852 - type: Transform -- uid: 4946 - type: WallSolid - components: - - pos: 25.5,-24.5 - parent: 852 - type: Transform -- uid: 4947 - type: CableHV - components: - - pos: -22.5,19.5 - parent: 852 - type: Transform -- uid: 4948 - type: AirlockMaint - components: - - pos: 25.5,-23.5 - parent: 852 - type: Transform -- uid: 4949 - type: MagazineMagnumSubMachineGun - components: - - pos: -13.671874,21.561327 - parent: 852 - type: Transform - - unspawnedCount: 25 - type: BallisticAmmoProvider -- uid: 4950 - type: WallSolid - components: - - pos: 27.5,-21.5 - parent: 852 - type: Transform -- uid: 4951 - type: WallSolid - components: - - pos: 26.5,-21.5 - parent: 852 - type: Transform -- uid: 4952 - type: WallReinforced - components: - - pos: 25.5,-15.5 - parent: 852 - type: Transform -- uid: 4953 - type: CableHV - components: - - pos: -29.5,26.5 - parent: 852 - type: Transform -- uid: 4954 - type: WallSolid - components: - - pos: 25.5,-22.5 - parent: 852 - type: Transform -- uid: 4955 - type: CableHV - components: - - pos: -29.5,27.5 - parent: 852 - type: Transform -- uid: 4956 - type: CableHV - components: - - pos: -29.5,23.5 - parent: 852 - type: Transform -- uid: 4957 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -30.5,-2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4958 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -30.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4959 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -33.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 4960 - type: CableHV - components: - - pos: -33.5,27.5 - parent: 852 - type: Transform -- uid: 4961 - type: CableApcExtension - components: - - pos: 26.5,-19.5 - parent: 852 - type: Transform -- uid: 4962 - type: CableApcExtension - components: - - pos: 26.5,-20.5 - parent: 852 - type: Transform -- uid: 4963 - type: CableApcExtension - components: - - pos: 22.5,-24.5 - parent: 852 - type: Transform -- uid: 4964 - type: CableApcExtension - components: - - pos: 23.5,-24.5 - parent: 852 - type: Transform -- uid: 4965 - type: CableApcExtension - components: - - pos: 22.5,-23.5 - parent: 852 - type: Transform -- uid: 4966 - type: CableApcExtension - components: - - pos: 22.5,-22.5 - parent: 852 - type: Transform -- uid: 4967 - type: CableApcExtension - components: - - pos: 22.5,-20.5 - parent: 852 - type: Transform -- uid: 4968 - type: CableApcExtension - components: - - pos: 22.5,-21.5 - parent: 852 - type: Transform -- uid: 4969 - type: WallSolid - components: - - pos: -20.5,16.5 - parent: 852 - type: Transform -- uid: 4970 - type: CableApcExtension - components: - - pos: 24.5,-24.5 - parent: 852 - type: Transform -- uid: 4971 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 32.5,24.5 - parent: 852 - type: Transform -- uid: 4972 - type: CableApcExtension - components: - - pos: 26.5,-24.5 - parent: 852 - type: Transform -- uid: 4973 - type: CableApcExtension - components: - - pos: 27.5,-24.5 - parent: 852 - type: Transform -- uid: 4974 - type: AirlockMaint - components: - - pos: 26.5,-19.5 - parent: 852 - type: Transform -- uid: 4975 - type: Firelock - components: - - pos: -22.5,21.5 - parent: 852 - type: Transform -- uid: 4976 - type: GasPipeStraight - components: - - pos: 41.5,22.5 - parent: 852 - type: Transform -- uid: 4977 - type: WeaponPistolMk58 - components: - - pos: -14.374999,20.748827 - parent: 852 - type: Transform -- uid: 4978 - type: WallReinforced - components: - - pos: -27.5,18.5 - parent: 852 - type: Transform -- uid: 4979 - type: WallReinforced - components: - - pos: -27.5,19.5 - parent: 852 - type: Transform -- uid: 4980 - type: WallReinforced - components: - - pos: -27.5,20.5 - parent: 852 - type: Transform -- uid: 4981 - type: WallSolid - components: - - pos: -20.5,18.5 - parent: 852 - type: Transform -- uid: 4982 - type: AirlockEngineeringLocked - components: - - name: Northern Solars - type: MetaData - - pos: -22.5,21.5 - parent: 852 - type: Transform -- uid: 4983 - type: MagazineMagnumSubMachineGun - components: - - pos: -13.828124,21.561327 - parent: 852 - type: Transform - - unspawnedCount: 25 - type: BallisticAmmoProvider -- uid: 4984 - type: WallSolid - components: - - pos: -21.5,18.5 - parent: 852 - type: Transform -- uid: 4985 - type: WallSolid - components: - - pos: -24.5,18.5 - parent: 852 - type: Transform -- uid: 4986 - type: WallSolid - components: - - pos: -24.5,17.5 - parent: 852 - type: Transform -- uid: 4987 - type: WallSolid - components: - - pos: -24.5,16.5 - parent: 852 - type: Transform -- uid: 4988 - type: WallReinforced - components: - - pos: -27.5,21.5 - parent: 852 - type: Transform -- uid: 4989 - type: WallReinforced - components: - - pos: -26.5,21.5 - parent: 852 - type: Transform -- uid: 4990 - type: WallReinforced - components: - - pos: -25.5,21.5 - parent: 852 - type: Transform -- uid: 4991 - type: WallReinforced - components: - - pos: -24.5,21.5 - parent: 852 - type: Transform -- uid: 4992 - type: CableHV - components: - - pos: -22.5,20.5 - parent: 852 - type: Transform -- uid: 4993 - type: WallReinforced - components: - - pos: -25.5,23.5 - parent: 852 - type: Transform -- uid: 4994 - type: CableHV - components: - - pos: -25.5,15.5 - parent: 852 - type: Transform -- uid: 4995 - type: CableHV - components: - - pos: -25.5,19.5 - parent: 852 - type: Transform -- uid: 4996 - type: CableApcExtension - components: - - pos: -20.5,19.5 - parent: 852 - type: Transform -- uid: 4997 - type: CableApcExtension - components: - - pos: -21.5,19.5 - parent: 852 - type: Transform -- uid: 4998 - type: CableApcExtension - components: - - pos: -23.5,19.5 - parent: 852 - type: Transform -- uid: 4999 - type: CableMV - components: - - pos: -0.5,-10.5 - parent: 852 - type: Transform -- uid: 5000 - type: CableApcExtension - components: - - pos: -19.5,19.5 - parent: 852 - type: Transform -- uid: 5001 - type: CableApcExtension - components: - - pos: -18.5,19.5 - parent: 852 - type: Transform -- uid: 5002 - type: ReinforcedWindow - components: - - pos: 28.5,-14.5 - parent: 852 - type: Transform -- uid: 5003 - type: TableWood - components: - - pos: -23.5,-2.5 - parent: 852 - type: Transform -- uid: 5004 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-2.5 - parent: 852 - type: Transform -- uid: 5005 - type: PoweredSmallLight - components: - - pos: -18.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5006 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 31.5,23.5 - parent: 852 - type: Transform -- uid: 5007 - type: GasFilterFlipped - components: - - desc: filters co2 out of waste - name: co2 filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 38.5,17.5 - parent: 852 - type: Transform -- uid: 5008 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,-5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5009 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -12.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5010 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -12.5,-7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5011 - type: WallSolid - components: - - pos: 16.5,13.5 - parent: 852 - type: Transform -- uid: 5012 - type: GasPipeStraight - components: - - pos: 45.5,18.5 - parent: 852 - type: Transform -- uid: 5013 - type: GasPipeStraight - components: - - pos: 43.5,18.5 - parent: 852 - type: Transform -- uid: 5014 - type: CableMV - components: - - pos: 64.5,-4.5 - parent: 852 - type: Transform -- uid: 5015 - type: GasPipeStraight - components: - - pos: 43.5,19.5 - parent: 852 - type: Transform -- uid: 5016 - type: GasPipeStraight - components: - - pos: 45.5,20.5 - parent: 852 - type: Transform -- uid: 5017 - type: SolarPanel - components: - - pos: -37.5,27.5 - parent: 852 - type: Transform -- uid: 5018 - type: SolarPanel - components: - - pos: -35.5,25.5 - parent: 852 - type: Transform -- uid: 5019 - type: SolarPanel - components: - - pos: -35.5,26.5 - parent: 852 - type: Transform -- uid: 5020 - type: SolarPanel - components: - - pos: -35.5,27.5 - parent: 852 - type: Transform -- uid: 5021 - type: SolarPanel - components: - - pos: -33.5,25.5 - parent: 852 - type: Transform -- uid: 5022 - type: SolarPanel - components: - - pos: -33.5,26.5 - parent: 852 - type: Transform -- uid: 5023 - type: CableApcExtension - components: - - pos: 25.5,-24.5 - parent: 852 - type: Transform -- uid: 5024 - type: SolarPanel - components: - - pos: -33.5,27.5 - parent: 852 - type: Transform -- uid: 5025 - type: CableApcExtension - components: - - pos: -25.5,16.5 - parent: 852 - type: Transform -- uid: 5026 - type: CableApcExtension - components: - - pos: -25.5,17.5 - parent: 852 - type: Transform -- uid: 5027 - type: CableApcExtension - components: - - pos: -25.5,18.5 - parent: 852 - type: Transform -- uid: 5028 - type: GasFilterFlipped - components: - - desc: pulls tritium out of waste - name: tritium filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 42.5,17.5 - parent: 852 - type: Transform -- uid: 5029 - type: AtmosFixNitrogenMarker - components: - - pos: 32.5,23.5 - parent: 852 - type: Transform -- uid: 5030 - type: GasPipeStraight - components: - - pos: 36.5,19.5 - parent: 852 - type: Transform -- uid: 5031 - type: GasPipeStraight - components: - - pos: 36.5,18.5 - parent: 852 - type: Transform -- uid: 5032 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 33.5,17.5 - parent: 852 - type: Transform -- uid: 5033 - type: GasFilterFlipped - components: - - desc: filters o2 out of waste - name: o2 filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 34.5,17.5 - parent: 852 - type: Transform -- uid: 5034 - type: Firelock - components: - - pos: 26.5,-19.5 - parent: 852 - type: Transform -- uid: 5035 - type: Firelock - components: - - pos: 23.5,-24.5 - parent: 852 - type: Transform -- uid: 5036 - type: WallReinforced - components: - - pos: -25.5,-20.5 - parent: 852 - type: Transform -- uid: 5037 - type: SolarPanel - components: - - pos: -31.5,25.5 - parent: 852 - type: Transform -- uid: 5038 - type: CableHV - components: - - pos: -31.5,25.5 - parent: 852 - type: Transform -- uid: 5039 - type: CableHV - components: - - pos: -35.5,27.5 - parent: 852 - type: Transform -- uid: 5040 - type: CableHV - components: - - pos: -29.5,25.5 - parent: 852 - type: Transform -- uid: 5041 - type: CableHV - components: - - pos: -28.5,24.5 - parent: 852 - type: Transform -- uid: 5042 - type: CableHV - components: - - pos: -31.5,26.5 - parent: 852 - type: Transform -- uid: 5043 - type: CableHV - components: - - pos: -31.5,27.5 - parent: 852 - type: Transform -- uid: 5044 - type: GasPipeStraight - components: - - pos: 43.5,21.5 - parent: 852 - type: Transform -- uid: 5045 - type: GasPipeStraight - components: - - pos: 45.5,21.5 - parent: 852 - type: Transform -- uid: 5046 - type: GasPipeStraight - components: - - pos: 43.5,20.5 - parent: 852 - type: Transform -- uid: 5047 - type: GasPipeStraight - components: - - pos: 45.5,19.5 - parent: 852 - type: Transform -- uid: 5048 - type: GasPipeStraight - components: - - pos: 41.5,19.5 - parent: 852 - type: Transform -- uid: 5049 - type: GasPipeStraight - components: - - pos: 41.5,20.5 - parent: 852 - type: Transform -- uid: 5050 - type: GasPipeStraight - components: - - pos: 41.5,21.5 - parent: 852 - type: Transform -- uid: 5051 - type: CableHV - components: - - pos: -29.5,21.5 - parent: 852 - type: Transform -- uid: 5052 - type: CableHV - components: - - pos: -31.5,21.5 - parent: 852 - type: Transform -- uid: 5053 - type: CableHV - components: - - pos: -31.5,22.5 - parent: 852 - type: Transform -- uid: 5054 - type: CableHV - components: - - pos: -33.5,26.5 - parent: 852 - type: Transform -- uid: 5055 - type: CableHV - components: - - pos: -33.5,25.5 - parent: 852 - type: Transform -- uid: 5056 - type: GasPipeStraight - components: - - pos: 43.5,22.5 - parent: 852 - type: Transform -- uid: 5057 - type: WindoorScienceLocked - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 852 - type: Transform -- uid: 5058 - type: WindoorCommandLocked - components: - - rot: 1.5707963267948966 rad - pos: 6.5,20.5 - parent: 852 - type: Transform -- uid: 5059 - type: WallReinforced - components: - - pos: 11.5,27.5 - parent: 852 - type: Transform -- uid: 5060 - type: WallReinforced - components: - - pos: 14.5,26.5 - parent: 852 - type: Transform -- uid: 5061 - type: WallReinforced - components: - - pos: 13.5,27.5 - parent: 852 - type: Transform -- uid: 5062 - type: WallReinforced - components: - - pos: 13.5,25.5 - parent: 852 - type: Transform -- uid: 5063 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 31.5,24.5 - parent: 852 - type: Transform -- uid: 5064 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 7.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5065 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: 7.5,23.5 - parent: 852 - type: Transform -- uid: 5066 - type: Grille - components: - - pos: -1.5,9.5 - parent: 852 - type: Transform -- uid: 5067 - type: Grille - components: - - pos: -3.5,9.5 - parent: 852 - type: Transform -- uid: 5068 - type: AirlockSecurityGlassLocked - components: - - pos: 0.5,11.5 - parent: 852 - type: Transform -- uid: 5069 - type: AirlockSecurityGlassLocked - components: - - pos: -10.5,15.5 - parent: 852 - type: Transform -- uid: 5070 - type: AirlockSecurityGlassLocked - components: - - pos: -8.5,9.5 - parent: 852 - type: Transform -- uid: 5071 - type: Grille - components: - - pos: 13.5,1.5 - parent: 852 - type: Transform -- uid: 5072 - type: Grille - components: - - pos: 13.5,-2.5 - parent: 852 - type: Transform -- uid: 5073 - type: ReinforcedWindow - components: - - pos: 13.5,1.5 - parent: 852 - type: Transform -- uid: 5074 - type: LargeBeaker - components: - - pos: 18.88963,1.6178906 - parent: 852 - type: Transform - - solution: beaker - type: Drink -- uid: 5075 - type: chem_master - components: - - pos: 15.5,1.5 - parent: 852 - type: Transform -- uid: 5076 - type: chem_dispenser - components: - - pos: 19.5,-1.5 - parent: 852 - type: Transform -- uid: 5077 - type: TableReinforcedGlass - components: - - rot: -1.5707963267948966 rad - pos: 18.5,1.5 - parent: 852 - type: Transform -- uid: 5078 - type: TableReinforcedGlass - components: - - rot: -1.5707963267948966 rad - pos: 19.5,1.5 - parent: 852 - type: Transform -- uid: 5079 - type: chem_dispenser - components: - - pos: 16.5,1.5 - parent: 852 - type: Transform -- uid: 5080 - type: TableReinforcedGlass - components: - - pos: 19.5,0.5 - parent: 852 - type: Transform -- uid: 5081 - type: LargeBeaker - components: - - pos: 18.405254,1.6178906 - parent: 852 - type: Transform - - solution: beaker - type: Drink -- uid: 5082 - type: Grille - components: - - pos: 13.5,0.5 - parent: 852 - type: Transform -- uid: 5083 - type: ReinforcedWindow - components: - - pos: 13.5,0.5 - parent: 852 - type: Transform -- uid: 5084 - type: TableReinforced - components: - - pos: 13.5,-0.5 - parent: 852 - type: Transform -- uid: 5085 - type: WindoorMedicalLocked - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 852 - type: Transform -- uid: 5086 - type: Windoor - components: - - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 852 - type: Transform -- uid: 5087 - type: TableReinforcedGlass - components: - - rot: -1.5707963267948966 rad - pos: 14.5,1.5 - parent: 852 - type: Transform -- uid: 5088 - type: TableReinforcedGlass - components: - - rot: -1.5707963267948966 rad - pos: 14.5,0.5 - parent: 852 - type: Transform -- uid: 5089 - type: Table - components: - - pos: 27.5,0.5 - parent: 852 - type: Transform -- uid: 5090 - type: Dropper - components: - - pos: 14.514629,0.4460156 - parent: 852 - type: Transform -- uid: 5091 - type: Dropper - components: - - pos: 14.514629,0.6335156 - parent: 852 - type: Transform -- uid: 5092 - type: Dropper - components: - - pos: 14.530254,0.8210156 - parent: 852 - type: Transform -- uid: 5093 - type: BoxSyringe - components: - - pos: 14.499004,1.6491406 - parent: 852 - type: Transform -- uid: 5094 - type: LockerChemistryFilled - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-2.5 - parent: 852 - type: Transform -- uid: 5095 - type: ChairOfficeLight - components: - - rot: 3.141592653589793 rad - pos: 15.5,0.5 - parent: 852 - type: Transform -- uid: 5096 - type: Windoor - components: - - pos: 15.5,-3.5 - parent: 852 - type: Transform -- uid: 5097 - type: DisposalTrunk - components: - - rot: 3.141592653589793 rad - pos: 14.5,-2.5 - parent: 852 - type: Transform -- uid: 5098 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 37.5,17.5 - parent: 852 - type: Transform -- uid: 5099 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: 14.5,-1.5 - parent: 852 - type: Transform -- uid: 5100 - type: DisposalBend - components: - - pos: 14.5,-0.5 - parent: 852 - type: Transform -- uid: 5101 - type: DisposalJunction - components: - - rot: 3.141592653589793 rad - pos: 12.5,-0.5 - parent: 852 - type: Transform -- uid: 5102 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5103 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 19.936504,-0.3821094 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5104 - type: Firelock - components: - - pos: 13.5,-0.5 - parent: 852 - type: Transform -- uid: 5105 - type: Windoor - components: - - rot: 1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 852 - type: Transform -- uid: 5106 - type: Grille - components: - - pos: 0.5,-14.5 - parent: 852 - type: Transform -- uid: 5107 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 47.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5108 - type: CableMV - components: - - pos: 66.5,-4.5 - parent: 852 - type: Transform -- uid: 5109 - type: Windoor - components: - - pos: 15.5,8.5 - parent: 852 - type: Transform -- uid: 5110 - type: SignBar - components: - - pos: 1.5,2.5 - parent: 852 - type: Transform -- uid: 5111 - type: AirlockBrigGlassLocked - components: - - pos: -10.5,9.5 - parent: 852 - type: Transform -- uid: 5112 - type: Table - components: - - pos: 28.5,0.5 - parent: 852 - type: Transform -- uid: 5113 - type: ReinforcedWindow - components: - - pos: -2.5,6.5 - parent: 852 - type: Transform -- uid: 5114 - type: WarpPoint - components: - - pos: -15.5,-20.5 - parent: 852 - type: Transform - - location: tox - type: WarpPoint -- uid: 5115 - type: Firelock - components: - - pos: 6.5,20.5 - parent: 852 - type: Transform -- uid: 5116 - type: Firelock - components: - - pos: -3.5,8.5 - parent: 852 - type: Transform -- uid: 5117 - type: Grille - components: - - pos: -3.5,7.5 - parent: 852 - type: Transform -- uid: 5118 - type: ChairOfficeLight - components: - - rot: 1.5707963267948966 rad - pos: -0.5,-15.5 - parent: 852 - type: Transform -- uid: 5119 - type: TableWood - components: - - pos: 6.5,24.5 - parent: 852 - type: Transform -- uid: 5120 - type: PoweredSmallLight - components: - - pos: 10.5,26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5121 - type: CarpetBlue - components: - - pos: 8.5,24.5 - parent: 852 - type: Transform -- uid: 5122 - type: CableMV - components: - - pos: 67.5,-4.5 - parent: 852 - type: Transform -- uid: 5123 - type: Grille - components: - - pos: 57.5,5.5 - parent: 852 - type: Transform -- uid: 5124 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 33.5,21.5 - parent: 852 - type: Transform -- uid: 5125 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 33.5,19.5 - parent: 852 - type: Transform -- uid: 5126 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 35.5,22.5 - parent: 852 - type: Transform -- uid: 5127 - type: Grille - components: - - pos: 55.5,5.5 - parent: 852 - type: Transform -- uid: 5128 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5129 - type: SolarPanel - components: - - pos: -31.5,26.5 - parent: 852 - type: Transform -- uid: 5130 - type: SolarPanel - components: - - pos: -31.5,27.5 - parent: 852 - type: Transform -- uid: 5131 - type: SolarPanel - components: - - pos: -29.5,25.5 - parent: 852 - type: Transform -- uid: 5132 - type: SpawnMobCat - components: - - pos: 21.5,-14.5 - parent: 852 - type: Transform -- uid: 5133 - type: GasPipeStraight - components: - - pos: 37.5,18.5 - parent: 852 - type: Transform -- uid: 5134 - type: CableApcExtension - components: - - pos: 15.5,-10.5 - parent: 852 - type: Transform -- uid: 5135 - type: CableApcExtension - components: - - pos: 10.5,-9.5 - parent: 852 - type: Transform -- uid: 5136 - type: CableApcExtension - components: - - pos: 10.5,-10.5 - parent: 852 - type: Transform -- uid: 5137 - type: CarpetBlue - components: - - pos: 12.5,24.5 - parent: 852 - type: Transform -- uid: 5138 - type: WallSolid - components: - - pos: 7.5,-9.5 - parent: 852 - type: Transform -- uid: 5139 - type: Grille - components: - - pos: 8.5,-11.5 - parent: 852 - type: Transform -- uid: 5140 - type: GasPort - components: - - rot: 1.5707963267948966 rad - pos: 30.5,8.5 - parent: 852 - type: Transform -- uid: 5141 - type: WeaponSubMachineGunVector - components: - - pos: -14.406249,21.498827 - parent: 852 - type: Transform -- uid: 5142 - type: WallSolid - components: - - pos: -23.5,21.5 - parent: 852 - type: Transform -- uid: 5143 - type: WallSolid - components: - - pos: -21.5,21.5 - parent: 852 - type: Transform -- uid: 5144 - type: ConveyorBelt - components: - - pos: 20.5,19.5 - parent: 852 - type: Transform - - inputs: - Reverse: - - port: Right - uid: 7550 - Forward: - - port: Left - uid: 7550 - Off: - - port: Middle - uid: 7550 - type: SignalReceiver -- uid: 5145 - type: WallSolidRust - components: - - pos: 37.5,-14.5 - parent: 852 - type: Transform -- uid: 5146 - type: WallSolidRust - components: - - pos: 37.5,-12.5 - parent: 852 - type: Transform -- uid: 5147 - type: WallSolidRust - components: - - pos: 35.5,-16.5 - parent: 852 - type: Transform -- uid: 5148 - type: WallSolidRust - components: - - pos: 28.5,-19.5 - parent: 852 - type: Transform -- uid: 5149 - type: MaintenanceFluffSpawner - components: - - pos: 45.5,-2.5 - parent: 852 - type: Transform -- uid: 5150 - type: ConveyorBelt - components: - - pos: 20.5,20.5 - parent: 852 - type: Transform - - inputs: - Reverse: - - port: Right - uid: 7550 - Forward: - - port: Left - uid: 7550 - Off: - - port: Middle - uid: 7550 - type: SignalReceiver -- uid: 5151 - type: WindoorArmoryLocked - components: - - pos: -12.5,18.5 - parent: 852 - type: Transform -- uid: 5152 - type: WallSolid - components: - - pos: -26.5,-12.5 - parent: 852 - type: Transform -- uid: 5153 - type: ClothingOuterHardsuitSecurity - components: - - parent: 84 - type: Transform -- uid: 5154 - type: Table - components: - - pos: -12.5,11.5 - parent: 852 - type: Transform -- uid: 5155 - type: MagazinePistolSubMachineGunTopMounted - components: - - pos: -14.24543,19.569979 - parent: 852 - type: Transform - - unspawnedCount: 30 - type: BallisticAmmoProvider - - containers: - ballistic-ammo: !type:Container - ents: [] - type: ContainerContainer -- uid: 5156 - type: MagazineMagnumSubMachineGun - components: - - pos: -13.481142,21.563671 - parent: 852 - type: Transform - - unspawnedCount: 25 - type: BallisticAmmoProvider -- uid: 5157 - type: MagazinePistolSubMachineGunTopMounted - components: - - parent: 1152 - type: Transform - - unspawnedCount: 30 - type: BallisticAmmoProvider - - containers: - ballistic-ammo: !type:Container - ents: [] - type: ContainerContainer -- uid: 5158 - type: Dresser - components: - - pos: -22.5,-21.5 - parent: 852 - type: Transform -- uid: 5159 - type: SolarPanel - components: - - pos: -29.5,26.5 - parent: 852 - type: Transform -- uid: 5160 - type: SolarPanel - components: - - pos: -29.5,27.5 - parent: 852 - type: Transform -- uid: 5161 - type: SolarPanel - components: - - pos: -29.5,23.5 - parent: 852 - type: Transform -- uid: 5162 - type: SolarPanel - components: - - pos: -29.5,22.5 - parent: 852 - type: Transform -- uid: 5163 - type: SolarPanel - components: - - pos: -29.5,21.5 - parent: 852 - type: Transform -- uid: 5164 - type: SolarPanel - components: - - pos: -31.5,23.5 - parent: 852 - type: Transform -- uid: 5165 - type: SolarPanel - components: - - pos: -31.5,22.5 - parent: 852 - type: Transform -- uid: 5166 - type: SolarPanel - components: - - pos: -31.5,21.5 - parent: 852 - type: Transform -- uid: 5167 - type: SolarPanel - components: - - pos: -33.5,23.5 - parent: 852 - type: Transform -- uid: 5168 - type: SolarPanel - components: - - pos: -33.5,22.5 - parent: 852 - type: Transform -- uid: 5169 - type: SolarPanel - components: - - pos: -33.5,21.5 - parent: 852 - type: Transform -- uid: 5170 - type: SolarPanel - components: - - pos: -35.5,23.5 - parent: 852 - type: Transform -- uid: 5171 - type: SolarPanel - components: - - pos: -35.5,22.5 - parent: 852 - type: Transform -- uid: 5172 - type: SolarPanel - components: - - pos: -35.5,21.5 - parent: 852 - type: Transform -- uid: 5173 - type: SolarPanel - components: - - pos: -37.5,23.5 - parent: 852 - type: Transform -- uid: 5174 - type: SolarPanel - components: - - pos: -37.5,22.5 - parent: 852 - type: Transform -- uid: 5175 - type: SolarPanel - components: - - pos: -37.5,21.5 - parent: 852 - type: Transform -- uid: 5176 - type: WallReinforced - components: - - pos: -24.5,22.5 - parent: 852 - type: Transform -- uid: 5177 - type: WallReinforced - components: - - pos: -24.5,23.5 - parent: 852 - type: Transform -- uid: 5178 - type: WallReinforced - components: - - pos: -24.5,25.5 - parent: 852 - type: Transform -- uid: 5179 - type: WallReinforced - components: - - pos: -24.5,26.5 - parent: 852 - type: Transform -- uid: 5180 - type: WallReinforced - components: - - pos: -23.5,26.5 - parent: 852 - type: Transform -- uid: 5181 - type: WallReinforced - components: - - pos: -22.5,26.5 - parent: 852 - type: Transform -- uid: 5182 - type: WallReinforced - components: - - pos: -21.5,26.5 - parent: 852 - type: Transform -- uid: 5183 - type: WallReinforced - components: - - pos: -20.5,26.5 - parent: 852 - type: Transform -- uid: 5184 - type: ComputerSolarControl - components: - - pos: -21.5,25.5 - parent: 852 - type: Transform -- uid: 5185 - type: CableApcExtension - components: - - pos: -22.5,21.5 - parent: 852 - type: Transform -- uid: 5186 - type: CableApcExtension - components: - - pos: -22.5,22.5 - parent: 852 - type: Transform -- uid: 5187 - type: CableApcExtension - components: - - pos: -22.5,23.5 - parent: 852 - type: Transform -- uid: 5188 - type: CableApcExtension - components: - - pos: -22.5,24.5 - parent: 852 - type: Transform -- uid: 5189 - type: CableApcExtension - components: - - pos: -23.5,24.5 - parent: 852 - type: Transform -- uid: 5190 - type: PoweredSmallLight - components: - - pos: -22.5,25.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5191 - type: AirlockExternalLocked - components: - - pos: -24.5,24.5 - parent: 852 - type: Transform -- uid: 5192 - type: AirlockExternalLocked - components: - - pos: -26.5,24.5 - parent: 852 - type: Transform -- uid: 5193 - type: WallReinforced - components: - - pos: -26.5,23.5 - parent: 852 - type: Transform -- uid: 5194 - type: WallReinforced - components: - - pos: 39.5,20.5 - parent: 852 - type: Transform -- uid: 5195 - type: WallReinforced - components: - - pos: -26.5,25.5 - parent: 852 - type: Transform -- uid: 5196 - type: WallReinforced - components: - - pos: -25.5,25.5 - parent: 852 - type: Transform -- uid: 5197 - type: CableApcExtension - components: - - pos: -25.5,24.5 - parent: 852 - type: Transform -- uid: 5198 - type: Grille - components: - - pos: -28.5,18.5 - parent: 852 - type: Transform -- uid: 5199 - type: Grille - components: - - pos: -29.5,18.5 - parent: 852 - type: Transform -- uid: 5200 - type: CableHV - components: - - pos: -23.5,25.5 - parent: 852 - type: Transform -- uid: 5201 - type: CableHV - components: - - pos: -22.5,25.5 - parent: 852 - type: Transform -- uid: 5202 - type: CableHV - components: - - pos: -23.5,24.5 - parent: 852 - type: Transform -- uid: 5203 - type: CableHV - components: - - pos: -24.5,24.5 - parent: 852 - type: Transform -- uid: 5204 - type: CableHV - components: - - pos: -25.5,24.5 - parent: 852 - type: Transform -- uid: 5205 - type: CableHV - components: - - pos: -26.5,24.5 - parent: 852 - type: Transform -- uid: 5206 - type: CableHV - components: - - pos: -27.5,24.5 - parent: 852 - type: Transform -- uid: 5207 - type: CableApcExtension - components: - - pos: -24.5,24.5 - parent: 852 - type: Transform -- uid: 5208 - type: CableApcExtension - components: - - pos: -22.5,20.5 - parent: 852 - type: Transform -- uid: 5209 - type: CableHV - components: - - pos: -20.5,19.5 - parent: 852 - type: Transform -- uid: 5210 - type: CableHV - components: - - pos: -19.5,19.5 - parent: 852 - type: Transform -- uid: 5211 - type: ReinforcedWindow - components: - - pos: -33.5,16.5 - parent: 852 - type: Transform -- uid: 5212 - type: ReinforcedWindow - components: - - pos: -33.5,17.5 - parent: 852 - type: Transform -- uid: 5213 - type: CableHV - components: - - pos: -21.5,25.5 - parent: 852 - type: Transform -- uid: 5214 - type: WallSolidRust - components: - - pos: -31.5,-10.5 - parent: 852 - type: Transform -- uid: 5215 - type: Grille - components: - - pos: -10.5,13.5 - parent: 852 - type: Transform -- uid: 5216 - type: AirlockMaint - components: - - pos: -27.5,16.5 - parent: 852 - type: Transform -- uid: 5217 - type: Firelock - components: - - pos: -27.5,16.5 - parent: 852 - type: Transform -- uid: 5218 - type: WallSolid - components: - - pos: -24.5,-20.5 - parent: 852 - type: Transform -- uid: 5219 - type: Grille - components: - - pos: -30.5,18.5 - parent: 852 - type: Transform -- uid: 5220 - type: Grille - components: - - pos: -31.5,18.5 - parent: 852 - type: Transform -- uid: 5221 - type: Grille - components: - - pos: -32.5,18.5 - parent: 852 - type: Transform -- uid: 5222 - type: Grille - components: - - pos: -33.5,18.5 - parent: 852 - type: Transform -- uid: 5223 - type: Grille - components: - - pos: -33.5,17.5 - parent: 852 - type: Transform -- uid: 5224 - type: Grille - components: - - pos: -33.5,16.5 - parent: 852 - type: Transform -- uid: 5225 - type: ReinforcedWindow - components: - - pos: -33.5,18.5 - parent: 852 - type: Transform -- uid: 5226 - type: ReinforcedWindow - components: - - pos: -32.5,18.5 - parent: 852 - type: Transform -- uid: 5227 - type: ReinforcedWindow - components: - - pos: -31.5,18.5 - parent: 852 - type: Transform -- uid: 5228 - type: ReinforcedWindow - components: - - pos: -30.5,18.5 - parent: 852 - type: Transform -- uid: 5229 - type: ReinforcedWindow - components: - - pos: -29.5,18.5 - parent: 852 - type: Transform -- uid: 5230 - type: ReinforcedWindow - components: - - pos: -28.5,18.5 - parent: 852 - type: Transform -- uid: 5231 - type: CableApcExtension - components: - - pos: -28.5,15.5 - parent: 852 - type: Transform -- uid: 5232 - type: CableApcExtension - components: - - pos: -28.5,16.5 - parent: 852 - type: Transform -- uid: 5233 - type: CableApcExtension - components: - - pos: -29.5,16.5 - parent: 852 - type: Transform -- uid: 5234 - type: CableApcExtension - components: - - pos: -30.5,16.5 - parent: 852 - type: Transform -- uid: 5235 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -30.5,16.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5236 - type: WallReinforced - components: - - pos: 43.5,21.5 - parent: 852 - type: Transform -- uid: 5237 - type: WallReinforced - components: - - pos: 41.5,22.5 - parent: 852 - type: Transform -- uid: 5238 - type: WallReinforced - components: - - pos: 41.5,21.5 - parent: 852 - type: Transform -- uid: 5239 - type: WallReinforced - components: - - pos: 41.5,23.5 - parent: 852 - type: Transform -- uid: 5240 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -20.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5241 - type: WallReinforced - components: - - pos: 43.5,24.5 - parent: 852 - type: Transform -- uid: 5242 - type: WallReinforced - components: - - pos: 43.5,22.5 - parent: 852 - type: Transform -- uid: 5243 - type: CableApcExtension - components: - - pos: -21.5,24.5 - parent: 852 - type: Transform -- uid: 5244 - type: Grille - components: - - pos: -39.5,21.5 - parent: 852 - type: Transform -- uid: 5245 - type: WallReinforced - components: - - pos: 43.5,23.5 - parent: 852 - type: Transform -- uid: 5246 - type: Catwalk - components: - - pos: 27.5,-31.5 - parent: 852 - type: Transform -- uid: 5247 - type: Catwalk - components: - - pos: 28.5,-31.5 - parent: 852 - type: Transform -- uid: 5248 - type: Grille - components: - - pos: -39.5,24.5 - parent: 852 - type: Transform -- uid: 5249 - type: Catwalk - components: - - pos: 25.5,-31.5 - parent: 852 - type: Transform -- uid: 5250 - type: ComputerSolarControl - components: - - pos: 16.5,-27.5 - parent: 852 - type: Transform -- uid: 5251 - type: Grille - components: - - pos: -39.5,27.5 - parent: 852 - type: Transform -- uid: 5252 - type: WallReinforced - components: - - pos: 17.5,-27.5 - parent: 852 - type: Transform -- uid: 5253 - type: WallReinforced - components: - - pos: 17.5,-28.5 - parent: 852 - type: Transform -- uid: 5254 - type: WallReinforced - components: - - pos: 17.5,-29.5 - parent: 852 - type: Transform -- uid: 5255 - type: WallReinforced - components: - - pos: 17.5,-30.5 - parent: 852 - type: Transform -- uid: 5256 - type: WallReinforced - components: - - pos: 16.5,-30.5 - parent: 852 - type: Transform -- uid: 5257 - type: WallReinforced - components: - - pos: 14.5,-30.5 - parent: 852 - type: Transform -- uid: 5258 - type: AirlockExternalLocked - components: - - pos: 15.5,-30.5 - parent: 852 - type: Transform -- uid: 5259 - type: CableHV - components: - - pos: 15.5,-26.5 - parent: 852 - type: Transform -- uid: 5260 - type: CableHV - components: - - pos: 15.5,-27.5 - parent: 852 - type: Transform -- uid: 5261 - type: CableMV - components: - - pos: 68.5,-4.5 - parent: 852 - type: Transform -- uid: 5262 - type: CableHV - components: - - pos: 15.5,-29.5 - parent: 852 - type: Transform -- uid: 5263 - type: CableHV - components: - - pos: 15.5,-30.5 - parent: 852 - type: Transform -- uid: 5264 - type: CableHV - components: - - pos: 15.5,-31.5 - parent: 852 - type: Transform -- uid: 5265 - type: Catwalk - components: - - pos: 28.5,-29.5 - parent: 852 - type: Transform -- uid: 5266 - type: Catwalk - components: - - pos: 28.5,-28.5 - parent: 852 - type: Transform -- uid: 5267 - type: Catwalk - components: - - pos: 24.5,-29.5 - parent: 852 - type: Transform -- uid: 5268 - type: Catwalk - components: - - pos: 24.5,-32.5 - parent: 852 - type: Transform -- uid: 5269 - type: Catwalk - components: - - pos: 20.5,-34.5 - parent: 852 - type: Transform -- uid: 5270 - type: Catwalk - components: - - pos: 24.5,-28.5 - parent: 852 - type: Transform -- uid: 5271 - type: Catwalk - components: - - pos: 24.5,-33.5 - parent: 852 - type: Transform -- uid: 5272 - type: Catwalk - components: - - pos: 24.5,-30.5 - parent: 852 - type: Transform -- uid: 5273 - type: Catwalk - components: - - pos: 20.5,-30.5 - parent: 852 - type: Transform -- uid: 5274 - type: Catwalk - components: - - pos: 18.5,-31.5 - parent: 852 - type: Transform -- uid: 5275 - type: Catwalk - components: - - pos: 20.5,-29.5 - parent: 852 - type: Transform -- uid: 5276 - type: Catwalk - components: - - pos: 26.5,-31.5 - parent: 852 - type: Transform -- uid: 5277 - type: Catwalk - components: - - pos: 24.5,-34.5 - parent: 852 - type: Transform -- uid: 5278 - type: Catwalk - components: - - pos: 24.5,-35.5 - parent: 852 - type: Transform -- uid: 5279 - type: Catwalk - components: - - pos: 28.5,-34.5 - parent: 852 - type: Transform -- uid: 5280 - type: Catwalk - components: - - pos: 24.5,-31.5 - parent: 852 - type: Transform -- uid: 5281 - type: Catwalk - components: - - pos: 19.5,-31.5 - parent: 852 - type: Transform -- uid: 5282 - type: Catwalk - components: - - pos: 20.5,-31.5 - parent: 852 - type: Transform -- uid: 5283 - type: Catwalk - components: - - pos: 20.5,-28.5 - parent: 852 - type: Transform -- uid: 5284 - type: Catwalk - components: - - pos: 24.5,-27.5 - parent: 852 - type: Transform -- uid: 5285 - type: CableApcExtension - components: - - pos: 14.5,-29.5 - parent: 852 - type: Transform -- uid: 5286 - type: CableApcExtension - components: - - pos: 15.5,-29.5 - parent: 852 - type: Transform -- uid: 5287 - type: CableApcExtension - components: - - pos: 16.5,-29.5 - parent: 852 - type: Transform -- uid: 5288 - type: CableApcExtension - components: - - pos: 16.5,-28.5 - parent: 852 - type: Transform -- uid: 5289 - type: CableApcExtension - components: - - pos: 16.5,-27.5 - parent: 852 - type: Transform -- uid: 5290 - type: CableApcExtension - components: - - pos: 15.5,-27.5 - parent: 852 - type: Transform -- uid: 5291 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,-28.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 5292 - type: CrateEngineeringCableHV - components: - - pos: 14.5,-27.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 5293 - type: AirlockExternalLocked - components: - - pos: 17.5,-31.5 - parent: 852 - type: Transform -- uid: 5294 - type: WallReinforced - components: - - pos: 13.5,-32.5 - parent: 852 - type: Transform -- uid: 5295 - type: WallReinforced - components: - - pos: 14.5,-32.5 - parent: 852 - type: Transform -- uid: 5296 - type: WallReinforced - components: - - pos: 15.5,-32.5 - parent: 852 - type: Transform -- uid: 5297 - type: WallReinforced - components: - - pos: 16.5,-32.5 - parent: 852 - type: Transform -- uid: 5298 - type: WallReinforced - components: - - pos: 17.5,-32.5 - parent: 852 - type: Transform -- uid: 5299 - type: CableHV - components: - - pos: 16.5,-31.5 - parent: 852 - type: Transform -- uid: 5300 - type: CableHV - components: - - pos: 17.5,-31.5 - parent: 852 - type: Transform -- uid: 5301 - type: CableHV - components: - - pos: 18.5,-31.5 - parent: 852 - type: Transform -- uid: 5302 - type: CableApcExtension - components: - - pos: 15.5,-30.5 - parent: 852 - type: Transform -- uid: 5303 - type: CableApcExtension - components: - - pos: 15.5,-31.5 - parent: 852 - type: Transform -- uid: 5304 - type: CableApcExtension - components: - - pos: 16.5,-31.5 - parent: 852 - type: Transform -- uid: 5305 - type: ExtinguisherCabinetFilled - components: - - pos: 17.5,-29.5 - parent: 852 - type: Transform -- uid: 5306 - type: ExtinguisherCabinetFilled - components: - - pos: -24.5,23.5 - parent: 852 - type: Transform -- uid: 5307 - type: GasMixerFlipped - components: - - desc: sends h2o to mix line - name: h2o to mix - type: MetaData - - rot: -1.5707963267948966 rad - pos: 45.5,16.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0 - inletOneConcentration: 1 - type: GasMixer -- uid: 5308 - type: GasMixerFlipped - components: - - desc: sends plasma to mix line - name: plasma to mix - type: MetaData - - rot: -1.5707963267948966 rad - pos: 41.5,16.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0 - inletOneConcentration: 1 - type: GasMixer -- uid: 5309 - type: GasMixerFlipped - components: - - desc: sends co2 to mix line - name: co2 to mix - type: MetaData - - rot: -1.5707963267948966 rad - pos: 39.5,16.5 - parent: 852 - type: Transform - - inletTwoConcentration: 0 - inletOneConcentration: 1 - type: GasMixer -- uid: 5310 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 42.5,16.5 - parent: 852 - type: Transform -- uid: 5311 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 44.5,16.5 - parent: 852 - type: Transform -- uid: 5312 - type: Firelock - components: - - pos: 15.5,-26.5 - parent: 852 - type: Transform -- uid: 5313 - type: Grille - components: - - pos: -43.5,9.5 - parent: 852 - type: Transform -- uid: 5314 - type: GasMixer - components: - - desc: sends n2 + o2 to mix line - name: n2 + o2 to mix - type: MetaData - - rot: 1.5707963267948966 rad - pos: 38.5,16.5 - parent: 852 - type: Transform -- uid: 5315 - type: WallReinforced - components: - - pos: 39.5,21.5 - parent: 852 - type: Transform -- uid: 5316 - type: WallReinforced - components: - - pos: 41.5,20.5 - parent: 852 - type: Transform -- uid: 5317 - type: CableApcExtension - components: - - pos: 24.5,-23.5 - parent: 852 - type: Transform -- uid: 5318 - type: WallReinforced - components: - - pos: 42.5,24.5 - parent: 852 - type: Transform -- uid: 5319 - type: WallReinforced - components: - - pos: 40.5,24.5 - parent: 852 - type: Transform -- uid: 5320 - type: WallReinforced - components: - - pos: 41.5,24.5 - parent: 852 - type: Transform -- uid: 5321 - type: GasPipeFourway - components: - - pos: 2.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5322 - type: GasPipeFourway - components: - - pos: 4.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5323 - type: GasPipeStraight - components: - - pos: 2.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5324 - type: GasPipeStraight - components: - - pos: 2.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5325 - type: GasPipeFourway - components: - - pos: 4.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5326 - type: GasPipeStraight - components: - - pos: 2.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5327 - type: GasPipeStraight - components: - - pos: 2.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5328 - type: GasPipeStraight - components: - - pos: 2.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5329 - type: GasPipeStraight - components: - - pos: 2.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5330 - type: GasPipeStraight - components: - - pos: 2.5,-4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5331 - type: GasPipeStraight - components: - - pos: 2.5,-5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5332 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5333 - type: GasPipeStraight - components: - - pos: 2.5,-7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5334 - type: GasPipeStraight - components: - - pos: 2.5,-8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5335 - type: GasPipeStraight - components: - - pos: 2.5,-9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5336 - type: GasPipeStraight - components: - - pos: 2.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5337 - type: GasPipeStraight - components: - - pos: 2.5,-11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5338 - type: GasPipeStraight - components: - - pos: 2.5,-12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5339 - type: GasPipeStraight - components: - - pos: 2.5,-13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5340 - type: GasPipeStraight - components: - - pos: 2.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5341 - type: GasPipeStraight - components: - - pos: 2.5,-15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5342 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5343 - type: GasPipeStraight - components: - - pos: 2.5,-17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5344 - type: GasPipeStraight - components: - - pos: 2.5,-18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5345 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 2.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5346 - type: GasPipeStraight - components: - - pos: 2.5,-20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5347 - type: GasPipeStraight - components: - - pos: 2.5,-21.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5348 - type: GasPipeStraight - components: - - pos: 2.5,-22.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5349 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5350 - type: GasPipeStraight - components: - - pos: 2.5,-24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5351 - type: GasPipeStraight - components: - - pos: 2.5,-25.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5352 - type: GasPipeStraight - components: - - pos: 2.5,-26.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5353 - type: GasPipeStraight - components: - - pos: 2.5,-27.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5354 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-28.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5355 - type: GasPipeStraight - components: - - pos: 4.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5356 - type: GasPipeStraight - components: - - pos: 4.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5357 - type: GasPipeStraight - components: - - pos: 4.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5358 - type: GasPipeStraight - components: - - pos: 4.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5359 - type: GasPipeStraight - components: - - pos: 4.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5360 - type: GasPipeStraight - components: - - pos: 4.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5361 - type: GasPipeFourway - components: - - pos: 2.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5362 - type: GasPipeStraight - components: - - pos: 4.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5363 - type: GasPipeStraight - components: - - pos: 4.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5364 - type: GasPipeStraight - components: - - pos: 4.5,-4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5365 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5366 - type: GasPipeStraight - components: - - pos: 4.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5367 - type: GasPipeStraight - components: - - pos: 4.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5368 - type: GasPipeStraight - components: - - pos: 4.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5369 - type: GasPipeStraight - components: - - pos: 4.5,-9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5370 - type: GasPipeStraight - components: - - pos: 4.5,-10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5371 - type: GasPipeStraight - components: - - pos: 4.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5372 - type: GasPipeStraight - components: - - pos: 4.5,-12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5373 - type: GasPipeStraight - components: - - pos: 4.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5374 - type: GasPipeStraight - components: - - pos: 4.5,-14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5375 - type: GasPipeStraight - components: - - pos: 4.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5376 - type: GasPipeStraight - components: - - pos: 4.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5377 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5378 - type: GasPipeStraight - components: - - pos: 4.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5379 - type: GasPipeStraight - components: - - pos: 4.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5380 - type: GasPipeTJunction - components: - - pos: 8.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5381 - type: GasPipeStraight - components: - - pos: 4.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5382 - type: GasPipeStraight - components: - - pos: 4.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5383 - type: GasPipeStraight - components: - - pos: 4.5,-23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5384 - type: GasPipeStraight - components: - - pos: 4.5,-24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5385 - type: GasPipeStraight - components: - - pos: 4.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5386 - type: GasPipeStraight - components: - - pos: 4.5,-26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5387 - type: GasPipeStraight - components: - - pos: 4.5,-27.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5388 - type: GasPipeStraight - components: - - pos: 4.5,-28.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5389 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 7.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5390 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 6.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5391 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 5.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5392 - type: GasPipeTJunction - components: - - pos: 3.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5393 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5394 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5395 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5396 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5397 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5398 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 8.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5399 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 8.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5400 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 10.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5401 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 11.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5402 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5403 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 13.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5404 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 14.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5405 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 13.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5406 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5407 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5408 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 18.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5409 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5410 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 20.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5411 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 21.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5412 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 20.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5413 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5414 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 18.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5415 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5416 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5417 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 15.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5418 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 14.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5419 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 15.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5420 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5421 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 11.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5422 - type: GasPipeTJunction - components: - - pos: 10.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5423 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 9.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5424 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 21.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5425 - type: GasPipeTJunction - components: - - pos: 22.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5426 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 22.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5427 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 23.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5428 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 24.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5429 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 25.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5430 - type: GasPipeTJunction - components: - - pos: 28.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5431 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 27.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5432 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 28.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5433 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 29.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5434 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 30.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5435 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 31.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5436 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 31.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5437 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 30.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5438 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 29.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5439 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 26.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5440 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 27.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5441 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 26.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5442 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 25.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5443 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 24.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5444 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 23.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5445 - type: GasPipeStraight - components: - - pos: 13.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5446 - type: GasPipeStraight - components: - - pos: 13.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5447 - type: GasPipeStraight - components: - - pos: 13.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5448 - type: GasPipeStraight - components: - - pos: 13.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5449 - type: GasPipeStraight - components: - - pos: 15.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5450 - type: GasPipeStraight - components: - - pos: 15.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5451 - type: GasPipeStraight - components: - - pos: 15.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5452 - type: GasPipeStraight - components: - - pos: 15.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5453 - type: GasPipeStraight - components: - - pos: 15.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5454 - type: GasPipeStraight - components: - - pos: 15.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5455 - type: GasPipeStraight - components: - - pos: 15.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5456 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 15.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5457 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 13.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5458 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 14.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5459 - type: GasPipeTJunction - components: - - pos: 16.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5460 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 15.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5461 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5462 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5463 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 18.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5464 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 21.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5465 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 22.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5466 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5467 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5468 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 18.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5469 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5470 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 3.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5471 - type: GasPipeTJunction - components: - - pos: 20.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5472 - type: GasVentPump - components: - - pos: 3.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5473 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 3.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5474 - type: GasVentScrubber - components: - - pos: 7.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5475 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 8.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5476 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 22.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5477 - type: GasVentScrubber - components: - - pos: 21.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5478 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 16.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5479 - type: GasVentPump - components: - - pos: 14.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5480 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 21.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5481 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 20.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5482 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5483 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5484 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5485 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5486 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5487 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5488 - type: GasPipeTJunction - components: - - pos: 9.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5489 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 10.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5490 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5491 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 8.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5492 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5493 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5494 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5495 - type: GasVentPump - components: - - pos: 8.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5496 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 9.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5497 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -11.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5498 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5499 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5500 - type: GasPipeTJunction - components: - - pos: -8.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5501 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -7.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5502 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5503 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5504 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5505 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5506 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5507 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5508 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5509 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5510 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5511 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5512 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5513 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5514 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5515 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5516 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -1.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5517 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5518 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5519 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5520 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5521 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5522 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5523 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5524 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5525 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5526 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5527 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -12.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5528 - type: GasPipeTJunction - components: - - pos: -13.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5529 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5530 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5531 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5532 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -16.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5533 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -17.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5534 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -18.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5535 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -16.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5536 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -16.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5537 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -16.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5538 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5539 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -27.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5540 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -26.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5541 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -13.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5542 - type: GasVentPump - components: - - pos: -12.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5543 - type: GasVentPump - components: - - pos: -1.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5544 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -8.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5545 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -19.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5546 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -17.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5547 - type: GasPassiveVent - components: - - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 - parent: 852 - type: Transform -- uid: 5548 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 852 - type: Transform -- uid: 5549 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 - parent: 852 - type: Transform -- uid: 5550 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,-4.5 - parent: 852 - type: Transform -- uid: 5551 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -16.5,-4.5 - parent: 852 - type: Transform -- uid: 5552 - type: GasThermoMachineFreezer - components: - - rot: 3.141592653589793 rad - pos: -16.5,-5.5 - parent: 852 - type: Transform -- uid: 5553 - type: GasPipeBend - components: - - pos: 10.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5554 - type: GasPipeBend - components: - - pos: 11.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5555 - type: GasPipeStraight - components: - - pos: 10.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5556 - type: GasPipeStraight - components: - - pos: 10.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5557 - type: GasPipeStraight - components: - - pos: 10.5,-4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5558 - type: GasPipeStraight - components: - - pos: 10.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5559 - type: GasPipeStraight - components: - - pos: 10.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5560 - type: GasPipeStraight - components: - - pos: 10.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5561 - type: GasPipeStraight - components: - - pos: 11.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5562 - type: GasPipeStraight - components: - - pos: 11.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5563 - type: GasPipeStraight - components: - - pos: 11.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5564 - type: GasPipeStraight - components: - - pos: 11.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5565 - type: GasPipeStraight - components: - - pos: 11.5,-4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5566 - type: GasPipeStraight - components: - - pos: 11.5,-5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5567 - type: GasPipeStraight - components: - - pos: 11.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5568 - type: GasPipeStraight - components: - - pos: 11.5,-7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5569 - type: GasPipeStraight - components: - - pos: 11.5,-8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5570 - type: GasPipeStraight - components: - - pos: 11.5,-9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5571 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 11.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5572 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 10.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5573 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 11.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5574 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 15.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5575 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5576 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 14.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5577 - type: GasPipeTJunction - components: - - pos: 15.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5578 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5579 - type: GasPipeTJunction - components: - - pos: 12.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5580 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 16.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5581 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5582 - type: GasPipeBend - components: - - pos: 19.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5583 - type: GasPipeStraight - components: - - pos: 17.5,-9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5584 - type: GasPipeTJunction - components: - - pos: 12.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5585 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 13.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5586 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 16.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5587 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 17.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5588 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5589 - type: GasPipeBend - components: - - pos: 18.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5590 - type: GasPipeStraight - components: - - pos: 17.5,-8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5591 - type: GasPipeStraight - components: - - pos: 17.5,-7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5592 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5593 - type: GasPipeStraight - components: - - pos: 17.5,-5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5594 - type: GasPipeStraight - components: - - pos: 17.5,-4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5595 - type: GasPipeStraight - components: - - pos: 17.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5596 - type: GasPipeStraight - components: - - pos: 17.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5597 - type: GasVentScrubber - components: - - pos: 17.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5598 - type: GasPipeStraight - components: - - pos: 16.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5599 - type: GasPipeStraight - components: - - pos: 16.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5600 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 16.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5601 - type: GasPipeStraight - components: - - pos: 16.5,-4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5602 - type: GasPipeStraight - components: - - pos: 16.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5603 - type: GasPipeStraight - components: - - pos: 16.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5604 - type: GasPipeStraight - components: - - pos: 16.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5605 - type: GasVentPump - components: - - pos: 16.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5606 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 12.5,-9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5607 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 12.5,-11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5608 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -28.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5609 - type: GasPipeFourway - components: - - pos: 18.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5610 - type: GasPipeFourway - components: - - pos: 19.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5611 - type: GasPipeStraight - components: - - pos: 18.5,-11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5612 - type: GasPipeStraight - components: - - pos: 18.5,-12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5613 - type: GasPipeStraight - components: - - pos: 18.5,-13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5614 - type: GasPipeStraight - components: - - pos: 19.5,-9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5615 - type: GasPipeStraight - components: - - pos: 19.5,-10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5616 - type: GasPipeStraight - components: - - pos: 19.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5617 - type: GasPipeStraight - components: - - pos: 19.5,-12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5618 - type: GasPipeStraight - components: - - pos: 19.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5619 - type: GasPipeStraight - components: - - pos: 19.5,-14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5620 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5621 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5622 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5623 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 18.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5624 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 17.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5625 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 16.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5626 - type: GasPipeTJunction - components: - - pos: 15.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5627 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 14.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5628 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 20.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5629 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5630 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 22.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5631 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5632 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5633 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 20.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5634 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5635 - type: GasVentPump - components: - - pos: 22.5,-14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5636 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 22.5,-13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5637 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: 14.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5638 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 14.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5639 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5640 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 8.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5641 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5642 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5643 - type: GasPipeStraight - components: - - pos: 9.5,-9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5644 - type: GasPipeStraight - components: - - pos: 9.5,-10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5645 - type: GasPipeStraight - components: - - pos: 9.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5646 - type: GasPipeStraight - components: - - pos: 9.5,-12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5647 - type: GasPipeStraight - components: - - pos: 9.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5648 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 9.5,-14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5649 - type: GasPipeStraight - components: - - pos: 8.5,-14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5650 - type: GasPipeStraight - components: - - pos: 8.5,-13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5651 - type: GasPipeStraight - components: - - pos: 8.5,-12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5652 - type: GasPipeStraight - components: - - pos: 8.5,-11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5653 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 8.5,-15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5654 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -28.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5655 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5656 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5657 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 19.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5658 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 20.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5659 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5660 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 22.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5661 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5662 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 19.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5663 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 20.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5664 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5665 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 22.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5666 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5667 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -29.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5668 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 18.5,-15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5669 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 18.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5670 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 18.5,-17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5671 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 18.5,-18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5672 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 18.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5673 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 19.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5674 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 19.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5675 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 19.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5676 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 19.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5677 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 19.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5678 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 19.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5679 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 18.5,-20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5680 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 18.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5681 - type: GasPipeStraight - components: - - pos: 15.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5682 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 15.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5683 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 14.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5684 - type: GasPipeStraight - components: - - pos: 14.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5685 - type: GasPipeStraight - components: - - pos: 14.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5686 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 14.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5687 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 9.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5688 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 10.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5689 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 11.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5690 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5691 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 13.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5692 - type: GasPipeFourway - components: - - pos: 4.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5693 - type: GasPipeStraight - components: - - pos: 8.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5694 - type: GasPipeStraight - components: - - pos: 8.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5695 - type: GasPipeStraight - components: - - pos: 8.5,-23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5696 - type: GasPipeStraight - components: - - pos: 8.5,-24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5697 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 8.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5698 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 9.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5699 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5700 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5701 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5702 - type: GasPipeBend - components: - - pos: 7.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5703 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 7.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5704 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,-28.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5705 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 2.5,-29.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5706 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 3.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5707 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 2.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5708 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5709 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5710 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5711 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -1.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5712 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -2.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5713 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5714 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5715 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5716 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -1.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5717 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -2.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5718 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -3.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5719 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5720 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5721 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5722 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -8.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5723 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5724 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5725 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5726 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5727 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5728 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5729 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -4.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5730 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5731 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5732 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5733 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5734 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5735 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -10.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5736 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5737 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5738 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5739 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5740 - type: GasPipeFourway - components: - - pos: -3.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5741 - type: GasPipeFourway - components: - - pos: -4.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5742 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,-20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5743 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,-21.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5744 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,-22.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5745 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5746 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5747 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5748 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5749 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,-18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5750 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,-17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5751 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5752 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5753 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -3.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5754 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5755 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5756 - type: GasVentScrubber - components: - - pos: -2.5,-15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5757 - type: GasVentPump - components: - - pos: -3.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5758 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -10.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5759 - type: GasVentScrubber - components: - - pos: -8.5,-18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5760 - type: GasVentPump - components: - - pos: -10.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5761 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5762 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -15.5,-19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5763 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -3.5,-23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5764 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -4.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5765 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -8.5,-26.5 - parent: 852 - type: Transform -- uid: 5766 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -11.5,-26.5 - parent: 852 - type: Transform -- uid: 5767 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -11.5,-23.5 - parent: 852 - type: Transform -- uid: 5768 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,-23.5 - parent: 852 - type: Transform -- uid: 5769 - type: GasPipeStraight - components: - - pos: -11.5,-25.5 - parent: 852 - type: Transform -- uid: 5770 - type: GasPipeStraight - components: - - pos: -11.5,-24.5 - parent: 852 - type: Transform -- uid: 5771 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,-26.5 - parent: 852 - type: Transform -- uid: 5772 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,-26.5 - parent: 852 - type: Transform -- uid: 5773 - type: GasPassiveVent - components: - - rot: -1.5707963267948966 rad - pos: -9.5,-23.5 - parent: 852 - type: Transform -- uid: 5774 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 14.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5775 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 14.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5776 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 14.5,-23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5777 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 14.5,-24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5778 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 14.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5779 - type: GasPipeBend - components: - - pos: 15.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5780 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5781 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-27.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5782 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-28.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5783 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-29.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5784 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5785 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 15.5,-31.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5786 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 3.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5787 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5788 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5789 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5790 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5791 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,-23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5792 - type: TableCarpet - components: - - pos: 11.5,-24.5 - parent: 852 - type: Transform -- uid: 5793 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5794 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5795 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5796 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5797 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5798 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5799 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5800 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5801 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5802 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5803 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5804 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5805 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5806 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5807 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5808 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5809 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5810 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5811 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,22.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5812 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,26.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5813 - type: GasPipeFourway - components: - - pos: 2.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5814 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,25.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5815 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,26.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5816 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,27.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5817 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,28.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5818 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 2.5,29.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5819 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,29.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5820 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,28.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5821 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,27.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5822 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5823 - type: GasPipeFourway - components: - - pos: 4.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5824 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5825 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5826 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5827 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5828 - type: GasPipeFourway - components: - - pos: 4.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5829 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5830 - type: GasPipeStraight - components: - - pos: 4.5,18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5831 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5832 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5833 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5834 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 4.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5835 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5836 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5837 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5838 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5839 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5840 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5841 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5842 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 4.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5843 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5844 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 1.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5845 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5846 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5847 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5848 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 3.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5849 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5850 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 3.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5851 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5852 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 5.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5853 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 6.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5854 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 5.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5855 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 6.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5856 - type: GasPipeTJunction - components: - - pos: 3.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5857 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 2.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5858 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5859 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5860 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5861 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5862 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5863 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5864 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -1.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5865 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,23.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5866 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5867 - type: GasPipeTJunction - components: - - pos: 7.5,24.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5868 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 3.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5869 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -1.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5870 - type: GasVentPump - components: - - pos: 4.5,30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5871 - type: GasVentScrubber - components: - - pos: 2.5,30.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5872 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 3.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5873 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 4.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5874 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5875 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5876 - type: GasPipeStraight - components: - - pos: 8.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5877 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5878 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5879 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5880 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5881 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 7.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5882 - type: GasPipeStraight - components: - - pos: 37.5,15.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 5883 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 9.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5884 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 3.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5885 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 2.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5886 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5887 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5888 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5889 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -1.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5890 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -2.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5891 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -3.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5892 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -4.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5893 - type: GasPipeBend - components: - - pos: -4.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5894 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -7.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5895 - type: GasPipeBend - components: - - pos: -7.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5896 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -18.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5897 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -18.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5898 - type: Grille - components: - - pos: -41.5,7.5 - parent: 852 - type: Transform -- uid: 5899 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -21.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5900 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -19.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5901 - type: GasPipeStraight - components: - - pos: -18.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5902 - type: GasPipeStraight - components: - - pos: -18.5,21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5903 - type: GasPipeStraight - components: - - pos: -18.5,22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5904 - type: GasPipeStraight - components: - - pos: -18.5,23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5905 - type: GasPipeStraight - components: - - pos: -18.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5906 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -17.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5907 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -16.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5908 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5909 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5910 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5911 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5912 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5913 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5914 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5915 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -8.5,25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5916 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5917 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5918 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5919 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5920 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5921 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5922 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5923 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5924 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: -22.5,23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5925 - type: GasPipeBend - components: - - pos: -22.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5926 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -23.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5927 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -24.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5928 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -25.5,24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5929 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: -21.5,23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5930 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 5.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5931 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 7.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5932 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5933 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 8.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5934 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5935 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 10.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5936 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 11.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5937 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 12.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5938 - type: WallReinforced - components: - - pos: 23.5,18.5 - parent: 852 - type: Transform -- uid: 5939 - type: WallReinforced - components: - - pos: 19.5,18.5 - parent: 852 - type: Transform -- uid: 5940 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 24.5,18.5 - parent: 852 - type: Transform -- uid: 5941 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 13.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5942 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 8.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5943 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 8.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5944 - type: GasPipeBend - components: - - pos: 8.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5945 - type: GasPipeStraight - components: - - pos: 9.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5946 - type: GasPipeStraight - components: - - pos: 9.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5947 - type: GasPipeStraight - components: - - pos: 9.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5948 - type: GasPipeStraight - components: - - pos: 9.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5949 - type: GasPipeStraight - components: - - pos: 9.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5950 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 7.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5951 - type: GasVentScrubber - components: - - pos: 9.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5952 - type: GasPipeFourway - components: - - pos: 32.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5953 - type: GasPipeFourway - components: - - pos: 33.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5954 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5955 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5956 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -2.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5957 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -3.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5958 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -4.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5959 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -0.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5960 - type: GasPipeTJunction - components: - - pos: -2.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5961 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -3.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5962 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -1.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5963 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -4.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5964 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -5.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5965 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5966 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -5.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5967 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -5.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5968 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -5.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5969 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: -5.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5970 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -5.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5971 - type: GasPipeBend - components: - - pos: -5.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5972 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5973 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: -4.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5974 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5975 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5976 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: -4.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5977 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -7.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5978 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5979 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5980 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -8.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5981 - type: GasVentPump - components: - - pos: -4.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5982 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -4.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5983 - type: GasVentScrubber - components: - - pos: -7.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5984 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5985 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5986 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5987 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5988 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5989 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -8.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5990 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -3.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5991 - type: GasPipeBend - components: - - pos: -3.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5992 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -5.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5993 - type: GasPipeBend - components: - - pos: -5.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5994 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -7.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 5995 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5996 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,16.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5997 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5998 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 5999 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -8.5,19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6000 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -8.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6001 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -8.5,21.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6002 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6003 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6004 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6005 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -7.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6006 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -6.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6007 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -8.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6008 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6009 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6010 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -11.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6011 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6012 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -11.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6013 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6014 - type: GasPipeStraight - components: - - pos: -3.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6015 - type: GasPipeStraight - components: - - pos: -3.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6016 - type: GasPipeStraight - components: - - pos: -3.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6017 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -4.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6018 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -12.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6019 - type: GasVentPump - components: - - pos: -4.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6020 - type: Table - components: - - pos: -3.5,16.5 - parent: 852 - type: Transform -- uid: 6021 - type: LockerHeadOfPersonnelFilled - components: - - pos: 9.5,21.5 - parent: 852 - type: Transform -- uid: 6022 - type: Lamp - components: - - pos: -7.462167,20.657312 - parent: 852 - type: Transform -- uid: 6023 - type: GasVentScrubber - components: - - pos: -7.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6024 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -12.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6025 - type: GasPipeBend - components: - - pos: -11.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6026 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -12.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6027 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -12.5,17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6028 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -12.5,18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6029 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -9.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6030 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -11.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6031 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6032 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -12.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6033 - type: GasVentPump - components: - - pos: -12.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6034 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6035 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6036 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6037 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6038 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6039 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -2.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6040 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -1.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6041 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6042 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: -0.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6043 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -2.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6044 - type: GasVentScrubber - components: - - pos: -1.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6045 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6046 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6047 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6048 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -8.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6049 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6050 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -14.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6051 - type: GasPipeTJunction - components: - - pos: -11.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6052 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6053 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6054 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6055 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6056 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -23.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6057 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -17.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6058 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -18.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6059 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6060 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -20.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6061 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6062 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6063 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6064 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6065 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -8.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6066 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6067 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6068 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6069 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6070 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6071 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -11.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6072 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6073 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -16.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6074 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -17.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6075 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -18.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6076 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -19.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6077 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -20.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6078 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -21.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6079 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -22.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6080 - type: GasVentScrubber - components: - - pos: -14.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6081 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6082 - type: GasPipeFourway - components: - - pos: -23.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6083 - type: GasPipeFourway - components: - - pos: -24.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6084 - type: GasPipeTJunction - components: - - pos: -25.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6085 - type: GasPipeStraight - components: - - pos: -24.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6086 - type: GasPipeStraight - components: - - pos: -24.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6087 - type: GasPipeStraight - components: - - pos: -24.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6088 - type: GasPipeStraight - components: - - pos: -24.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6089 - type: GasPipeStraight - components: - - pos: -24.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6090 - type: GasPipeStraight - components: - - pos: -24.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6091 - type: GasPipeStraight - components: - - pos: -24.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6092 - type: GasPipeStraight - components: - - pos: -16.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6093 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -24.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6094 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -24.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6095 - type: WallSolid - components: - - pos: 16.5,-12.5 - parent: 852 - type: Transform -- uid: 6096 - type: GasPipeTJunction - components: - - pos: -23.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6097 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -24.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6098 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -23.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6099 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6100 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -21.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6101 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -21.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6102 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -25.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6103 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -26.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6104 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -25.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6105 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -26.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6106 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -27.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6107 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -23.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6108 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -23.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6109 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -23.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6110 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -23.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6111 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -23.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6112 - type: GasPipeTJunction - components: - - pos: -16.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6113 - type: GasPipeStraight - components: - - pos: -16.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6114 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -22.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6115 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: -20.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6116 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: -20.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6117 - type: GasVentScrubber - components: - - pos: -27.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6118 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -27.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6119 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -25.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6120 - type: GasVentScrubber - components: - - pos: -22.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6121 - type: GasPipeStraight - components: - - pos: -23.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6122 - type: GasPipeStraight - components: - - pos: -23.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6123 - type: GasPipeStraight - components: - - pos: -23.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6124 - type: GasPipeStraight - components: - - pos: -23.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6125 - type: GasPipeStraight - components: - - pos: -23.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6126 - type: GasPipeStraight - components: - - pos: -23.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6127 - type: GasPipeStraight - components: - - pos: -23.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6128 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -16.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6129 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -23.5,-4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6130 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -24.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6131 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -27.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6132 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -26.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6133 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -25.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6134 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -24.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6135 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -30.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6136 - type: GasPipeTJunction - components: - - pos: -29.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6137 - type: GasVentScrubber - components: - - pos: -30.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6138 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -29.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6139 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -30.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6140 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -31.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6141 - type: WallSolid - components: - - pos: 13.5,-18.5 - parent: 852 - type: Transform -- uid: 6142 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -33.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6143 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -34.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6144 - type: GasPipeFourway - components: - - pos: -35.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6145 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -31.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6146 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -32.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6147 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -33.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6148 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -34.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6149 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -35.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6150 - type: GasPipeFourway - components: - - pos: -36.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6151 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -36.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6152 - type: GasVentScrubber - components: - - pos: -36.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6153 - type: GasPipeStraight - components: - - pos: -35.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6154 - type: GasPipeStraight - components: - - pos: -35.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6155 - type: GasPipeStraight - components: - - pos: -35.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6156 - type: GasPipeStraight - components: - - pos: -35.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6157 - type: GasPipeStraight - components: - - pos: -35.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6158 - type: GasPipeStraight - components: - - pos: -35.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6159 - type: GasPipeStraight - components: - - pos: -35.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6160 - type: GasPipeStraight - components: - - pos: -35.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6161 - type: GasPipeStraight - components: - - pos: -35.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6162 - type: GasPipeStraight - components: - - pos: -35.5,-4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6163 - type: GasPipeStraight - components: - - pos: -35.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6164 - type: GasPipeStraight - components: - - pos: -36.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6165 - type: GasPipeStraight - components: - - pos: -36.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6166 - type: AirlockMaintLocked - components: - - pos: -20.5,19.5 - parent: 852 - type: Transform -- uid: 6167 - type: GasPipeStraight - components: - - pos: -25.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6168 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -36.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6169 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -36.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6170 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 32.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6171 - type: GasPipeStraight - components: - - pos: 32.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6172 - type: GasPipeStraight - components: - - pos: 32.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6173 - type: GasPipeStraight - components: - - pos: 32.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6174 - type: ComputerShuttleCargo - components: - - pos: 22.5,13.5 - parent: 852 - type: Transform -- uid: 6175 - type: CableMV - components: - - pos: 64.5,1.5 - parent: 852 - type: Transform -- uid: 6176 - type: GasPipeStraight - components: - - pos: 33.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6177 - type: GasPipeStraight - components: - - pos: 33.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6178 - type: GasPipeStraight - components: - - pos: 33.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6179 - type: GasPipeStraight - components: - - pos: 33.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6180 - type: AltarToolbox - components: - - pos: -36.5,13.5 - parent: 852 - type: Transform -- uid: 6181 - type: OperatingTable - components: - - pos: 18.5,-20.5 - parent: 852 - type: Transform -- uid: 6182 - type: CrowbarRed - components: - - pos: 6.5144205,10.447005 - parent: 852 - type: Transform -- uid: 6183 - type: Table - components: - - pos: 6.5,9.5 - parent: 852 - type: Transform -- uid: 6184 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 34.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6185 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 34.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6186 - type: GasPipeStraight - components: - - pos: 32.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6187 - type: GasPipeStraight - components: - - pos: 32.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6188 - type: GasPipeStraight - components: - - pos: 32.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6189 - type: GasPipeStraight - components: - - pos: 32.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6190 - type: GasPipeStraight - components: - - pos: 32.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6191 - type: GasPipeStraight - components: - - pos: 32.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6192 - type: GasPipeStraight - components: - - pos: 32.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6193 - type: GasPipeStraight - components: - - pos: 33.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6194 - type: GasPipeStraight - components: - - pos: 33.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6195 - type: GasPipeStraight - components: - - pos: 33.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6196 - type: GasPipeStraight - components: - - pos: 33.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6197 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 39.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6198 - type: CableHV - components: - - pos: 42.5,6.5 - parent: 852 - type: Transform -- uid: 6199 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 41.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6200 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 40.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6201 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 41.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6202 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 42.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6203 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 43.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6204 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 44.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6205 - type: LockerSalvageSpecialistFilled - components: - - pos: 28.5,15.5 - parent: 852 - type: Transform -- uid: 6206 - type: GasPipeStraight - components: - - pos: 43.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6207 - type: GasPipeStraight - components: - - pos: 43.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6208 - type: GasPipeStraight - components: - - pos: 43.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6209 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 43.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6210 - type: WallReinforced - components: - - pos: 17.5,17.5 - parent: 852 - type: Transform -- uid: 6211 - type: LockerSalvageSpecialistFilled - components: - - pos: 28.5,17.5 - parent: 852 - type: Transform -- uid: 6212 - type: AirlockSalvageGlassLocked - components: - - pos: 25.5,17.5 - parent: 852 - type: Transform -- uid: 6213 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 20.5,15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6214 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 20.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6215 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 18.5,18.5 - parent: 852 - type: Transform -- uid: 6216 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 43.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6217 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6218 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6219 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 44.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6220 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 44.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6221 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 45.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6222 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 46.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6223 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 46.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6224 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 48.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6225 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 45.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6226 - type: GasPipeTJunction - components: - - pos: 47.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6227 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 47.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6228 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 44.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6229 - type: GasPipeStraight - components: - - pos: 48.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6230 - type: WallReinforced - components: - - pos: 59.5,5.5 - parent: 852 - type: Transform -- uid: 6231 - type: WallReinforced - components: - - pos: 58.5,5.5 - parent: 852 - type: Transform -- uid: 6232 - type: CableHV - components: - - pos: 57.5,1.5 - parent: 852 - type: Transform -- uid: 6233 - type: GasPipeStraight - components: - - pos: 48.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6234 - type: GasPipeStraight - components: - - pos: 49.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6235 - type: GasPipeStraight - components: - - pos: 49.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6236 - type: GasPipeStraight - components: - - pos: 49.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6237 - type: GasPipeStraight - components: - - pos: 49.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6238 - type: GasPipeStraight - components: - - pos: 49.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6239 - type: GasPipeStraight - components: - - pos: 48.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6240 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 42.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6241 - type: SpawnPointQuartermaster - components: - - pos: 27.5,9.5 - parent: 852 - type: Transform -- uid: 6242 - type: CarpetOrange - components: - - pos: 27.5,8.5 - parent: 852 - type: Transform -- uid: 6243 - type: CarpetOrange - components: - - pos: 27.5,9.5 - parent: 852 - type: Transform -- uid: 6244 - type: SpawnMobRaccoonMorticia - components: - - pos: 26.5,10.5 - parent: 852 - type: Transform -- uid: 6245 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 17.5,22.5 - parent: 852 - type: Transform -- uid: 6246 - type: ReinforcedWindow - components: - - pos: 17.5,21.5 - parent: 852 - type: Transform -- uid: 6247 - type: WallReinforced - components: - - pos: 28.5,18.5 - parent: 852 - type: Transform -- uid: 6248 - type: WallReinforced - components: - - pos: 25.5,18.5 - parent: 852 - type: Transform -- uid: 6249 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 22.5,15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6250 - type: Table - components: - - pos: 13.5,12.5 - parent: 852 - type: Transform -- uid: 6251 - type: JetpackMini - components: - - pos: 6.5050597,9.5957365 - parent: 852 - type: Transform -- uid: 6252 - type: TableReinforced - components: - - pos: 37.5,-0.5 - parent: 852 - type: Transform -- uid: 6253 - type: WallReinforced - components: - - pos: 17.5,18.5 - parent: 852 - type: Transform -- uid: 6254 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 32.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6255 - type: AirlockChiefEngineerGlassLocked - components: - - pos: 38.5,1.5 - parent: 852 - type: Transform -- uid: 6256 - type: Table - components: - - pos: 32.5,-3.5 - parent: 852 - type: Transform -- uid: 6257 - type: Table - components: - - pos: 32.5,-2.5 - parent: 852 - type: Transform -- uid: 6258 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 31.5,-3.5 - parent: 852 - type: Transform -- uid: 6259 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 31.5,-2.5 - parent: 852 - type: Transform -- uid: 6260 - type: GasPipeStraight - components: - - pos: 22.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6261 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 33.5,-2.5 - parent: 852 - type: Transform -- uid: 6262 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 20.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6263 - type: GasPipeStraight - components: - - pos: 38.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6264 - type: GasPipeStraight - components: - - pos: 38.5,1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6265 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 38.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6266 - type: GasPipeBend - components: - - pos: 39.5,0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6267 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 39.5,-0.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6268 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6269 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 37.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6270 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 37.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6271 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 37.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6272 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 37.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6273 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 37.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6274 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 37.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6275 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 32.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6276 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 33.5,-1.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6277 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 48.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6278 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 49.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6279 - type: GasPipeBend - components: - - pos: 51.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6280 - type: CableHV - components: - - pos: 57.5,-0.5 - parent: 852 - type: Transform -- uid: 6281 - type: AirlockExternalGlassLocked - components: - - pos: 53.5,5.5 - parent: 852 - type: Transform -- uid: 6282 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 47.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6283 - type: WallReinforced - components: - - pos: 56.5,8.5 - parent: 852 - type: Transform -- uid: 6284 - type: WallReinforced - components: - - pos: 54.5,8.5 - parent: 852 - type: Transform -- uid: 6285 - type: CableMV - components: - - pos: 60.5,-1.5 - parent: 852 - type: Transform -- uid: 6286 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 51.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6287 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,-2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6288 - type: WallReinforced - components: - - pos: 57.5,-2.5 - parent: 852 - type: Transform -- uid: 6289 - type: CableTerminal - components: - - rot: 1.5707963267948966 rad - pos: 57.5,-1.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 6290 - type: CableHV - components: - - pos: 59.5,-1.5 - parent: 852 - type: Transform -- uid: 6291 - type: CableMV - components: - - pos: 63.5,-1.5 - parent: 852 - type: Transform -- uid: 6292 - type: CableMV - components: - - pos: 61.5,-1.5 - parent: 852 - type: Transform -- uid: 6293 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 48.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6294 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: 50.5,-3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6295 - type: GasPipeStraight - components: - - pos: 48.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6296 - type: AirlockExternalLocked - components: - - pos: 53.5,8.5 - parent: 852 - type: Transform -- uid: 6297 - type: CableHV - components: - - pos: 56.5,2.5 - parent: 852 - type: Transform -- uid: 6299 - type: ContainmentFieldGenerator - components: - - pos: 67.5,6.5 - parent: 852 - type: Transform -- uid: 6300 - type: ParticleAcceleratorEmitterRightUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 59.5,3.5 - parent: 852 - type: Transform -- uid: 6301 - type: CableHV - components: - - pos: 43.5,1.5 - parent: 852 - type: Transform -- uid: 6302 - type: CableHV - components: - - pos: 44.5,1.5 - parent: 852 - type: Transform -- uid: 6303 - type: SurveillanceCameraRouterGeneral - components: - - pos: 10.5,9.5 - parent: 852 - type: Transform -- uid: 6304 - type: CableHV - components: - - pos: 55.5,0.5 - parent: 852 - type: Transform -- uid: 6305 - type: CableHV - components: - - pos: 47.5,1.5 - parent: 852 - type: Transform -- uid: 6306 - type: SurveillanceCameraGeneral - components: - - rot: -1.5707963267948966 rad - pos: 2.5,10.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: North Hallway - type: SurveillanceCamera -- uid: 6308 - type: SurveillanceCameraGeneral - components: - - rot: 1.5707963267948966 rad - pos: -34.5,7.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac camera - type: SurveillanceCamera -- uid: 6309 - type: AirlockEngineeringGlassLocked - components: - - pos: 53.5,4.5 - parent: 852 - type: Transform -- uid: 6310 - type: ParticleAcceleratorFuelChamberUnfinished - components: - - rot: 1.5707963267948966 rad - pos: 57.5,2.5 - parent: 852 - type: Transform -- uid: 6311 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 62.5,2.5 - parent: 852 - type: Transform -- uid: 6312 - type: CableHV - components: - - pos: 54.5,1.5 - parent: 852 - type: Transform -- uid: 6313 - type: CableHV - components: - - pos: 52.5,1.5 - parent: 852 - type: Transform -- uid: 6314 - type: CableHV - components: - - pos: 50.5,1.5 - parent: 852 - type: Transform -- uid: 6317 - type: CableMV - components: - - pos: 78.5,0.5 - parent: 852 - type: Transform -- uid: 6318 - type: CableMV - components: - - pos: 78.5,1.5 - parent: 852 - type: Transform -- uid: 6319 - type: CableMV - components: - - pos: 78.5,3.5 - parent: 852 - type: Transform -- uid: 6320 - type: CableHV - components: - - pos: 48.5,1.5 - parent: 852 - type: Transform -- uid: 6321 - type: ContainmentFieldGenerator - components: - - pos: 75.5,6.5 - parent: 852 - type: Transform -- uid: 6325 - type: CableMV - components: - - pos: 78.5,2.5 - parent: 852 - type: Transform -- uid: 6326 - type: Poweredlight - components: - - pos: 47.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6327 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 41.5,11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6328 - type: PosterContrabandAtmosiaDeclarationIndependence - components: - - pos: 35.5,7.5 - parent: 852 - type: Transform -- uid: 6329 - type: SignAtmos - components: - - pos: 31.5,7.5 - parent: 852 - type: Transform -- uid: 6330 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 30.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6331 - type: CableApcExtension - components: - - pos: 47.5,15.5 - parent: 852 - type: Transform -- uid: 6332 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 36.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6333 - type: CableApcExtension - components: - - pos: 45.5,15.5 - parent: 852 - type: Transform -- uid: 6334 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 32.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6335 - type: ReinforcedWindow - components: - - pos: 47.5,18.5 - parent: 852 - type: Transform -- uid: 6336 - type: CableApcExtension - components: - - pos: 44.5,15.5 - parent: 852 - type: Transform -- uid: 6337 - type: CableApcExtension - components: - - pos: 44.5,14.5 - parent: 852 - type: Transform -- uid: 6338 - type: CableApcExtension - components: - - pos: 42.5,11.5 - parent: 852 - type: Transform -- uid: 6339 - type: CableApcExtension - components: - - pos: 44.5,11.5 - parent: 852 - type: Transform -- uid: 6340 - type: CableApcExtension - components: - - pos: 48.5,15.5 - parent: 852 - type: Transform -- uid: 6341 - type: VendingMachineAtmosDrobe - components: - - pos: 44.5,13.5 - parent: 852 - type: Transform -- uid: 6342 - type: CableApcExtension - components: - - pos: 48.5,16.5 - parent: 852 - type: Transform -- uid: 6343 - type: CableApcExtension - components: - - pos: 48.5,18.5 - parent: 852 - type: Transform -- uid: 6344 - type: CableApcExtension - components: - - pos: 49.5,15.5 - parent: 852 - type: Transform -- uid: 6345 - type: CableApcExtension - components: - - pos: 47.5,11.5 - parent: 852 - type: Transform -- uid: 6346 - type: CableApcExtension - components: - - pos: 37.5,10.5 - parent: 852 - type: Transform -- uid: 6347 - type: CableApcExtension - components: - - pos: 44.5,18.5 - parent: 852 - type: Transform -- uid: 6348 - type: Catwalk - components: - - pos: 48.5,8.5 - parent: 852 - type: Transform -- uid: 6349 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 44.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6350 - type: CableApcExtension - components: - - pos: 45.5,18.5 - parent: 852 - type: Transform -- uid: 6351 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,15.5 - parent: 852 - type: Transform -- uid: 6352 - type: CableHV - components: - - pos: 66.5,-4.5 - parent: 852 - type: Transform -- uid: 6353 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 53.5,15.5 - parent: 852 - type: Transform -- uid: 6354 - type: GasPressurePump - components: - - desc: pumps mix line into mixer - name: mixer input pump - type: MetaData - - rot: 1.5707963267948966 rad - pos: 49.5,16.5 - parent: 852 - type: Transform -- uid: 6355 - type: CableApcExtension - components: - - pos: 40.5,9.5 - parent: 852 - type: Transform -- uid: 6356 - type: Catwalk - components: - - pos: 48.5,10.5 - parent: 852 - type: Transform -- uid: 6357 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 45.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6358 - type: CableApcExtension - components: - - pos: 38.5,8.5 - parent: 852 - type: Transform -- uid: 6359 - type: CableApcExtension - components: - - pos: 43.5,6.5 - parent: 852 - type: Transform -- uid: 6360 - type: CableHV - components: - - pos: 64.5,0.5 - parent: 852 - type: Transform -- uid: 6361 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 44.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6362 - type: ReinforcedWindow - components: - - pos: 45.5,7.5 - parent: 852 - type: Transform -- uid: 6363 - type: GasPipeStraight - components: - - pos: 37.5,21.5 - parent: 852 - type: Transform -- uid: 6364 - type: PartRodMetal - components: - - rot: 3.141592653589793 rad - pos: 50.60317,4.624385 - parent: 852 - type: Transform -- uid: 6365 - type: CableHV - components: - - pos: 48.5,5.5 - parent: 852 - type: Transform -- uid: 6366 - type: Grille - components: - - pos: 22.5,14.5 - parent: 852 - type: Transform -- uid: 6367 - type: Grille - components: - - pos: 40.5,18.5 - parent: 852 - type: Transform -- uid: 6368 - type: ReinforcedWindow - components: - - pos: 50.5,17.5 - parent: 852 - type: Transform -- uid: 6369 - type: Grille - components: - - pos: 42.5,18.5 - parent: 852 - type: Transform -- uid: 6370 - type: Catwalk - components: - - pos: 15.5,-28.5 - parent: 852 - type: Transform -- uid: 6371 - type: CableMV - components: - - pos: 34.5,10.5 - parent: 852 - type: Transform -- uid: 6372 - type: CableMV - components: - - pos: 35.5,10.5 - parent: 852 - type: Transform -- uid: 6373 - type: CableMV - components: - - pos: 37.5,10.5 - parent: 852 - type: Transform -- uid: 6374 - type: CableApcExtension - components: - - pos: 35.5,10.5 - parent: 852 - type: Transform -- uid: 6375 - type: CableApcExtension - components: - - pos: 35.5,8.5 - parent: 852 - type: Transform -- uid: 6376 - type: CableApcExtension - components: - - pos: 32.5,8.5 - parent: 852 - type: Transform -- uid: 6377 - type: CableApcExtension - components: - - pos: 49.5,0.5 - parent: 852 - type: Transform -- uid: 6378 - type: CableApcExtension - components: - - pos: 47.5,9.5 - parent: 852 - type: Transform -- uid: 6379 - type: CableApcExtension - components: - - pos: 49.5,1.5 - parent: 852 - type: Transform -- uid: 6380 - type: Grille - components: - - pos: 39.5,18.5 - parent: 852 - type: Transform -- uid: 6381 - type: Grille - components: - - pos: 38.5,18.5 - parent: 852 - type: Transform -- uid: 6382 - type: Catwalk - components: - - pos: 48.5,11.5 - parent: 852 - type: Transform -- uid: 6383 - type: Grille - components: - - pos: 37.5,18.5 - parent: 852 - type: Transform -- uid: 6384 - type: Poweredlight - components: - - pos: 34.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6385 - type: Poweredlight - components: - - pos: 42.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6386 - type: CableApcExtension - components: - - pos: 44.5,12.5 - parent: 852 - type: Transform -- uid: 6387 - type: Poweredlight - components: - - pos: 36.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6388 - type: WallReinforced - components: - - pos: 50.5,6.5 - parent: 852 - type: Transform -- uid: 6389 - type: WallReinforced - components: - - pos: 38.5,7.5 - parent: 852 - type: Transform -- uid: 6390 - type: WallReinforced - components: - - pos: 45.5,12.5 - parent: 852 - type: Transform -- uid: 6391 - type: Grille - components: - - pos: 35.5,18.5 - parent: 852 - type: Transform -- uid: 6392 - type: GasPipeStraight - components: - - pos: 43.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6393 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 45.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6394 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 47.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6395 - type: WallReinforced - components: - - pos: 45.5,14.5 - parent: 852 - type: Transform -- uid: 6396 - type: CableApcExtension - components: - - pos: 49.5,2.5 - parent: 852 - type: Transform -- uid: 6397 - type: CableApcExtension - components: - - pos: 48.5,2.5 - parent: 852 - type: Transform -- uid: 6398 - type: CableApcExtension - components: - - pos: 46.5,18.5 - parent: 852 - type: Transform -- uid: 6399 - type: CableApcExtension - components: - - pos: 34.5,8.5 - parent: 852 - type: Transform -- uid: 6400 - type: CableApcExtension - components: - - pos: 33.5,8.5 - parent: 852 - type: Transform -- uid: 6401 - type: Grille - components: - - pos: 34.5,18.5 - parent: 852 - type: Transform -- uid: 6402 - type: CableApcExtension - components: - - pos: 49.5,12.5 - parent: 852 - type: Transform -- uid: 6403 - type: CableApcExtension - components: - - pos: 24.5,16.5 - parent: 852 - type: Transform -- uid: 6404 - type: CableApcExtension - components: - - pos: 25.5,16.5 - parent: 852 - type: Transform -- uid: 6405 - type: Grille - components: - - pos: 23.5,20.5 - parent: 852 - type: Transform -- uid: 6406 - type: Poweredlight - components: - - pos: 35.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6407 - type: Poweredlight - components: - - pos: 43.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6408 - type: CableApcExtension - components: - - pos: 49.5,10.5 - parent: 852 - type: Transform -- uid: 6409 - type: CableHV - components: - - pos: 64.5,-1.5 - parent: 852 - type: Transform -- uid: 6410 - type: CableHV - components: - - pos: 48.5,11.5 - parent: 852 - type: Transform -- uid: 6411 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 45.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6412 - type: Catwalk - components: - - pos: 15.5,-29.5 - parent: 852 - type: Transform -- uid: 6413 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 47.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6414 - type: CableTerminal - components: - - pos: 40.5,6.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 6415 - type: CableHV - components: - - pos: 39.5,5.5 - parent: 852 - type: Transform -- uid: 6416 - type: OxygenCanister - components: - - pos: 30.5,17.5 - parent: 852 - type: Transform -- uid: 6417 - type: GasAnalyzer - components: - - pos: 42.408787,11.52837 - parent: 852 - type: Transform -- uid: 6418 - type: CableApcExtension - components: - - pos: 41.5,18.5 - parent: 852 - type: Transform -- uid: 6419 - type: CableApcExtension - components: - - pos: 40.5,18.5 - parent: 852 - type: Transform -- uid: 6420 - type: CableApcExtension - components: - - pos: 31.5,8.5 - parent: 852 - type: Transform -- uid: 6421 - type: CableApcExtension - components: - - pos: 37.5,18.5 - parent: 852 - type: Transform -- uid: 6422 - type: CableApcExtension - components: - - pos: 30.5,8.5 - parent: 852 - type: Transform -- uid: 6423 - type: CableApcExtension - components: - - pos: 35.5,11.5 - parent: 852 - type: Transform -- uid: 6424 - type: CableApcExtension - components: - - pos: 35.5,12.5 - parent: 852 - type: Transform -- uid: 6425 - type: CableApcExtension - components: - - pos: 32.5,18.5 - parent: 852 - type: Transform -- uid: 6426 - type: CableApcExtension - components: - - pos: 31.5,17.5 - parent: 852 - type: Transform -- uid: 6427 - type: CableApcExtension - components: - - pos: 30.5,16.5 - parent: 852 - type: Transform -- uid: 6428 - type: CableApcExtension - components: - - pos: 35.5,13.5 - parent: 852 - type: Transform -- uid: 6429 - type: CableApcExtension - components: - - pos: 31.5,14.5 - parent: 852 - type: Transform -- uid: 6430 - type: CableApcExtension - components: - - pos: 35.5,14.5 - parent: 852 - type: Transform -- uid: 6431 - type: CableApcExtension - components: - - pos: 34.5,14.5 - parent: 852 - type: Transform -- uid: 6432 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,11.5 - parent: 852 - type: Transform -- uid: 6433 - type: CableApcExtension - components: - - pos: 35.5,9.5 - parent: 852 - type: Transform -- uid: 6434 - type: CableApcExtension - components: - - pos: 36.5,10.5 - parent: 852 - type: Transform -- uid: 6435 - type: Grille - components: - - pos: 54.5,17.5 - parent: 852 - type: Transform -- uid: 6436 - type: Poweredlight - components: - - pos: 43.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6437 - type: CableApcExtension - components: - - pos: 49.5,9.5 - parent: 852 - type: Transform -- uid: 6438 - type: Poweredlight - components: - - pos: 32.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6439 - type: CableHV - components: - - pos: 68.5,-4.5 - parent: 852 - type: Transform -- uid: 6440 - type: Grille - components: - - pos: 43.5,18.5 - parent: 852 - type: Transform -- uid: 6441 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,16.5 - parent: 852 - type: Transform -- uid: 6442 - type: CableApcExtension - components: - - pos: 49.5,13.5 - parent: 852 - type: Transform -- uid: 6443 - type: CableApcExtension - components: - - pos: 49.5,11.5 - parent: 852 - type: Transform -- uid: 6444 - type: CableApcExtension - components: - - pos: 50.5,16.5 - parent: 852 - type: Transform -- uid: 6445 - type: Grille - components: - - pos: 45.5,18.5 - parent: 852 - type: Transform -- uid: 6446 - type: Grille - components: - - pos: 32.5,18.5 - parent: 852 - type: Transform -- uid: 6447 - type: Grille - components: - - pos: 31.5,18.5 - parent: 852 - type: Transform -- uid: 6448 - type: ReinforcedWindow - components: - - pos: 38.5,18.5 - parent: 852 - type: Transform -- uid: 6449 - type: ReinforcedWindow - components: - - pos: 39.5,18.5 - parent: 852 - type: Transform -- uid: 6450 - type: CableMV - components: - - pos: 43.5,6.5 - parent: 852 - type: Transform -- uid: 6451 - type: AirlockEngineeringLocked - components: - - pos: 41.5,9.5 - parent: 852 - type: Transform -- uid: 6452 - type: AirlockMaintLocked - components: - - pos: -25.5,15.5 - parent: 852 - type: Transform -- uid: 6453 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 51.5,11.5 - parent: 852 - type: Transform -- uid: 6454 - type: WallReinforced - components: - - pos: 46.5,6.5 - parent: 852 - type: Transform -- uid: 6455 - type: Grille - components: - - pos: 33.5,18.5 - parent: 852 - type: Transform -- uid: 6456 - type: Catwalk - components: - - pos: 48.5,12.5 - parent: 852 - type: Transform -- uid: 6457 - type: CableApcExtension - components: - - pos: 44.5,9.5 - parent: 852 - type: Transform -- uid: 6458 - type: Grille - components: - - pos: 45.5,7.5 - parent: 852 - type: Transform -- uid: 6459 - type: CableApcExtension - components: - - pos: 43.5,9.5 - parent: 852 - type: Transform -- uid: 6460 - type: CableMV - components: - - pos: 43.5,8.5 - parent: 852 - type: Transform -- uid: 6461 - type: CableMV - components: - - pos: 43.5,7.5 - parent: 852 - type: Transform -- uid: 6462 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 51.5,10.5 - parent: 852 - type: Transform -- uid: 6463 - type: Poweredlight - components: - - pos: 44.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6464 - type: Grille - components: - - pos: 45.5,9.5 - parent: 852 - type: Transform -- uid: 6465 - type: CableHV - components: - - pos: 78.5,6.5 - parent: 852 - type: Transform -- uid: 6466 - type: CableApcExtension - components: - - pos: 40.5,11.5 - parent: 852 - type: Transform -- uid: 6467 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 54.5,24.5 - parent: 852 - type: Transform -- uid: 6468 - type: WallReinforced - components: - - pos: 37.5,10.5 - parent: 852 - type: Transform -- uid: 6469 - type: ContainmentFieldGenerator - components: - - pos: 40.5,8.5 - parent: 852 - type: Transform -- uid: 6470 - type: SingularityGenerator - components: - - pos: 38.5,8.5 - parent: 852 - type: Transform -- uid: 6471 - type: ReinforcedWindow - components: - - pos: 40.5,18.5 - parent: 852 - type: Transform -- uid: 6472 - type: Grille - components: - - pos: 47.5,18.5 - parent: 852 - type: Transform -- uid: 6473 - type: CableApcExtension - components: - - pos: 38.5,11.5 - parent: 852 - type: Transform -- uid: 6474 - type: Poweredlight - components: - - pos: 46.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6475 - type: WallReinforced - components: - - pos: 48.5,6.5 - parent: 852 - type: Transform -- uid: 6476 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,16.5 - parent: 852 - type: Transform -- uid: 6477 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 54.5,15.5 - parent: 852 - type: Transform -- uid: 6478 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 54.5,16.5 - parent: 852 - type: Transform -- uid: 6479 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 52.5,16.5 - parent: 852 - type: Transform -- uid: 6480 - type: ReinforcedWindow - components: - - rot: 1.5707963267948966 rad - pos: 61.5,0.5 - parent: 852 - type: Transform -- uid: 6481 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 52.5,9.5 - parent: 852 - type: Transform -- uid: 6482 - type: ReinforcedWindow - components: - - pos: 37.5,18.5 - parent: 852 - type: Transform -- uid: 6483 - type: GasValve - components: - - name: waste valve - type: MetaData - - rot: 3.141592653589793 rad - pos: 48.5,19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6484 - type: WallReinforced - components: - - pos: 40.5,7.5 - parent: 852 - type: Transform -- uid: 6485 - type: WallReinforced - components: - - pos: 41.5,8.5 - parent: 852 - type: Transform -- uid: 6486 - type: ReinforcedWindow - components: - - pos: 43.5,18.5 - parent: 852 - type: Transform -- uid: 6487 - type: ReinforcedWindow - components: - - pos: 42.5,18.5 - parent: 852 - type: Transform -- uid: 6488 - type: WallReinforced - components: - - pos: 39.5,7.5 - parent: 852 - type: Transform -- uid: 6489 - type: ReinforcedWindow - components: - - pos: 46.5,18.5 - parent: 852 - type: Transform -- uid: 6490 - type: CableHV - components: - - pos: 69.5,-4.5 - parent: 852 - type: Transform -- uid: 6491 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 44.5,14.5 - parent: 852 - type: Transform -- uid: 6492 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 43.5,14.5 - parent: 852 - type: Transform -- uid: 6493 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 36.5,17.5 - parent: 852 - type: Transform -- uid: 6494 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 36.5,16.5 - parent: 852 - type: Transform -- uid: 6495 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 37.5,14.5 - parent: 852 - type: Transform -- uid: 6496 - type: WallReinforced - components: - - pos: 43.5,10.5 - parent: 852 - type: Transform -- uid: 6497 - type: ReinforcedWindow - components: - - pos: 44.5,18.5 - parent: 852 - type: Transform -- uid: 6498 - type: WallReinforced - components: - - pos: 44.5,10.5 - parent: 852 - type: Transform -- uid: 6499 - type: WallReinforced - components: - - pos: 37.5,9.5 - parent: 852 - type: Transform -- uid: 6500 - type: GasPressurePump - components: - - desc: pulls product from mixer - name: mixer product pump - type: MetaData - - rot: -1.5707963267948966 rad - pos: 49.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6501 - type: ReinforcedPlasmaWindow - components: - - pos: 54.5,16.5 - parent: 852 - type: Transform -- uid: 6502 - type: Grille - components: - - pos: 52.5,17.5 - parent: 852 - type: Transform -- uid: 6503 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 55.5,24.5 - parent: 852 - type: Transform -- uid: 6504 - type: Grille - components: - - pos: 44.5,18.5 - parent: 852 - type: Transform -- uid: 6505 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 51.5,12.5 - parent: 852 - type: Transform -- uid: 6506 - type: ReinforcedWindow - components: - - pos: 41.5,18.5 - parent: 852 - type: Transform -- uid: 6507 - type: CableApcExtension - components: - - pos: 49.5,8.5 - parent: 852 - type: Transform -- uid: 6508 - type: Grille - components: - - pos: 46.5,18.5 - parent: 852 - type: Transform -- uid: 6509 - type: Poweredlight - components: - - pos: 40.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6510 - type: CableApcExtension - components: - - pos: 37.5,11.5 - parent: 852 - type: Transform -- uid: 6511 - type: Poweredlight - components: - - pos: 43.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6512 - type: Table - components: - - pos: 42.5,11.5 - parent: 852 - type: Transform -- uid: 6513 - type: CableApcExtension - components: - - pos: 42.5,18.5 - parent: 852 - type: Transform -- uid: 6514 - type: WeldingFuelTankFull - components: - - pos: 46.5,5.5 - parent: 852 - type: Transform -- uid: 6515 - type: CableApcExtension - components: - - pos: 43.5,18.5 - parent: 852 - type: Transform -- uid: 6516 - type: CableApcExtension - components: - - pos: 39.5,18.5 - parent: 852 - type: Transform -- uid: 6517 - type: CableApcExtension - components: - - pos: 38.5,18.5 - parent: 852 - type: Transform -- uid: 6518 - type: CableApcExtension - components: - - pos: 36.5,18.5 - parent: 852 - type: Transform -- uid: 6519 - type: CableApcExtension - components: - - pos: 35.5,18.5 - parent: 852 - type: Transform -- uid: 6520 - type: CableApcExtension - components: - - pos: 34.5,18.5 - parent: 852 - type: Transform -- uid: 6521 - type: CableApcExtension - components: - - pos: 33.5,18.5 - parent: 852 - type: Transform -- uid: 6522 - type: CableApcExtension - components: - - pos: 31.5,18.5 - parent: 852 - type: Transform -- uid: 6523 - type: CableApcExtension - components: - - pos: 30.5,17.5 - parent: 852 - type: Transform -- uid: 6524 - type: CableApcExtension - components: - - pos: 30.5,15.5 - parent: 852 - type: Transform -- uid: 6525 - type: CableApcExtension - components: - - pos: 30.5,14.5 - parent: 852 - type: Transform -- uid: 6526 - type: CableApcExtension - components: - - pos: 32.5,14.5 - parent: 852 - type: Transform -- uid: 6527 - type: Grille - components: - - pos: 53.5,18.5 - parent: 852 - type: Transform -- uid: 6528 - type: WallReinforced - components: - - pos: 50.5,18.5 - parent: 852 - type: Transform -- uid: 6529 - type: CableApcExtension - components: - - pos: 33.5,14.5 - parent: 852 - type: Transform -- uid: 6530 - type: CableHV - components: - - pos: 48.5,12.5 - parent: 852 - type: Transform -- uid: 6531 - type: WallReinforced - components: - - pos: 46.5,14.5 - parent: 852 - type: Transform -- uid: 6532 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,3.5 - parent: 852 - type: Transform -- uid: 6533 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 49.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6534 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 46.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6535 - type: WallReinforced - components: - - pos: 45.5,13.5 - parent: 852 - type: Transform -- uid: 6536 - type: WallReinforced - components: - - pos: 45.5,11.5 - parent: 852 - type: Transform -- uid: 6537 - type: WallReinforced - components: - - pos: 45.5,10.5 - parent: 852 - type: Transform -- uid: 6538 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 48.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6539 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 46.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6540 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 43.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6541 - type: ReinforcedWindow - components: - - pos: 45.5,9.5 - parent: 852 - type: Transform -- uid: 6542 - type: WallReinforced - components: - - pos: 49.5,6.5 - parent: 852 - type: Transform -- uid: 6543 - type: CableApcExtension - components: - - pos: 39.5,9.5 - parent: 852 - type: Transform -- uid: 6544 - type: CableApcExtension - components: - - pos: 46.5,8.5 - parent: 852 - type: Transform -- uid: 6545 - type: Catwalk - components: - - pos: 48.5,9.5 - parent: 852 - type: Transform -- uid: 6546 - type: CableApcExtension - components: - - pos: 45.5,8.5 - parent: 852 - type: Transform -- uid: 6547 - type: CableApcExtension - components: - - pos: 47.5,8.5 - parent: 852 - type: Transform -- uid: 6548 - type: GasPassiveVent - components: - - rot: -1.5707963267948966 rad - pos: 53.5,16.5 - parent: 852 - type: Transform -- uid: 6549 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 48.5,16.5 - parent: 852 - type: Transform -- uid: 6550 - type: CableApcExtension - components: - - pos: 46.5,15.5 - parent: 852 - type: Transform -- uid: 6551 - type: Grille - components: - - pos: 48.5,18.5 - parent: 852 - type: Transform -- uid: 6552 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 30.5,9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6553 - type: GasPressurePump - components: - - desc: pumps a canister directly into distro - name: distro injection port - type: MetaData - - rot: 1.5707963267948966 rad - pos: 33.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 6554 - type: CableMV - components: - - pos: 36.5,10.5 - parent: 852 - type: Transform -- uid: 6555 - type: CableMV - components: - - pos: 34.5,9.5 - parent: 852 - type: Transform -- uid: 6556 - type: CableMV - components: - - pos: 34.5,8.5 - parent: 852 - type: Transform -- uid: 6557 - type: GasPort - components: - - rot: 1.5707963267948966 rad - pos: 32.5,13.5 - parent: 852 - type: Transform -- uid: 6558 - type: SignalButton - components: - - pos: 49.5,18.5 - parent: 852 - type: Transform -- uid: 6559 - type: ReinforcedWindow - components: - - pos: 50.5,15.5 - parent: 852 - type: Transform -- uid: 6560 - type: CableApcExtension - components: - - pos: 47.5,18.5 - parent: 852 - type: Transform -- uid: 6561 - type: CableApcExtension - components: - - pos: 48.5,17.5 - parent: 852 - type: Transform -- uid: 6562 - type: LockerAtmosphericsFilled - components: - - pos: 44.5,12.5 - parent: 852 - type: Transform -- uid: 6563 - type: LockerAtmosphericsFilled - components: - - pos: 44.5,11.5 - parent: 852 - type: Transform -- uid: 6564 - type: PlaqueAtmos - components: - - pos: 43.5,14.5 - parent: 852 - type: Transform -- uid: 6565 - type: Poweredlight - components: - - pos: 31.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6566 - type: Poweredlight - components: - - pos: 39.5,19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6567 - type: ComputerCargoShuttle - components: - - rot: -1.5707963267948966 rad - pos: 22.5,9.5 - parent: 852 - type: Transform -- uid: 6568 - type: SurveillanceCameraSecurity - components: - - rot: 3.141592653589793 rad - pos: -10.5,11.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security Cell Block - type: SurveillanceCamera -- uid: 6569 - type: GasAnalyzer - components: - - pos: 42.61191,11.52837 - parent: 852 - type: Transform -- uid: 6570 - type: Table - components: - - pos: 41.5,11.5 - parent: 852 - type: Transform -- uid: 6571 - type: CableHV - components: - - pos: 56.5,2.5 - parent: 852 - type: Transform -- uid: 6572 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 24.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6573 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 25.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6574 - type: Poweredlight - components: - - pos: 49.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6575 - type: ClosetFireFilled - components: - - pos: 30.5,12.5 - parent: 852 - type: Transform -- uid: 6576 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: 40.5,11.5 - parent: 852 - type: Transform -- uid: 6577 - type: GasPipeStraight - components: - - pos: 37.5,22.5 - parent: 852 - type: Transform -- uid: 6578 - type: GasPort - components: - - rot: 3.141592653589793 rad - pos: 41.5,13.5 - parent: 852 - type: Transform -- uid: 6579 - type: FireAxeCabinetFilled - components: - - pos: 42.5,14.5 - parent: 852 - type: Transform -- uid: 6580 - type: GasPort - components: - - rot: 3.141592653589793 rad - pos: 40.5,13.5 - parent: 852 - type: Transform -- uid: 6581 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 21.5,15.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6582 - type: AirCanister - components: - - pos: 36.5,8.5 - parent: 852 - type: Transform -- uid: 6583 - type: SignRadiationMed - components: - - pos: 50.5,-1.5 - parent: 852 - type: Transform -- uid: 6584 - type: ClosetEmergencyFilledRandom - components: - - pos: 30.5,13.5 - parent: 852 - type: Transform -- uid: 6585 - type: OxygenCanister - components: - - pos: 6.5,8.5 - parent: 852 - type: Transform -- uid: 6586 - type: CrowbarRed - components: - - pos: 6.5144205,10.21263 - parent: 852 - type: Transform -- uid: 6587 - type: HospitalCurtainsOpen - components: - - pos: 8.5,-8.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics -- uid: 6588 - type: CableMV - components: - - pos: 34.5,7.5 - parent: 852 - type: Transform -- uid: 6589 - type: CableMV - components: - - pos: 34.5,6.5 - parent: 852 - type: Transform -- uid: 6590 - type: CableMV - components: - - pos: 34.5,5.5 - parent: 852 - type: Transform -- uid: 6591 - type: CableMV - components: - - pos: 34.5,4.5 - parent: 852 - type: Transform -- uid: 6592 - type: CableMV - components: - - pos: 34.5,3.5 - parent: 852 - type: Transform -- uid: 6593 - type: CableMV - components: - - pos: 34.5,2.5 - parent: 852 - type: Transform -- uid: 6594 - type: CableMV - components: - - pos: 34.5,1.5 - parent: 852 - type: Transform -- uid: 6595 - type: CableMV - components: - - pos: 34.5,0.5 - parent: 852 - type: Transform -- uid: 6596 - type: CableApcExtension - components: - - pos: 44.5,6.5 - parent: 852 - type: Transform -- uid: 6597 - type: CableApcExtension - components: - - pos: 44.5,7.5 - parent: 852 - type: Transform -- uid: 6598 - type: CableApcExtension - components: - - pos: 44.5,8.5 - parent: 852 - type: Transform -- uid: 6599 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 52.5,10.5 - parent: 852 - type: Transform -- uid: 6600 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 51.5,9.5 - parent: 852 - type: Transform -- uid: 6601 - type: WallReinforced - components: - - pos: 37.5,8.5 - parent: 852 - type: Transform -- uid: 6602 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 52.5,11.5 - parent: 852 - type: Transform -- uid: 6603 - type: CrateEngineeringAMEShielding - components: - - pos: 50.5,9.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction - - containers: - entity_storage: !type:Container - ents: - - 7777 - - 3475 - - 3476 - paper_label: !type:ContainerSlot {} - type: ContainerContainer -- uid: 6604 - type: CableHV - components: - - pos: 64.5,-4.5 - parent: 852 - type: Transform -- uid: 6605 - type: CableApcExtension - components: - - pos: 47.5,12.5 - parent: 852 - type: Transform -- uid: 6606 - type: CableApcExtension - components: - - pos: 47.5,13.5 - parent: 852 - type: Transform -- uid: 6607 - type: WallReinforced - components: - - pos: 29.5,12.5 - parent: 852 - type: Transform -- uid: 6608 - type: WallReinforced - components: - - pos: 29.5,13.5 - parent: 852 - type: Transform -- uid: 6609 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 30.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6610 - type: CableHV - components: - - pos: 49.5,5.5 - parent: 852 - type: Transform -- uid: 6611 - type: CableApcExtension - components: - - pos: 26.5,16.5 - parent: 852 - type: Transform -- uid: 6612 - type: WallReinforced - components: - - pos: 23.5,6.5 - parent: 852 - type: Transform -- uid: 6613 - type: Grille - components: - - pos: 36.5,18.5 - parent: 852 - type: Transform -- uid: 6614 - type: ReinforcedWindow - components: - - pos: 35.5,18.5 - parent: 852 - type: Transform -- uid: 6615 - type: ReinforcedWindow - components: - - pos: 32.5,18.5 - parent: 852 - type: Transform -- uid: 6616 - type: WallReinforced - components: - - pos: 45.5,6.5 - parent: 852 - type: Transform -- uid: 6617 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,17.5 - parent: 852 - type: Transform -- uid: 6618 - type: GasPressurePump - components: - - desc: 'sends mix line to waste ' - name: mix to waste - type: MetaData - - rot: -1.5707963267948966 rad - pos: 49.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6619 - type: CableHV - components: - - pos: 64.5,-0.5 - parent: 852 - type: Transform -- uid: 6620 - type: CableApcExtension - components: - - pos: 42.5,6.5 - parent: 852 - type: Transform -- uid: 6621 - type: CableApcExtension - components: - - pos: 41.5,11.5 - parent: 852 - type: Transform -- uid: 6622 - type: WallReinforced - components: - - pos: 47.5,6.5 - parent: 852 - type: Transform -- uid: 6623 - type: CableApcExtension - components: - - pos: 44.5,2.5 - parent: 852 - type: Transform -- uid: 6624 - type: CableApcExtension - components: - - pos: 42.5,9.5 - parent: 852 - type: Transform -- uid: 6625 - type: CableApcExtension - components: - - pos: 38.5,9.5 - parent: 852 - type: Transform -- uid: 6626 - type: CrateEngineeringAMEJar - components: - - pos: 50.5,8.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 6627 - type: WallReinforced - components: - - pos: 41.5,10.5 - parent: 852 - type: Transform -- uid: 6628 - type: WallReinforced - components: - - pos: 42.5,10.5 - parent: 852 - type: Transform -- uid: 6629 - type: ReinforcedWindow - components: - - pos: 32.5,7.5 - parent: 852 - type: Transform -- uid: 6630 - type: CableApcExtension - components: - - pos: 50.5,2.5 - parent: 852 - type: Transform -- uid: 6631 - type: CableApcExtension - components: - - pos: 52.5,2.5 - parent: 852 - type: Transform -- uid: 6632 - type: ReinforcedWindow - components: - - rot: 1.5707963267948966 rad - pos: 61.5,4.5 - parent: 852 - type: Transform -- uid: 6633 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,15.5 - parent: 852 - type: Transform -- uid: 6634 - type: ReinforcedWindow - components: - - rot: 1.5707963267948966 rad - pos: 61.5,2.5 - parent: 852 - type: Transform -- uid: 6635 - type: CableHV - components: - - pos: 48.5,10.5 - parent: 852 - type: Transform -- uid: 6636 - type: AMEController - components: - - pos: 50.5,7.5 - parent: 852 - type: Transform - - containers: - AMEController-fuelJarContainer: !type:ContainerSlot {} - type: ContainerContainer -- uid: 6637 - type: ReinforcedWindow - components: - - pos: 33.5,18.5 - parent: 852 - type: Transform -- uid: 6638 - type: CableMV - components: - - pos: 43.5,9.5 - parent: 852 - type: Transform -- uid: 6639 - type: ContainmentFieldGenerator - components: - - pos: 39.5,8.5 - parent: 852 - type: Transform -- uid: 6640 - type: ReinforcedWindow - components: - - pos: 45.5,18.5 - parent: 852 - type: Transform -- uid: 6641 - type: GasPressurePump - components: - - desc: pumps mix product into distro - name: mix to distro - type: MetaData - - rot: -1.5707963267948966 rad - pos: 38.5,13.5 - parent: 852 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor -- uid: 6642 - type: CableHV - components: - - pos: 78.5,-3.5 - parent: 852 - type: Transform -- uid: 6643 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,16.5 - parent: 852 - type: Transform -- uid: 6644 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,17.5 - parent: 852 - type: Transform -- uid: 6645 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,23.5 - parent: 852 - type: Transform -- uid: 6646 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,19.5 - parent: 852 - type: Transform -- uid: 6647 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,18.5 - parent: 852 - type: Transform -- uid: 6648 - type: Catwalk - components: - - pos: -27.5,24.5 - parent: 852 - type: Transform -- uid: 6649 - type: Catwalk - components: - - pos: -28.5,24.5 - parent: 852 - type: Transform -- uid: 6650 - type: Catwalk - components: - - pos: -29.5,24.5 - parent: 852 - type: Transform -- uid: 6651 - type: Catwalk - components: - - pos: -30.5,24.5 - parent: 852 - type: Transform -- uid: 6652 - type: Catwalk - components: - - pos: -31.5,24.5 - parent: 852 - type: Transform -- uid: 6653 - type: Catwalk - components: - - pos: -32.5,24.5 - parent: 852 - type: Transform -- uid: 6654 - type: Catwalk - components: - - pos: -33.5,24.5 - parent: 852 - type: Transform -- uid: 6655 - type: Catwalk - components: - - pos: -34.5,24.5 - parent: 852 - type: Transform -- uid: 6656 - type: Catwalk - components: - - pos: -35.5,24.5 - parent: 852 - type: Transform -- uid: 6657 - type: Catwalk - components: - - pos: -36.5,23.5 - parent: 852 - type: Transform -- uid: 6658 - type: Catwalk - components: - - pos: -36.5,26.5 - parent: 852 - type: Transform -- uid: 6659 - type: Catwalk - components: - - pos: -36.5,27.5 - parent: 852 - type: Transform -- uid: 6660 - type: Catwalk - components: - - pos: -36.5,22.5 - parent: 852 - type: Transform -- uid: 6661 - type: Catwalk - components: - - pos: -36.5,21.5 - parent: 852 - type: Transform -- uid: 6662 - type: Catwalk - components: - - pos: -38.5,24.5 - parent: 852 - type: Transform -- uid: 6663 - type: Catwalk - components: - - pos: -30.5,25.5 - parent: 852 - type: Transform -- uid: 6664 - type: Catwalk - components: - - pos: -30.5,26.5 - parent: 852 - type: Transform -- uid: 6665 - type: Catwalk - components: - - pos: -30.5,27.5 - parent: 852 - type: Transform -- uid: 6666 - type: Catwalk - components: - - pos: -34.5,23.5 - parent: 852 - type: Transform -- uid: 6667 - type: Catwalk - components: - - pos: -34.5,22.5 - parent: 852 - type: Transform -- uid: 6668 - type: Catwalk - components: - - pos: -34.5,21.5 - parent: 852 - type: Transform -- uid: 6669 - type: Catwalk - components: - - pos: -36.5,24.5 - parent: 852 - type: Transform -- uid: 6670 - type: Catwalk - components: - - pos: -37.5,24.5 - parent: 852 - type: Transform -- uid: 6671 - type: Catwalk - components: - - pos: -36.5,25.5 - parent: 852 - type: Transform -- uid: 6672 - type: Catwalk - components: - - pos: -32.5,21.5 - parent: 852 - type: Transform -- uid: 6673 - type: Catwalk - components: - - pos: -32.5,22.5 - parent: 852 - type: Transform -- uid: 6674 - type: Catwalk - components: - - pos: -32.5,23.5 - parent: 852 - type: Transform -- uid: 6675 - type: Catwalk - components: - - pos: -32.5,25.5 - parent: 852 - type: Transform -- uid: 6676 - type: Catwalk - components: - - pos: -32.5,26.5 - parent: 852 - type: Transform -- uid: 6677 - type: Catwalk - components: - - pos: -32.5,27.5 - parent: 852 - type: Transform -- uid: 6678 - type: Catwalk - components: - - pos: -34.5,27.5 - parent: 852 - type: Transform -- uid: 6679 - type: Catwalk - components: - - pos: -34.5,26.5 - parent: 852 - type: Transform -- uid: 6680 - type: Catwalk - components: - - pos: -34.5,25.5 - parent: 852 - type: Transform -- uid: 6681 - type: Catwalk - components: - - pos: -30.5,23.5 - parent: 852 - type: Transform -- uid: 6682 - type: Catwalk - components: - - pos: -30.5,22.5 - parent: 852 - type: Transform -- uid: 6683 - type: Catwalk - components: - - pos: -30.5,21.5 - parent: 852 - type: Transform -- uid: 6684 - type: AcousticGuitarInstrument - components: - - pos: -37.568184,29.675117 - parent: 852 - type: Transform -- uid: 6685 - type: Grille - components: - - pos: -36.5,29.5 - parent: 852 - type: Transform -- uid: 6686 - type: Grille - components: - - pos: -34.5,29.5 - parent: 852 - type: Transform -- uid: 6687 - type: Grille - components: - - pos: -33.5,29.5 - parent: 852 - type: Transform -- uid: 6688 - type: Grille - components: - - pos: -32.5,29.5 - parent: 852 - type: Transform -- uid: 6689 - type: Grille - components: - - pos: -31.5,29.5 - parent: 852 - type: Transform -- uid: 6690 - type: Grille - components: - - pos: -30.5,29.5 - parent: 852 - type: Transform -- uid: 6691 - type: Grille - components: - - pos: -30.5,28.5 - parent: 852 - type: Transform -- uid: 6692 - type: VendingMachineSciDrobe - components: - - pos: -13.5,-17.5 - parent: 852 - type: Transform -- uid: 6693 - type: FoodNoodles - components: - - pos: 3.5003717,-30.269686 - parent: 852 - type: Transform -- uid: 6694 - type: AtmosDeviceFanTiny - components: - - anchored: True - pos: -44.5,0.5 - parent: 852 - type: Transform -- uid: 6695 - type: Lamp - components: - - pos: -0.4371283,-29.28531 - parent: 852 - type: Transform -- uid: 6696 - type: VendingMachineGames - components: - - pos: 5.5,-16.5 - parent: 852 - type: Transform -- uid: 6697 - type: WallSolid - components: - - pos: -31.5,-7.5 - parent: 852 - type: Transform -- uid: 6698 - type: Catwalk - components: - - pos: 22.5,-31.5 - parent: 852 - type: Transform -- uid: 6699 - type: Catwalk - components: - - pos: 23.5,-31.5 - parent: 852 - type: Transform -- uid: 6700 - type: Catwalk - components: - - pos: 20.5,-33.5 - parent: 852 - type: Transform -- uid: 6701 - type: Catwalk - components: - - pos: 21.5,-31.5 - parent: 852 - type: Transform -- uid: 6702 - type: Catwalk - components: - - pos: 20.5,-32.5 - parent: 852 - type: Transform -- uid: 6703 - type: Catwalk - components: - - pos: 28.5,-33.5 - parent: 852 - type: Transform -- uid: 6704 - type: Catwalk - components: - - pos: 28.5,-32.5 - parent: 852 - type: Transform -- uid: 6705 - type: Catwalk - components: - - pos: 28.5,-30.5 - parent: 852 - type: Transform -- uid: 6706 - type: Catwalk - components: - - pos: 29.5,-31.5 - parent: 852 - type: Transform -- uid: 6707 - type: Catwalk - components: - - pos: 30.5,-31.5 - parent: 852 - type: Transform -- uid: 6708 - type: Catwalk - components: - - pos: 31.5,-31.5 - parent: 852 - type: Transform -- uid: 6709 - type: Catwalk - components: - - pos: 32.5,-31.5 - parent: 852 - type: Transform -- uid: 6710 - type: SolarTracker - components: - - pos: 32.5,-31.5 - parent: 852 - type: Transform -- uid: 6711 - type: SolarTracker - components: - - pos: -38.5,24.5 - parent: 852 - type: Transform -- uid: 6712 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 76.5,-4.5 - parent: 852 - type: Transform -- uid: 6713 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 77.5,-4.5 - parent: 852 - type: Transform -- uid: 6714 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,-4.5 - parent: 852 - type: Transform -- uid: 6715 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,-2.5 - parent: 852 - type: Transform -- uid: 6716 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,-3.5 - parent: 852 - type: Transform -- uid: 6717 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,-0.5 - parent: 852 - type: Transform -- uid: 6718 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,-1.5 - parent: 852 - type: Transform -- uid: 6719 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,0.5 - parent: 852 - type: Transform -- uid: 6720 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,1.5 - parent: 852 - type: Transform -- uid: 6721 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,4.5 - parent: 852 - type: Transform -- uid: 6722 - type: CableApcExtension - components: - - pos: 41.5,9.5 - parent: 852 - type: Transform -- uid: 6723 - type: CableApcExtension - components: - - pos: 44.5,13.5 - parent: 852 - type: Transform -- uid: 6724 - type: CableApcExtension - components: - - pos: 39.5,11.5 - parent: 852 - type: Transform -- uid: 6725 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,22.5 - parent: 852 - type: Transform -- uid: 6726 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 53.5,24.5 - parent: 852 - type: Transform -- uid: 6727 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 49.5,24.5 - parent: 852 - type: Transform -- uid: 6728 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,24.5 - parent: 852 - type: Transform -- uid: 6729 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 56.5,24.5 - parent: 852 - type: Transform -- uid: 6730 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 57.5,24.5 - parent: 852 - type: Transform -- uid: 6731 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 52.5,24.5 - parent: 852 - type: Transform -- uid: 6732 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,7.5 - parent: 852 - type: Transform -- uid: 6733 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,6.5 - parent: 852 - type: Transform -- uid: 6734 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,5.5 - parent: 852 - type: Transform -- uid: 6735 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,3.5 - parent: 852 - type: Transform -- uid: 6736 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,2.5 - parent: 852 - type: Transform -- uid: 6737 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,8.5 - parent: 852 - type: Transform -- uid: 6738 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 78.5,9.5 - parent: 852 - type: Transform -- uid: 6739 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 75.5,9.5 - parent: 852 - type: Transform -- uid: 6740 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 77.5,9.5 - parent: 852 - type: Transform -- uid: 6741 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 76.5,9.5 - parent: 852 - type: Transform -- uid: 6742 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 51.5,24.5 - parent: 852 - type: Transform -- uid: 6743 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 48.5,24.5 - parent: 852 - type: Transform -- uid: 6744 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,21.5 - parent: 852 - type: Transform -- uid: 6745 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 50.5,24.5 - parent: 852 - type: Transform -- uid: 6746 - type: GrilleBroken - components: - - pos: 58.5,20.5 - parent: 852 - type: Transform -- uid: 6747 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 54.5,24.5 - parent: 852 - type: Transform -- uid: 6748 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 56.5,11.5 - parent: 852 - type: Transform -- uid: 6749 - type: CableHV - components: - - pos: 71.5,-4.5 - parent: 852 - type: Transform -- uid: 6750 - type: CableMV - components: - - pos: 64.5,3.5 - parent: 852 - type: Transform -- uid: 6751 - type: GrilleBroken - components: - - pos: 58.5,14.5 - parent: 852 - type: Transform -- uid: 6752 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 69.5,9.5 - parent: 852 - type: Transform -- uid: 6753 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 71.5,9.5 - parent: 852 - type: Transform -- uid: 6754 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,4.5 - parent: 852 - type: Transform -- uid: 6755 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,7.5 - parent: 852 - type: Transform -- uid: 6756 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,6.5 - parent: 852 - type: Transform -- uid: 6757 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,8.5 - parent: 852 - type: Transform -- uid: 6758 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,9.5 - parent: 852 - type: Transform -- uid: 6759 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 65.5,9.5 - parent: 852 - type: Transform -- uid: 6760 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 66.5,9.5 - parent: 852 - type: Transform -- uid: 6761 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,5.5 - parent: 852 - type: Transform -- uid: 6762 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 67.5,9.5 - parent: 852 - type: Transform -- uid: 6763 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 68.5,9.5 - parent: 852 - type: Transform -- uid: 6764 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 70.5,9.5 - parent: 852 - type: Transform -- uid: 6765 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 73.5,9.5 - parent: 852 - type: Transform -- uid: 6766 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 72.5,9.5 - parent: 852 - type: Transform -- uid: 6767 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 74.5,9.5 - parent: 852 - type: Transform -- uid: 6768 - type: SolarPanel - components: - - pos: 21.5,-28.5 - parent: 852 - type: Transform -- uid: 6769 - type: SolarPanel - components: - - pos: 21.5,-29.5 - parent: 852 - type: Transform -- uid: 6770 - type: SolarPanel - components: - - pos: 21.5,-30.5 - parent: 852 - type: Transform -- uid: 6771 - type: SolarPanel - components: - - pos: 19.5,-30.5 - parent: 852 - type: Transform -- uid: 6772 - type: SolarPanel - components: - - pos: 19.5,-29.5 - parent: 852 - type: Transform -- uid: 6773 - type: SolarPanel - components: - - pos: 19.5,-28.5 - parent: 852 - type: Transform -- uid: 6774 - type: SolarPanel - components: - - pos: 19.5,-32.5 - parent: 852 - type: Transform -- uid: 6775 - type: SolarPanel - components: - - pos: 19.5,-33.5 - parent: 852 - type: Transform -- uid: 6776 - type: SolarPanel - components: - - pos: 19.5,-34.5 - parent: 852 - type: Transform -- uid: 6777 - type: SolarPanel - components: - - pos: 21.5,-34.5 - parent: 852 - type: Transform -- uid: 6778 - type: SolarPanel - components: - - pos: 21.5,-33.5 - parent: 852 - type: Transform -- uid: 6779 - type: SolarPanel - components: - - pos: 21.5,-32.5 - parent: 852 - type: Transform -- uid: 6780 - type: SolarPanel - components: - - pos: 23.5,-35.5 - parent: 852 - type: Transform -- uid: 6781 - type: SolarPanel - components: - - pos: 23.5,-34.5 - parent: 852 - type: Transform -- uid: 6782 - type: SolarPanel - components: - - pos: 23.5,-33.5 - parent: 852 - type: Transform -- uid: 6783 - type: SolarPanel - components: - - pos: 23.5,-32.5 - parent: 852 - type: Transform -- uid: 6784 - type: SolarPanel - components: - - pos: 25.5,-32.5 - parent: 852 - type: Transform -- uid: 6785 - type: SolarPanel - components: - - pos: 25.5,-33.5 - parent: 852 - type: Transform -- uid: 6786 - type: SolarPanel - components: - - pos: 25.5,-34.5 - parent: 852 - type: Transform -- uid: 6787 - type: SolarPanel - components: - - pos: 25.5,-35.5 - parent: 852 - type: Transform -- uid: 6788 - type: SolarPanel - components: - - pos: 25.5,-30.5 - parent: 852 - type: Transform -- uid: 6789 - type: SolarPanel - components: - - pos: 25.5,-29.5 - parent: 852 - type: Transform -- uid: 6790 - type: SolarPanel - components: - - pos: 25.5,-28.5 - parent: 852 - type: Transform -- uid: 6791 - type: SolarPanel - components: - - pos: 25.5,-27.5 - parent: 852 - type: Transform -- uid: 6792 - type: SolarPanel - components: - - pos: 23.5,-27.5 - parent: 852 - type: Transform -- uid: 6793 - type: SolarPanel - components: - - pos: 23.5,-28.5 - parent: 852 - type: Transform -- uid: 6794 - type: SolarPanel - components: - - pos: 23.5,-29.5 - parent: 852 - type: Transform -- uid: 6795 - type: SolarPanel - components: - - pos: 23.5,-30.5 - parent: 852 - type: Transform -- uid: 6796 - type: SolarPanel - components: - - pos: 27.5,-32.5 - parent: 852 - type: Transform -- uid: 6797 - type: SolarPanel - components: - - pos: 27.5,-33.5 - parent: 852 - type: Transform -- uid: 6798 - type: SolarPanel - components: - - pos: 27.5,-34.5 - parent: 852 - type: Transform -- uid: 6799 - type: SolarPanel - components: - - pos: 29.5,-34.5 - parent: 852 - type: Transform -- uid: 6800 - type: SolarPanel - components: - - pos: 29.5,-33.5 - parent: 852 - type: Transform -- uid: 6801 - type: SolarPanel - components: - - pos: 29.5,-32.5 - parent: 852 - type: Transform -- uid: 6802 - type: SolarPanel - components: - - pos: 29.5,-30.5 - parent: 852 - type: Transform -- uid: 6803 - type: SolarPanel - components: - - pos: 29.5,-29.5 - parent: 852 - type: Transform -- uid: 6804 - type: SolarPanel - components: - - pos: 29.5,-28.5 - parent: 852 - type: Transform -- uid: 6805 - type: SolarPanel - components: - - pos: 27.5,-28.5 - parent: 852 - type: Transform -- uid: 6806 - type: SolarPanel - components: - - pos: 27.5,-29.5 - parent: 852 - type: Transform -- uid: 6807 - type: SolarPanel - components: - - pos: 27.5,-30.5 - parent: 852 - type: Transform -- uid: 6808 - type: GasPressurePump - components: - - pos: 41.5,14.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6809 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 39.5,13.5 - parent: 852 - type: Transform -- uid: 6810 - type: GasValve - components: - - rot: 3.141592653589793 rad - pos: 39.5,14.5 - parent: 852 - type: Transform - - open: False - type: GasValve - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6811 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 39.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6812 - type: GasPipeTJunction - components: - - pos: 40.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6813 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 42.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6814 - type: GasPipeTJunction - components: - - pos: 41.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6815 - type: Grille - components: - - pos: 41.5,18.5 - parent: 852 - type: Transform -- uid: 6816 - type: CableApcExtension - components: - - pos: 43.5,10.5 - parent: 852 - type: Transform -- uid: 6817 - type: CableHV - components: - - pos: 47.5,5.5 - parent: 852 - type: Transform -- uid: 6818 - type: CableHV - components: - - pos: 45.5,7.5 - parent: 852 - type: Transform -- uid: 6819 - type: CableHV - components: - - pos: 50.5,5.5 - parent: 852 - type: Transform -- uid: 6820 - type: CableHV - components: - - pos: 48.5,9.5 - parent: 852 - type: Transform -- uid: 6821 - type: CableHV - components: - - pos: 44.5,6.5 - parent: 852 - type: Transform -- uid: 6822 - type: WallReinforced - components: - - pos: 39.5,10.5 - parent: 852 - type: Transform -- uid: 6823 - type: CableHV - components: - - pos: 45.5,5.5 - parent: 852 - type: Transform -- uid: 6824 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 47.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6825 - type: CableApcExtension - components: - - pos: 50.5,15.5 - parent: 852 - type: Transform -- uid: 6826 - type: CableApcExtension - components: - - pos: 50.5,17.5 - parent: 852 - type: Transform -- uid: 6827 - type: AirlockEngineeringGlassLocked - components: - - pos: 45.5,8.5 - parent: 852 - type: Transform -- uid: 6828 - type: ReinforcedWindow - components: - - rot: 1.5707963267948966 rad - pos: 61.5,3.5 - parent: 852 - type: Transform -- uid: 6829 - type: CableApcExtension - components: - - pos: 41.5,6.5 - parent: 852 - type: Transform -- uid: 6830 - type: CableHV - components: - - pos: 74.5,-4.5 - parent: 852 - type: Transform -- uid: 6831 - type: CableApcExtension - components: - - pos: 45.5,2.5 - parent: 852 - type: Transform -- uid: 6832 - type: CableApcExtension - components: - - pos: 46.5,2.5 - parent: 852 - type: Transform -- uid: 6833 - type: CableHV - components: - - pos: 44.5,7.5 - parent: 852 - type: Transform -- uid: 6834 - type: CableHV - components: - - pos: 48.5,8.5 - parent: 852 - type: Transform -- uid: 6835 - type: CableHV - components: - - pos: 48.5,7.5 - parent: 852 - type: Transform -- uid: 6836 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 52.5,17.5 - parent: 852 - type: Transform -- uid: 6837 - type: WallReinforced - components: - - pos: 38.5,10.5 - parent: 852 - type: Transform -- uid: 6838 - type: GasPipeBend - components: - - pos: 54.5,18.5 - parent: 852 - type: Transform -- uid: 6839 - type: SMESBasic - components: - - pos: 41.5,5.5 - parent: 852 - type: Transform -- uid: 6840 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 46.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6841 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,15.5 - parent: 852 - type: Transform -- uid: 6842 - type: CableHV - components: - - pos: 78.5,-4.5 - parent: 852 - type: Transform -- uid: 6843 - type: CableApcExtension - components: - - pos: 53.5,2.5 - parent: 852 - type: Transform -- uid: 6844 - type: CableApcExtension - components: - - pos: 47.5,10.5 - parent: 852 - type: Transform -- uid: 6845 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 52.5,15.5 - parent: 852 - type: Transform -- uid: 6846 - type: CableHV - components: - - pos: 78.5,5.5 - parent: 852 - type: Transform -- uid: 6847 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 52.5,12.5 - parent: 852 - type: Transform -- uid: 6848 - type: CableApcExtension - components: - - pos: 51.5,2.5 - parent: 852 - type: Transform -- uid: 6849 - type: CableHV - components: - - pos: 46.5,7.5 - parent: 852 - type: Transform -- uid: 6850 - type: CableHV - components: - - pos: 78.5,4.5 - parent: 852 - type: Transform -- uid: 6851 - type: WallReinforced - components: - - pos: 40.5,10.5 - parent: 852 - type: Transform -- uid: 6852 - type: GasPipeTJunction - components: - - pos: 53.5,18.5 - parent: 852 - type: Transform -- uid: 6853 - type: GasPipeStraight - components: - - pos: 54.5,17.5 - parent: 852 - type: Transform -- uid: 6854 - type: CableHV - components: - - pos: 78.5,-0.5 - parent: 852 - type: Transform -- uid: 6855 - type: CableHV - components: - - pos: 78.5,-1.5 - parent: 852 - type: Transform -- uid: 6856 - type: CableMV - components: - - pos: 64.5,2.5 - parent: 852 - type: Transform -- uid: 6857 - type: WallReinforced - components: - - pos: 54.5,18.5 - parent: 852 - type: Transform -- uid: 6858 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 44.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6859 - type: WallReinforced - components: - - pos: 52.5,15.5 - parent: 852 - type: Transform -- uid: 6860 - type: BlastDoor - components: - - pos: 53.5,15.5 - parent: 852 - type: Transform -- uid: 6861 - type: ReinforcedPlasmaWindow - components: - - pos: 53.5,18.5 - parent: 852 - type: Transform -- uid: 6862 - type: WallReinforced - components: - - pos: 54.5,15.5 - parent: 852 - type: Transform -- uid: 6863 - type: Grille - components: - - pos: 52.5,16.5 - parent: 852 - type: Transform -- uid: 6864 - type: CableHV - components: - - pos: 78.5,2.5 - parent: 852 - type: Transform -- uid: 6865 - type: ReinforcedPlasmaWindow - components: - - pos: 52.5,16.5 - parent: 852 - type: Transform -- uid: 6866 - type: CableHV - components: - - pos: 78.5,-2.5 - parent: 852 - type: Transform -- uid: 6867 - type: CableHV - components: - - pos: 77.5,-4.5 - parent: 852 - type: Transform -- uid: 6868 - type: CableHV - components: - - pos: 76.5,-4.5 - parent: 852 - type: Transform -- uid: 6869 - type: CableHV - components: - - pos: 75.5,-4.5 - parent: 852 - type: Transform -- uid: 6870 - type: Grille - components: - - pos: 65.5,11.5 - parent: 852 - type: Transform -- uid: 6871 - type: CableHV - components: - - pos: 72.5,-4.5 - parent: 852 - type: Transform -- uid: 6872 - type: CableHV - components: - - pos: 73.5,-4.5 - parent: 852 - type: Transform -- uid: 6873 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,13.5 - parent: 852 - type: Transform -- uid: 6874 - type: Grille - components: - - pos: 50.5,16.5 - parent: 852 - type: Transform -- uid: 6875 - type: Grille - components: - - pos: 54.5,16.5 - parent: 852 - type: Transform -- uid: 6876 - type: Grille - components: - - pos: 50.5,15.5 - parent: 852 - type: Transform -- uid: 6877 - type: Grille - components: - - pos: 50.5,17.5 - parent: 852 - type: Transform -- uid: 6878 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 57.5,11.5 - parent: 852 - type: Transform -- uid: 6879 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 43.5,15.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6880 - type: ReinforcedWindow - components: - - pos: 50.5,16.5 - parent: 852 - type: Transform -- uid: 6881 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 58.5,12.5 - parent: 852 - type: Transform -- uid: 6882 - type: CableMV - components: - - pos: 64.5,4.5 - parent: 852 - type: Transform -- uid: 6883 - type: WallReinforced - components: - - pos: 52.5,18.5 - parent: 852 - type: Transform -- uid: 6884 - type: ReinforcedPlasmaWindow - components: - - pos: 52.5,17.5 - parent: 852 - type: Transform -- uid: 6885 - type: ReinforcedWindow - components: - - pos: 34.5,7.5 - parent: 852 - type: Transform -- uid: 6886 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 42.5,14.5 - parent: 852 - type: Transform -- uid: 6887 - type: CableApcExtension - components: - - pos: 48.5,13.5 - parent: 852 - type: Transform -- uid: 6888 - type: APCBasic - components: - - pos: 43.5,10.5 - parent: 852 - type: Transform -- uid: 6889 - type: WallReinforced - components: - - pos: 41.5,7.5 - parent: 852 - type: Transform -- uid: 6890 - type: ReinforcedWindow - components: - - pos: 34.5,18.5 - parent: 852 - type: Transform -- uid: 6891 - type: GasPressurePump - components: - - pos: 40.5,14.5 - parent: 852 - type: Transform - - color: '#947507FF' - type: AtmosPipeColor -- uid: 6892 - type: ReinforcedWindow - components: - - pos: 23.5,21.5 - parent: 852 - type: Transform -- uid: 6893 - type: ReinforcedWindow - components: - - pos: 23.5,20.5 - parent: 852 - type: Transform -- uid: 6894 - type: Catwalk - components: - - pos: 42.5,-0.5 - parent: 852 - type: Transform -- uid: 6895 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 23.5,16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6896 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 25.5,17.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6897 - type: Poweredlight - components: - - pos: 39.5,6.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6898 - type: Poweredlight - components: - - pos: 50.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6899 - type: Poweredlight - components: - - pos: 45.5,5.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6900 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 45.5,1.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6901 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,17.5 - parent: 852 - type: Transform -- uid: 6902 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 52.5,18.5 - parent: 852 - type: Transform -- uid: 6903 - type: GasPassiveVent - components: - - rot: 3.141592653589793 rad - pos: 53.5,17.5 - parent: 852 - type: Transform -- uid: 6904 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 48.5,15.5 - parent: 852 - type: Transform -- uid: 6905 - type: WallReinforced - components: - - rot: -1.5707963267948966 rad - pos: 30.5,18.5 - parent: 852 - type: Transform -- uid: 6906 - type: GasPipeFourway - components: - - pos: 48.5,17.5 - parent: 852 - type: Transform -- uid: 6907 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 48.5,18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6908 - type: GasPassiveVent - components: - - pos: 48.5,20.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6909 - type: WallReinforced - components: - - pos: 49.5,18.5 - parent: 852 - type: Transform -- uid: 6910 - type: ReinforcedWindow - components: - - pos: 31.5,18.5 - parent: 852 - type: Transform -- uid: 6911 - type: CableHV - components: - - pos: 41.5,6.5 - parent: 852 - type: Transform -- uid: 6912 - type: CableHV - components: - - pos: 78.5,3.5 - parent: 852 - type: Transform -- uid: 6913 - type: CableHV - components: - - pos: 46.5,5.5 - parent: 852 - type: Transform -- uid: 6914 - type: CableHV - components: - - pos: 44.5,5.5 - parent: 852 - type: Transform -- uid: 6915 - type: CableHV - components: - - pos: 78.5,1.5 - parent: 852 - type: Transform -- uid: 6916 - type: SMESBasic - components: - - pos: 40.5,5.5 - parent: 852 - type: Transform -- uid: 6917 - type: CableHV - components: - - pos: 78.5,0.5 - parent: 852 - type: Transform -- uid: 6918 - type: CableHV - components: - - pos: 67.5,-4.5 - parent: 852 - type: Transform -- uid: 6919 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,2.5 - parent: 852 - type: Transform -- uid: 6920 - type: ReinforcedPlasmaWindow - components: - - pos: 54.5,17.5 - parent: 852 - type: Transform -- uid: 6921 - type: Poweredlight - components: - - pos: 38.5,23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 6922 - type: CableMV - components: - - pos: 69.5,-4.5 - parent: 852 - type: Transform -- uid: 6923 - type: CableMV - components: - - pos: 70.5,-4.5 - parent: 852 - type: Transform -- uid: 6924 - type: CableMV - components: - - pos: 71.5,-4.5 - parent: 852 - type: Transform -- uid: 6925 - type: CableMV - components: - - pos: 72.5,-4.5 - parent: 852 - type: Transform -- uid: 6926 - type: Grille - components: - - pos: 66.5,11.5 - parent: 852 - type: Transform -- uid: 6927 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 77.5,11.5 - parent: 852 - type: Transform -- uid: 6928 - type: Grille - components: - - pos: 56.5,-6.5 - parent: 852 - type: Transform -- uid: 6929 - type: GrilleBroken - components: - - pos: 80.5,-3.5 - parent: 852 - type: Transform -- uid: 6930 - type: CableTerminal - components: - - pos: 42.5,6.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 6931 - type: DisposalYJunction - components: - - pos: -32.5,3.5 - parent: 852 - type: Transform -- uid: 6932 - type: Rack - components: - - pos: 18.5,13.5 - parent: 852 - type: Transform -- uid: 6933 - type: Shovel - components: - - pos: 18.565153,17.00107 - parent: 852 - type: Transform -- uid: 6934 - type: CableHV - components: - - pos: 40.5,5.5 - parent: 852 - type: Transform -- uid: 6935 - type: CableHV - components: - - pos: 40.5,6.5 - parent: 852 - type: Transform -- uid: 6936 - type: CableHV - components: - - pos: 42.5,5.5 - parent: 852 - type: Transform -- uid: 6937 - type: CableHV - components: - - pos: 41.5,5.5 - parent: 852 - type: Transform -- uid: 6938 - type: CableHV - components: - - pos: 42.5,4.5 - parent: 852 - type: Transform -- uid: 6939 - type: SMESBasic - components: - - pos: 42.5,5.5 - parent: 852 - type: Transform -- uid: 6940 - type: CableHV - components: - - pos: 40.5,4.5 - parent: 852 - type: Transform -- uid: 6941 - type: CableTerminal - components: - - pos: 41.5,6.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 6942 - type: CableHV - components: - - pos: 50.5,3.5 - parent: 852 - type: Transform -- uid: 6943 - type: GasPipeTJunction - components: - - pos: 49.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 6944 - type: GasPipeTJunction - components: - - pos: 48.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6945 - type: GasPipeStraight - components: - - pos: 48.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 6946 - type: CableHV - components: - - pos: 57.5,0.5 - parent: 852 - type: Transform -- uid: 6947 - type: CableHV - components: - - pos: 50.5,-1.5 - parent: 852 - type: Transform -- uid: 6948 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 51.5,-7.5 - parent: 852 - type: Transform -- uid: 6949 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 47.5,-7.5 - parent: 852 - type: Transform -- uid: 6950 - type: WallReinforced - components: - - pos: 58.5,-2.5 - parent: 852 - type: Transform -- uid: 6951 - type: WallReinforced - components: - - pos: 59.5,-2.5 - parent: 852 - type: Transform -- uid: 6952 - type: WallReinforced - components: - - pos: 60.5,-2.5 - parent: 852 - type: Transform -- uid: 6953 - type: WallReinforced - components: - - pos: 61.5,-2.5 - parent: 852 - type: Transform -- uid: 6954 - type: GrilleBroken - components: - - pos: 74.5,11.5 - parent: 852 - type: Transform -- uid: 6955 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 76.5,11.5 - parent: 852 - type: Transform -- uid: 6956 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 69.5,11.5 - parent: 852 - type: Transform -- uid: 6957 - type: FirelockGlass - components: - - pos: 28.5,-17.5 - parent: 852 - type: Transform -- uid: 6958 - type: Grille - components: - - pos: 51.5,-31.5 - parent: 852 - type: Transform -- uid: 6959 - type: Grille - components: - - pos: 49.5,-31.5 - parent: 852 - type: Transform -- uid: 6960 - type: Grille - components: - - pos: 48.5,-31.5 - parent: 852 - type: Transform -- uid: 6961 - type: Grille - components: - - pos: 47.5,-31.5 - parent: 852 - type: Transform -- uid: 6962 - type: Grille - components: - - pos: 47.5,-30.5 - parent: 852 - type: Transform -- uid: 6963 - type: Grille - components: - - pos: 46.5,-29.5 - parent: 852 - type: Transform -- uid: 6964 - type: Grille - components: - - pos: 34.5,-14.5 - parent: 852 - type: Transform -- uid: 6965 - type: WallSolid - components: - - pos: 37.5,-11.5 - parent: 852 - type: Transform -- uid: 6966 - type: Catwalk - components: - - pos: 42.5,-1.5 - parent: 852 - type: Transform -- uid: 6967 - type: Grille - components: - - pos: 40.5,-26.5 - parent: 852 - type: Transform -- uid: 6968 - type: Catwalk - components: - - pos: 42.5,-2.5 - parent: 852 - type: Transform -- uid: 6969 - type: WallSolid - components: - - pos: 37.5,-15.5 - parent: 852 - type: Transform -- uid: 6970 - type: WallSolid - components: - - pos: 37.5,-16.5 - parent: 852 - type: Transform -- uid: 6971 - type: Grille - components: - - pos: 42.5,-22.5 - parent: 852 - type: Transform -- uid: 6972 - type: ReinforcedWindow - components: - - pos: 47.5,-17.5 - parent: 852 - type: Transform -- uid: 6973 - type: ReinforcedWindow - components: - - pos: 47.5,-30.5 - parent: 852 - type: Transform -- uid: 6974 - type: ReinforcedWindow - components: - - pos: 47.5,-31.5 - parent: 852 - type: Transform -- uid: 6975 - type: ReinforcedWindow - components: - - pos: 51.5,-31.5 - parent: 852 - type: Transform -- uid: 6976 - type: ReinforcedWindow - components: - - pos: 51.5,-30.5 - parent: 852 - type: Transform -- uid: 6977 - type: ReinforcedWindow - components: - - pos: 52.5,-29.5 - parent: 852 - type: Transform -- uid: 6978 - type: ReinforcedWindow - components: - - pos: 54.5,-27.5 - parent: 852 - type: Transform -- uid: 6979 - type: ReinforcedWindow - components: - - pos: 54.5,-21.5 - parent: 852 - type: Transform -- uid: 6980 - type: ReinforcedWindow - components: - - pos: 52.5,-19.5 - parent: 852 - type: Transform -- uid: 6981 - type: CableApcExtension - components: - - pos: 41.5,-24.5 - parent: 852 - type: Transform -- uid: 6982 - type: CableApcExtension - components: - - pos: 40.5,-24.5 - parent: 852 - type: Transform -- uid: 6983 - type: WallReinforced - components: - - pos: 43.5,-22.5 - parent: 852 - type: Transform -- uid: 6984 - type: WallReinforced - components: - - pos: 43.5,-26.5 - parent: 852 - type: Transform -- uid: 6985 - type: WallReinforced - components: - - pos: 43.5,-21.5 - parent: 852 - type: Transform -- uid: 6986 - type: WallReinforced - components: - - pos: 43.5,-27.5 - parent: 852 - type: Transform -- uid: 6987 - type: WallReinforced - components: - - pos: 46.5,-30.5 - parent: 852 - type: Transform -- uid: 6988 - type: ReinforcedWindow - components: - - pos: 55.5,-22.5 - parent: 852 - type: Transform -- uid: 6989 - type: ReinforcedWindow - components: - - pos: 56.5,-22.5 - parent: 852 - type: Transform -- uid: 6990 - type: WallReinforced - components: - - pos: 52.5,-30.5 - parent: 852 - type: Transform -- uid: 6991 - type: ReinforcedWindow - components: - - pos: 55.5,-26.5 - parent: 852 - type: Transform -- uid: 6992 - type: WallReinforced - components: - - pos: 55.5,-27.5 - parent: 852 - type: Transform -- uid: 6993 - type: ReinforcedWindow - components: - - pos: 48.5,-31.5 - parent: 852 - type: Transform -- uid: 6994 - type: ReinforcedWindow - components: - - pos: 50.5,-31.5 - parent: 852 - type: Transform -- uid: 6995 - type: ReinforcedWindow - components: - - pos: 49.5,-31.5 - parent: 852 - type: Transform -- uid: 6996 - type: ReinforcedWindow - components: - - pos: 56.5,-23.5 - parent: 852 - type: Transform -- uid: 6997 - type: ReinforcedWindow - components: - - pos: 56.5,-25.5 - parent: 852 - type: Transform -- uid: 6998 - type: ReinforcedWindow - components: - - pos: 56.5,-24.5 - parent: 852 - type: Transform -- uid: 6999 - type: ReinforcedWindow - components: - - pos: 53.5,-29.5 - parent: 852 - type: Transform -- uid: 7000 - type: ReinforcedWindow - components: - - pos: 54.5,-29.5 - parent: 852 - type: Transform -- uid: 7001 - type: ReinforcedWindow - components: - - pos: 54.5,-28.5 - parent: 852 - type: Transform -- uid: 7002 - type: ReinforcedWindow - components: - - pos: 53.5,-19.5 - parent: 852 - type: Transform -- uid: 7003 - type: ReinforcedWindow - components: - - pos: 54.5,-19.5 - parent: 852 - type: Transform -- uid: 7004 - type: ReinforcedWindow - components: - - pos: 54.5,-20.5 - parent: 852 - type: Transform -- uid: 7005 - type: ReinforcedWindow - components: - - pos: 45.5,-19.5 - parent: 852 - type: Transform -- uid: 7006 - type: ReinforcedWindow - components: - - pos: 44.5,-19.5 - parent: 852 - type: Transform -- uid: 7007 - type: ReinforcedWindow - components: - - pos: 44.5,-20.5 - parent: 852 - type: Transform -- uid: 7008 - type: ReinforcedWindow - components: - - pos: 42.5,-26.5 - parent: 852 - type: Transform -- uid: 7009 - type: ReinforcedWindow - components: - - pos: 42.5,-22.5 - parent: 852 - type: Transform -- uid: 7010 - type: CableApcExtension - components: - - pos: 45.5,-24.5 - parent: 852 - type: Transform -- uid: 7011 - type: Grille - components: - - pos: 51.5,-18.5 - parent: 852 - type: Transform -- uid: 7012 - type: Grille - components: - - pos: 51.5,-17.5 - parent: 852 - type: Transform -- uid: 7013 - type: Grille - components: - - pos: 50.5,-17.5 - parent: 852 - type: Transform -- uid: 7014 - type: Grille - components: - - pos: 49.5,-17.5 - parent: 852 - type: Transform -- uid: 7015 - type: Grille - components: - - pos: 48.5,-17.5 - parent: 852 - type: Transform -- uid: 7016 - type: Grille - components: - - pos: 47.5,-17.5 - parent: 852 - type: Transform -- uid: 7017 - type: Grille - components: - - pos: 52.5,-19.5 - parent: 852 - type: Transform -- uid: 7018 - type: Grille - components: - - pos: 53.5,-19.5 - parent: 852 - type: Transform -- uid: 7019 - type: Grille - components: - - pos: 54.5,-19.5 - parent: 852 - type: Transform -- uid: 7020 - type: Grille - components: - - pos: 54.5,-20.5 - parent: 852 - type: Transform -- uid: 7021 - type: Grille - components: - - pos: 54.5,-21.5 - parent: 852 - type: Transform -- uid: 7022 - type: Grille - components: - - pos: 55.5,-26.5 - parent: 852 - type: Transform -- uid: 7023 - type: Grille - components: - - pos: 54.5,-27.5 - parent: 852 - type: Transform -- uid: 7024 - type: Grille - components: - - pos: 54.5,-29.5 - parent: 852 - type: Transform -- uid: 7025 - type: Grille - components: - - pos: 52.5,-29.5 - parent: 852 - type: Transform -- uid: 7026 - type: CableApcExtension - components: - - pos: 37.5,-10.5 - parent: 852 - type: Transform -- uid: 7027 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-14.5 - parent: 852 - type: Transform -- uid: 7028 - type: CableApcExtension - components: - - pos: 49.5,-6.5 - parent: 852 - type: Transform -- uid: 7029 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 37.5,-26.5 - parent: 852 - type: Transform -- uid: 7030 - type: CableApcExtension - components: - - pos: 31.5,-9.5 - parent: 852 - type: Transform -- uid: 7031 - type: CableApcExtension - components: - - pos: 36.5,-13.5 - parent: 852 - type: Transform -- uid: 7032 - type: CableApcExtension - components: - - pos: 36.5,-10.5 - parent: 852 - type: Transform -- uid: 7033 - type: CableApcExtension - components: - - pos: 36.5,-9.5 - parent: 852 - type: Transform -- uid: 7034 - type: WallReinforced - components: - - pos: 34.5,-18.5 - parent: 852 - type: Transform -- uid: 7035 - type: Catwalk - components: - - pos: 42.5,-3.5 - parent: 852 - type: Transform -- uid: 7036 - type: AirlockGlass - components: - - pos: 32.5,-18.5 - parent: 852 - type: Transform -- uid: 7037 - type: AirlockGlass - components: - - pos: 33.5,-18.5 - parent: 852 - type: Transform -- uid: 7038 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 37.5,-22.5 - parent: 852 - type: Transform -- uid: 7039 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-22.5 - parent: 852 - type: Transform -- uid: 7040 - type: FirelockEdge - components: - - pos: -18.5,3.5 - parent: 852 - type: Transform -- uid: 7041 - type: FirelockEdge - components: - - pos: -19.5,3.5 - parent: 852 - type: Transform -- uid: 7042 - type: FirelockEdge - components: - - pos: -16.5,3.5 - parent: 852 - type: Transform -- uid: 7043 - type: SpawnPointServiceWorker - components: - - pos: -13.5,-0.5 - parent: 852 - type: Transform -- uid: 7044 - type: Grille - components: - - pos: 28.5,-12.5 - parent: 852 - type: Transform -- uid: 7045 - type: Catwalk - components: - - pos: 42.5,-4.5 - parent: 852 - type: Transform -- uid: 7046 - type: WallSolid - components: - - pos: 31.5,-19.5 - parent: 852 - type: Transform -- uid: 7047 - type: WallReinforced - components: - - pos: 29.5,-20.5 - parent: 852 - type: Transform -- uid: 7048 - type: WallReinforced - components: - - pos: 30.5,-20.5 - parent: 852 - type: Transform -- uid: 7049 - type: WallReinforced - components: - - pos: 35.5,-18.5 - parent: 852 - type: Transform -- uid: 7050 - type: Rack - components: - - pos: 29.5,-10.5 - parent: 852 - type: Transform -- uid: 7051 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 42.5,-24.5 - parent: 852 - type: Transform -- uid: 7052 - type: FirelockEdge - components: - - rot: 1.5707963267948966 rad - pos: 42.5,-23.5 - parent: 852 - type: Transform -- uid: 7053 - type: PottedPlant27 - components: - - pos: 45.5,-4.5 - parent: 852 - type: Transform -- uid: 7054 - type: CableApcExtension - components: - - pos: 33.5,-21.5 - parent: 852 - type: Transform -- uid: 7055 - type: ClothingHeadHatAnimalCat - components: - - pos: 29.474722,-19.430801 - parent: 852 - type: Transform -- uid: 7056 - type: SpaceCash100 - components: - - pos: 35.784645,-15.468033 - parent: 852 - type: Transform -- uid: 7057 - type: LockerFreezer - components: - - name: safe - type: MetaData - - pos: -0.5,18.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 4585 - - 9055 - type: ContainerContainer -- uid: 7058 - type: ClosetMaintenanceFilledRandom - components: - - pos: 29.5,-9.5 - parent: 852 - type: Transform -- uid: 7059 - type: Bed - components: - - pos: 32.5,-10.5 - parent: 852 - type: Transform -- uid: 7060 - type: WallReinforced - components: - - pos: 31.5,-26.5 - parent: 852 - type: Transform -- uid: 7061 - type: WallReinforced - components: - - pos: 33.5,-26.5 - parent: 852 - type: Transform -- uid: 7062 - type: WallReinforced - components: - - pos: 31.5,-20.5 - parent: 852 - type: Transform -- uid: 7063 - type: PoweredSmallLight - components: - - pos: 31.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7064 - type: CableApcExtension - components: - - pos: 29.5,-10.5 - parent: 852 - type: Transform -- uid: 7065 - type: ClothingOuterCoatPirate - components: - - pos: 36.486282,-15.465345 - parent: 852 - type: Transform -- uid: 7066 - type: CableApcExtension - components: - - pos: 35.5,-9.5 - parent: 852 - type: Transform -- uid: 7067 - type: WaterTankFull - components: - - pos: 39.5,-13.5 - parent: 852 - type: Transform -- uid: 7068 - type: ClosetRadiationSuitFilled - components: - - pos: 53.5,1.5 - parent: 852 - type: Transform -- uid: 7069 - type: ReinforcedWindow - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-22.5 - parent: 852 - type: Transform -- uid: 7070 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 71.5,10.5 - parent: 852 - type: Transform -- uid: 7071 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 59.5,11.5 - parent: 852 - type: Transform -- uid: 7072 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 49.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7073 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7074 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 31.5,22.5 - parent: 852 - type: Transform -- uid: 7075 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 33.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7076 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 33.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7077 - type: GasVolumePump - components: - - desc: sucks out waste air from the station - name: waste volume pump - type: MetaData - - rot: 3.141592653589793 rad - pos: 33.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7078 - type: PlasmaCanister - components: - - pos: 40.5,23.5 - parent: 852 - type: Transform -- uid: 7079 - type: GasPipeStraight - components: - - pos: 32.5,19.5 - parent: 852 - type: Transform -- uid: 7080 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 35.5,15.5 - parent: 852 - type: Transform -- uid: 7081 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 34.5,14.5 - parent: 852 - type: Transform -- uid: 7082 - type: PoweredSmallLight - components: - - pos: 45.5,-0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7083 - type: Poweredlight - components: - - pos: 23.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7084 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 36.5,24.5 - parent: 852 - type: Transform -- uid: 7085 - type: WallSolid - components: - - pos: 20.5,-10.5 - parent: 852 - type: Transform -- uid: 7086 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 35.5,24.5 - parent: 852 - type: Transform -- uid: 7087 - type: GasPipeStraight - components: - - pos: 31.5,13.5 - parent: 852 - type: Transform -- uid: 7088 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 31.5,21.5 - parent: 852 - type: Transform -- uid: 7089 - type: WallSolid - components: - - pos: 24.5,14.5 - parent: 852 - type: Transform -- uid: 7090 - type: WallSolid - components: - - pos: 18.5,14.5 - parent: 852 - type: Transform -- uid: 7091 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 23.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7092 - type: GasPipeBend - components: - - pos: 23.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7093 - type: Table - components: - - pos: 15.5,8.5 - parent: 852 - type: Transform -- uid: 7094 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 31.5,15.5 - parent: 852 - type: Transform -- uid: 7095 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -22.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7096 - type: WallReinforced - components: - - pos: -26.5,22.5 - parent: 852 - type: Transform -- uid: 7097 - type: PonderingOrb - components: - - pos: -25.5,22.5 - parent: 852 - type: Transform -- uid: 7098 - type: ClothingShoesLeather - components: - - parent: 7110 - type: Transform -- uid: 7099 - type: GasVentPump - components: - - pos: 32.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7100 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 31.5,16.5 - parent: 852 - type: Transform -- uid: 7101 - type: ClothingMaskSterile - components: - - parent: 7110 - type: Transform -- uid: 7102 - type: ClothingHandsGlovesLatex - components: - - parent: 7110 - type: Transform -- uid: 7103 - type: GasPipeStraight - components: - - pos: 31.5,14.5 - parent: 852 - type: Transform -- uid: 7104 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: 32.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7105 - type: GasPipeFourway - components: - - pos: -24.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7106 - type: CableApcExtension - components: - - pos: 24.5,9.5 - parent: 852 - type: Transform -- uid: 7107 - type: ClothingEyesGlasses - components: - - parent: 7110 - type: Transform -- uid: 7108 - type: ClothingUniformJumpsuitDetective - components: - - parent: 7110 - type: Transform -- uid: 7109 - type: ClothingNeckTieRed - components: - - parent: 7110 - type: Transform -- uid: 7110 - type: WardrobeWhite - components: - - desc: Smells of formaldehyde, smoke and menthol. - name: mortician's wardrobe - type: MetaData - - pos: 15.536513,-13.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 4231 - - 7101 - - 7107 - - 7102 - - 7109 - - 7098 - - 7108 - type: ContainerContainer -- uid: 7111 - type: HospitalCurtainsOpen - components: - - pos: 8.5,-10.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics -- uid: 7112 - type: GasPort - components: - - rot: 1.5707963267948966 rad - pos: 30.5,9.5 - parent: 852 - type: Transform -- uid: 7113 - type: PortableScrubber - components: - - pos: 30.5,8.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - type: ContainerContainer -- uid: 7114 - type: Table - components: - - pos: 13.5,-13.5 - parent: 852 - type: Transform -- uid: 7115 - type: BoxBodyBag - components: - - pos: 14.418289,-13.443992 - parent: 852 - type: Transform -- uid: 7116 - type: BoxLatexGloves - components: - - pos: 13.500268,-13.486635 - parent: 852 - type: Transform -- uid: 7117 - type: SprayBottleSpaceCleaner - components: - - pos: 13.965164,-13.443992 - parent: 852 - type: Transform -- uid: 7118 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 31.5,12.5 - parent: 852 - type: Transform -- uid: 7119 - type: GasPipeBend - components: - - pos: 33.5,12.5 - parent: 852 - type: Transform -- uid: 7120 - type: GasFilterFlipped - components: - - desc: filters n2 out of waste - name: n2 filter - type: MetaData - - rot: -1.5707963267948966 rad - pos: 32.5,17.5 - parent: 852 - type: Transform -- uid: 7121 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 31.5,20.5 - parent: 852 - type: Transform -- uid: 7122 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: 31.5,17.5 - parent: 852 - type: Transform -- uid: 7123 - type: Table - components: - - pos: 14.5,-13.5 - parent: 852 - type: Transform -- uid: 7124 - type: CableApcExtension - components: - - pos: 23.5,-13.5 - parent: 852 - type: Transform -- uid: 7125 - type: CableApcExtension - components: - - pos: 24.5,-14.5 - parent: 852 - type: Transform -- uid: 7126 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: 38.5,15.5 - parent: 852 - type: Transform -- uid: 7127 - type: SignScience1 - components: - - pos: -10.5,-21.5 - parent: 852 - type: Transform -- uid: 7128 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 38.5,14.5 - parent: 852 - type: Transform -- uid: 7129 - type: PottedPlantBioluminscent - components: - - pos: -7.5,-17.5 - parent: 852 - type: Transform -- uid: 7130 - type: VendingMachineCargoDrobe - components: - - pos: 12.5,12.5 - parent: 852 - type: Transform -- uid: 7131 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: 32.5,12.5 - parent: 852 - type: Transform -- uid: 7132 - type: GasPipeStraight - components: - - pos: 34.5,20.5 - parent: 852 - type: Transform -- uid: 7133 - type: GasPipeStraight - components: - - pos: 32.5,18.5 - parent: 852 - type: Transform -- uid: 7134 - type: Table - components: - - pos: 48.5,5.5 - parent: 852 - type: Transform -- uid: 7135 - type: Bed - components: - - pos: 24.5,-15.5 - parent: 852 - type: Transform -- uid: 7136 - type: Fireplace - components: - - pos: 21.5,-12.5 - parent: 852 - type: Transform -- uid: 7137 - type: BedsheetCMO - components: - - pos: 24.5,-15.5 - parent: 852 - type: Transform -- uid: 7138 - type: AtmosDeviceFanTiny - components: - - anchored: True - pos: -44.5,2.5 - parent: 852 - type: Transform -- uid: 7139 - type: CrateFilledSpawner - components: - - pos: 19.5,7.5 - parent: 852 - type: Transform -- uid: 7140 - type: CrateFilledSpawner - components: - - pos: 20.5,7.5 - parent: 852 - type: Transform -- uid: 7141 - type: CrateFilledSpawner - components: - - pos: 21.5,7.5 - parent: 852 - type: Transform -- uid: 7142 - type: RandomPosterAny - components: - - pos: -10.5,-5.5 - parent: 852 - type: Transform -- uid: 7143 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 7144 - type: CableApcExtension - components: - - pos: 8.5,26.5 - parent: 852 - type: Transform -- uid: 7145 - type: PosterLegitSafetyEyeProtection - components: - - pos: 18.5,2.5 - parent: 852 - type: Transform -- uid: 7146 - type: TableWood - components: - - pos: 7.5,24.5 - parent: 852 - type: Transform -- uid: 7147 - type: SpawnPointHeadOfPersonnel - components: - - pos: 8.5,20.5 - parent: 852 - type: Transform -- uid: 7148 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 7149 - type: LampGold - components: - - pos: 6.5934343,24.65432 - parent: 852 - type: Transform -- uid: 7150 - type: HandLabeler - components: - - pos: 13.523275,12.639943 - parent: 852 - type: Transform -- uid: 7151 - type: PottedPlantRandom - components: - - pos: 8.5,26.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 7152 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 7153 - type: ChairOfficeDark - components: - - pos: 7.5,20.5 - parent: 852 - type: Transform -- uid: 7154 - type: HandLabeler - components: - - pos: 9.383593,18.550503 - parent: 852 - type: Transform -- uid: 7155 - type: CarpetSBlue - components: - - pos: 9.5,20.5 - parent: 852 - type: Transform -- uid: 7156 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 7157 - type: WallReinforced - components: - - pos: 6.5,18.5 - parent: 852 - type: Transform -- uid: 7158 - type: TableWood - components: - - pos: 8.5,18.5 - parent: 852 - type: Transform -- uid: 7159 - type: GasPipeTJunction - components: - - pos: 8.5,20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7160 - type: Pen - components: - - pos: 24.727184,-13.11355 - parent: 852 - type: Transform -- uid: 7161 - type: ClosetEmergencyFilledRandom - components: - - pos: 23.5,7.5 - parent: 852 - type: Transform -- uid: 7162 - type: PartRodMetal - components: - - pos: 18.4917,8.562429 - parent: 852 - type: Transform -- uid: 7163 - type: Bed - components: - - pos: 12.5,-29.5 - parent: 852 - type: Transform -- uid: 7164 - type: TableWood - components: - - pos: 12.5,-31.5 - parent: 852 - type: Transform -- uid: 7165 - type: ComfyChair - components: - - pos: 12.5,-30.5 - parent: 852 - type: Transform -- uid: 7166 - type: ClothingNeckScarfStripedGreen - components: - - pos: 12.493905,-31.538164 - parent: 852 - type: Transform -- uid: 7167 - type: SpawnPointLibrarian - components: - - pos: 11.5,-30.5 - parent: 852 - type: Transform -- uid: 7168 - type: CableMV - components: - - pos: 0.5,-8.5 - parent: 852 - type: Transform -- uid: 7169 - type: TableReinforced - components: - - pos: -13.5,21.5 - parent: 852 - type: Transform -- uid: 7170 - type: SurveillanceCameraSecurity - components: - - rot: 3.141592653589793 rad - pos: -12.5,21.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - type: SurveillanceCamera -- uid: 7171 - type: Poweredlight - components: - - pos: 8.5,26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7172 - type: Table - components: - - pos: 18.5,8.5 - parent: 852 - type: Transform -- uid: 7173 - type: CableHV - components: - - pos: 50.5,4.5 - parent: 852 - type: Transform -- uid: 7174 - type: CableHV - components: - - pos: 43.5,6.5 - parent: 852 - type: Transform -- uid: 7176 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 79.5,2.5 - parent: 852 - type: Transform -- uid: 7177 - type: CableMV - components: - - pos: 75.5,-4.5 - parent: 852 - type: Transform -- uid: 7178 - type: FirelockGlass - components: - - pos: 38.5,-8.5 - parent: 852 - type: Transform -- uid: 7179 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 52.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7180 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7181 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 55.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7182 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 54.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7183 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: 55.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7184 - type: GasPipeStraight - components: - - pos: 55.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7185 - type: GasVentPump - components: - - rot: -1.5707963267948966 rad - pos: 56.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7186 - type: CableHV - components: - - pos: 64.5,2.5 - parent: 852 - type: Transform -- uid: 7187 - type: CableHV - components: - - pos: 64.5,6.5 - parent: 852 - type: Transform -- uid: 7188 - type: CableHV - components: - - pos: 64.5,7.5 - parent: 852 - type: Transform -- uid: 7189 - type: CableHV - components: - - pos: 64.5,5.5 - parent: 852 - type: Transform -- uid: 7190 - type: CableHV - components: - - pos: 65.5,9.5 - parent: 852 - type: Transform -- uid: 7191 - type: CableHV - components: - - pos: 64.5,9.5 - parent: 852 - type: Transform -- uid: 7192 - type: CableHV - components: - - pos: 64.5,3.5 - parent: 852 - type: Transform -- uid: 7193 - type: CableHV - components: - - pos: 66.5,9.5 - parent: 852 - type: Transform -- uid: 7194 - type: CableHV - components: - - pos: 67.5,9.5 - parent: 852 - type: Transform -- uid: 7195 - type: CableHV - components: - - pos: 68.5,9.5 - parent: 852 - type: Transform -- uid: 7196 - type: CableHV - components: - - pos: 70.5,9.5 - parent: 852 - type: Transform -- uid: 7197 - type: CableHV - components: - - pos: 71.5,9.5 - parent: 852 - type: Transform -- uid: 7198 - type: CableHV - components: - - pos: 73.5,9.5 - parent: 852 - type: Transform -- uid: 7199 - type: CableHV - components: - - pos: 74.5,9.5 - parent: 852 - type: Transform -- uid: 7200 - type: CableHV - components: - - pos: 75.5,9.5 - parent: 852 - type: Transform -- uid: 7201 - type: CableHV - components: - - pos: 77.5,9.5 - parent: 852 - type: Transform -- uid: 7202 - type: CableHV - components: - - pos: 78.5,7.5 - parent: 852 - type: Transform -- uid: 7203 - type: CableHV - components: - - pos: 78.5,9.5 - parent: 852 - type: Transform -- uid: 7204 - type: CableHV - components: - - pos: 78.5,8.5 - parent: 852 - type: Transform -- uid: 7205 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 55.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7206 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 54.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7207 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 52.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7208 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 50.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7209 - type: ClothingOuterCoatJensen - components: - - pos: -31.454058,8.498672 - parent: 852 - type: Transform -- uid: 7210 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 51.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7211 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 56.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7212 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 53.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7213 - type: CableHV - components: - - pos: 64.5,4.5 - parent: 852 - type: Transform -- uid: 7214 - type: CableHV - components: - - pos: 69.5,9.5 - parent: 852 - type: Transform -- uid: 7215 - type: CableHV - components: - - pos: 72.5,9.5 - parent: 852 - type: Transform -- uid: 7216 - type: CableHV - components: - - pos: 76.5,9.5 - parent: 852 - type: Transform -- uid: 7217 - type: CableHV - components: - - pos: 64.5,8.5 - parent: 852 - type: Transform -- uid: 7218 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 53.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7219 - type: Grille - components: - - pos: 22.5,19.5 - parent: 852 - type: Transform -- uid: 7220 - type: GasMinerNitrogen - components: - - pos: 32.5,22.5 - parent: 852 - type: Transform -- uid: 7221 - type: Grille - components: - - pos: 34.5,20.5 - parent: 852 - type: Transform -- uid: 7222 - type: ReinforcedPlasmaWindow - components: - - pos: 34.5,20.5 - parent: 852 - type: Transform -- uid: 7223 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 28.5,2.5 - parent: 852 - type: Transform -- uid: 7224 - type: SignDrones - components: - - pos: 26.5,2.5 - parent: 852 - type: Transform -- uid: 7225 - type: WarningN2 - components: - - pos: 33.5,20.5 - parent: 852 - type: Transform -- uid: 7226 - type: Grille - components: - - pos: 36.5,20.5 - parent: 852 - type: Transform -- uid: 7227 - type: Grille - components: - - pos: 32.5,20.5 - parent: 852 - type: Transform -- uid: 7228 - type: CarpetBlue - components: - - pos: 22.5,-15.5 - parent: 852 - type: Transform -- uid: 7229 - type: CarpetBlue - components: - - pos: 22.5,-14.5 - parent: 852 - type: Transform -- uid: 7230 - type: PottedPlantRandom - components: - - pos: 12.5,-11.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 7231 - type: WallReinforced - components: - - pos: 13.5,-6.5 - parent: 852 - type: Transform -- uid: 7232 - type: PottedPlantRandom - components: - - pos: 6.5,-3.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 7233 - type: Grille - components: - - pos: 13.5,-5.5 - parent: 852 - type: Transform -- uid: 7234 - type: Catwalk - components: - - pos: 12.5,15.5 - parent: 852 - type: Transform -- uid: 7235 - type: Catwalk - components: - - pos: 7.5,14.5 - parent: 852 - type: Transform -- uid: 7236 - type: Catwalk - components: - - pos: 12.5,17.5 - parent: 852 - type: Transform -- uid: 7237 - type: Catwalk - components: - - pos: 10.5,14.5 - parent: 852 - type: Transform -- uid: 7238 - type: Catwalk - components: - - pos: 8.5,14.5 - parent: 852 - type: Transform -- uid: 7239 - type: Catwalk - components: - - pos: 12.5,16.5 - parent: 852 - type: Transform -- uid: 7240 - type: Catwalk - components: - - pos: 9.5,14.5 - parent: 852 - type: Transform -- uid: 7241 - type: Catwalk - components: - - pos: 12.5,19.5 - parent: 852 - type: Transform -- uid: 7242 - type: ReinforcedWindow - components: - - pos: 13.5,-5.5 - parent: 852 - type: Transform -- uid: 7243 - type: MedkitFilled - components: - - pos: 19.499195,-10.415224 - parent: 852 - type: Transform -- uid: 7244 - type: WallSolid - components: - - pos: 6.5,-9.5 - parent: 852 - type: Transform -- uid: 7245 - type: Table - components: - - pos: 22.5,-4.5 - parent: 852 - type: Transform -- uid: 7246 - type: CrateSurgery - components: - - pos: 18.5,-22.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 7247 - type: CrateMedicalSurgery - components: - - pos: 17.5,-22.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 7248 - type: ClothingHandsGlovesLatex - components: - - pos: 19.465284,-21.526974 - parent: 852 - type: Transform -- uid: 7249 - type: SignalButton - components: - - pos: -15.5,-23.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 2309 - - port: Toggle - uid: 2308 - type: SignalTransmitter -- uid: 7250 - type: ClothingUniformJumpskirtParamedic - components: - - pos: 22.678684,-4.4433937 - parent: 852 - type: Transform -- uid: 7251 - type: CheapRollerBed - components: - - pos: 24.491184,-5.57038 - parent: 852 - type: Transform -- uid: 7252 - type: CheapRollerBed - components: - - pos: 24.47556,-5.97663 - parent: 852 - type: Transform -- uid: 7253 - type: CheapRollerBed - components: - - pos: 24.491184,-6.41413 - parent: 852 - type: Transform -- uid: 7254 - type: ClosetL3VirologyFilled - components: - - pos: 24.5,-7.5 - parent: 852 - type: Transform -- uid: 7255 - type: ClothingUniformJumpsuitParamedic - components: - - pos: 22.44431,-4.2715187 - parent: 852 - type: Transform -- uid: 7256 - type: WarpPoint - components: - - pos: -4.5,-1.5 - parent: 852 - type: Transform - - location: bar - type: WarpPoint -- uid: 7257 - type: WarpPoint - components: - - pos: -5.5,-20.5 - parent: 852 - type: Transform - - location: sci - type: WarpPoint -- uid: 7258 - type: CheapRollerBed - components: - - pos: 12.417737,-5.4738226 - parent: 852 - type: Transform -- uid: 7259 - type: PlushieLizard - components: - - pos: 6.585726,-4.312074 - parent: 852 - type: Transform -- uid: 7260 - type: HandheldGPSBasic - components: - - pos: 22.037428,-4.466707 - parent: 852 - type: Transform -- uid: 7261 - type: WarpPoint - components: - - pos: 9.5,19.5 - parent: 852 - type: Transform - - location: hop - type: WarpPoint -- uid: 7262 - type: WarpPoint - components: - - pos: 12.5,24.5 - parent: 852 - type: Transform - - location: cap - type: WarpPoint -- uid: 7263 - type: HandheldGPSBasic - components: - - pos: 22.037428,-4.466707 - parent: 852 - type: Transform -- uid: 7264 - type: ClothingUniformJumpskirtParamedic - components: - - pos: 22.678684,-4.4433937 - parent: 852 - type: Transform -- uid: 7265 - type: TableWood - components: - - pos: 6.5,-4.5 - parent: 852 - type: Transform -- uid: 7266 - type: ComputerCrewMonitoring - components: - - rot: 1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 852 - type: Transform -- uid: 7267 - type: TableWood - components: - - pos: 8.5,-4.5 - parent: 852 - type: Transform -- uid: 7268 - type: WarpPoint - components: - - pos: -7.5,12.5 - parent: 852 - type: Transform - - location: sec - type: WarpPoint -- uid: 7269 - type: ClothingUniformJumpsuitParamedic - components: - - pos: 22.44431,-4.2715187 - parent: 852 - type: Transform -- uid: 7270 - type: CheapRollerBed - components: - - pos: 12.417737,-5.0050726 - parent: 852 - type: Transform -- uid: 7271 - type: GasPipeTJunction - components: - - pos: -32.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7272 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 12.5,-2.5 - parent: 852 - type: Transform -- uid: 7273 - type: GasValve - components: - - pos: 48.5,16.5 - parent: 852 - type: Transform - - open: False - type: GasValve -- uid: 7274 - type: Grille - components: - - pos: 12.5,-6.5 - parent: 852 - type: Transform -- uid: 7275 - type: WarpPoint - components: - - pos: -18.5,-0.5 - parent: 852 - type: Transform - - location: botany - type: WarpPoint -- uid: 7276 - type: WarpPoint - components: - - pos: 33.5,4.5 - parent: 852 - type: Transform - - location: eng - type: WarpPoint -- uid: 7277 - type: VendingMachineMedical - components: - - pos: 12.5,-7.5 - parent: 852 - type: Transform -- uid: 7278 - type: AirlockMedicalGlassLocked - components: - - pos: 13.5,-9.5 - parent: 852 - type: Transform -- uid: 7279 - type: Grille - components: - - pos: 13.5,-7.5 - parent: 852 - type: Transform -- uid: 7280 - type: WarpPoint - components: - - pos: 16.5,-8.5 - parent: 852 - type: Transform - - location: med - type: WarpPoint -- uid: 7281 - type: WarpPoint - components: - - pos: 38.5,15.5 - parent: 852 - type: Transform - - location: atmo - type: WarpPoint -- uid: 7282 - type: WarpPoint - components: - - pos: 16.5,-1.5 - parent: 852 - type: Transform - - location: chem - type: WarpPoint -- uid: 7283 - type: MedkitBruteFilled - components: - - pos: 19.467945,-9.477724 - parent: 852 - type: Transform -- uid: 7284 - type: MedkitToxinFilled - components: - - pos: 19.48357,-9.977724 - parent: 852 - type: Transform -- uid: 7285 - type: MedkitRadiationFilled - components: - - pos: 19.48357,-10.212099 - parent: 852 - type: Transform -- uid: 7286 - type: Chair - components: - - pos: 10.5,1.5 - parent: 852 - type: Transform -- uid: 7287 - type: Chair - components: - - pos: 9.5,1.5 - parent: 852 - type: Transform -- uid: 7288 - type: Chair - components: - - pos: 8.5,1.5 - parent: 852 - type: Transform -- uid: 7289 - type: Chair - components: - - pos: 7.5,1.5 - parent: 852 - type: Transform -- uid: 7290 - type: PottedPlantRandom - components: - - pos: 6.5,1.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 7291 - type: SignChemistry2 - components: - - pos: 14.5,2.5 - parent: 852 - type: Transform -- uid: 7292 - type: d6Dice - components: - - pos: 10.46357,-23.664734 - parent: 852 - type: Transform -- uid: 7293 - type: d8Dice - components: - - pos: 11.27607,-24.265812 - parent: 852 - type: Transform -- uid: 7294 - type: ChairOfficeDark - components: - - pos: 9.5,-27.5 - parent: 852 - type: Transform -- uid: 7295 - type: ChairWood - components: - - pos: 7.5,-22.5 - parent: 852 - type: Transform -- uid: 7296 - type: SpawnMobMouse - components: - - pos: 12.5,-27.5 - parent: 852 - type: Transform -- uid: 7297 - type: ToyMouse - components: - - pos: 12.359465,-27.5578 - parent: 852 - type: Transform -- uid: 7298 - type: CarpetPink - components: - - pos: 8.5,-29.5 - parent: 852 - type: Transform -- uid: 7299 - type: CarpetPink - components: - - pos: 8.5,-30.5 - parent: 852 - type: Transform -- uid: 7300 - type: CarpetPink - components: - - pos: 9.5,-30.5 - parent: 852 - type: Transform -- uid: 7301 - type: CarpetPink - components: - - pos: 9.5,-29.5 - parent: 852 - type: Transform -- uid: 7302 - type: Carpet - components: - - pos: 9.5,-25.5 - parent: 852 - type: Transform -- uid: 7303 - type: Carpet - components: - - pos: 9.5,-24.5 - parent: 852 - type: Transform -- uid: 7304 - type: Carpet - components: - - pos: 9.5,-23.5 - parent: 852 - type: Transform -- uid: 7305 - type: Carpet - components: - - pos: 9.5,-22.5 - parent: 852 - type: Transform -- uid: 7306 - type: Carpet - components: - - pos: 10.5,-22.5 - parent: 852 - type: Transform -- uid: 7307 - type: Carpet - components: - - pos: 12.5,-22.5 - parent: 852 - type: Transform -- uid: 7308 - type: Carpet - components: - - pos: 11.5,-22.5 - parent: 852 - type: Transform -- uid: 7309 - type: Carpet - components: - - pos: 12.5,-23.5 - parent: 852 - type: Transform -- uid: 7310 - type: Carpet - components: - - pos: 12.5,-24.5 - parent: 852 - type: Transform -- uid: 7311 - type: Carpet - components: - - pos: 12.5,-25.5 - parent: 852 - type: Transform -- uid: 7312 - type: Carpet - components: - - pos: 11.5,-25.5 - parent: 852 - type: Transform -- uid: 7313 - type: Carpet - components: - - pos: 10.5,-25.5 - parent: 852 - type: Transform -- uid: 7314 - type: Carpet - components: - - pos: 10.5,-24.5 - parent: 852 - type: Transform -- uid: 7315 - type: Carpet - components: - - pos: 10.5,-23.5 - parent: 852 - type: Transform -- uid: 7316 - type: Carpet - components: - - pos: 11.5,-23.5 - parent: 852 - type: Transform -- uid: 7317 - type: Carpet - components: - - pos: 11.5,-24.5 - parent: 852 - type: Transform -- uid: 7318 - type: Paper - components: - - pos: 11.683,-31.56512 - parent: 852 - type: Transform -- uid: 7319 - type: LampGold - components: - - pos: 11.433,-31.299496 - parent: 852 - type: Transform -- uid: 7320 - type: BookRandom - components: - - pos: 9.35901,-28.418444 - parent: 852 - type: Transform -- uid: 7321 - type: WindowDirectional - components: - - rot: 1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 852 - type: Transform -- uid: 7322 - type: TableWood - components: - - pos: 11.5,-31.5 - parent: 852 - type: Transform -- uid: 7323 - type: Paper - components: - - pos: 11.808,-31.50262 - parent: 852 - type: Transform -- uid: 7324 - type: ToyAssistant - components: - - pos: 11.08925,-23.08905 - parent: 852 - type: Transform -- uid: 7325 - type: ToyRipley - components: - - pos: 11.698625,-23.823425 - parent: 852 - type: Transform -- uid: 7326 - type: ToySkeleton - components: - - pos: 10.71425,-23.8703 - parent: 852 - type: Transform -- uid: 7327 - type: Paper - components: - - pos: 11.886125,-31.455746 - parent: 852 - type: Transform -- uid: 7328 - type: Paper - components: - - pos: 11.761125,-31.361996 - parent: 852 - type: Transform -- uid: 7329 - type: BoxFolderRed - components: - - pos: 12.104875,-31.361996 - parent: 852 - type: Transform -- uid: 7330 - type: WallSolid - components: - - pos: -20.5,-7.5 - parent: 852 - type: Transform -- uid: 7331 - type: WallSolid - components: - - pos: -19.5,-6.5 - parent: 852 - type: Transform -- uid: 7332 - type: PoweredSmallLight - components: - - pos: -19.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7333 - type: PoweredSmallLight - components: - - pos: -20.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7334 - type: WindoorTheatreLocked - components: - - rot: -1.5707963267948966 rad - pos: -20.5,-5.5 - parent: 852 - type: Transform -- uid: 7335 - type: WindowDirectional - components: - - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 - parent: 852 - type: Transform -- uid: 7336 - type: UprightPianoInstrument - components: - - rot: 3.141592653589793 rad - pos: -19.5,-4.5 - parent: 852 - type: Transform -- uid: 7337 - type: AirlockTheatreLocked - components: - - pos: -20.5,-8.5 - parent: 852 - type: Transform -- uid: 7338 - type: AirlockTheatreLocked - components: - - pos: -18.5,-6.5 - parent: 852 - type: Transform -- uid: 7339 - type: VendingMachineTheater - components: - - pos: -19.5,-7.5 - parent: 852 - type: Transform -- uid: 7340 - type: Table - components: - - pos: -19.5,-9.5 - parent: 852 - type: Transform -- uid: 7341 - type: Table - components: - - pos: -18.5,-9.5 - parent: 852 - type: Transform -- uid: 7342 - type: Table - components: - - pos: -17.5,-9.5 - parent: 852 - type: Transform -- uid: 7343 - type: SpawnPointMime - components: - - pos: -17.5,-8.5 - parent: 852 - type: Transform -- uid: 7344 - type: SpawnPointClown - components: - - pos: -19.5,-8.5 - parent: 852 - type: Transform -- uid: 7345 - type: SpawnPointMusician - components: - - pos: -18.5,-8.5 - parent: 852 - type: Transform -- uid: 7346 - type: AtmosDeviceFanTiny - components: - - anchored: True - pos: -44.5,8.5 - parent: 852 - type: Transform -- uid: 7347 - type: FoodBanana - components: - - pos: -19.481161,-9.424397 - parent: 852 - type: Transform -- uid: 7348 - type: FoodBanana - components: - - pos: -19.356161,-9.502522 - parent: 852 - type: Transform -- uid: 7349 - type: FoodPieBananaCream - components: - - pos: -19.668661,-9.268147 - parent: 852 - type: Transform -- uid: 7350 - type: FoodPieBananaCream - components: - - pos: -19.668661,-9.268147 - parent: 852 - type: Transform -- uid: 7351 - type: TrashBananaPeel - components: - - pos: -19.590536,-8.611897 - parent: 852 - type: Transform -- uid: 7352 - type: BikeHornInstrument - components: - - pos: -19.246786,-9.158772 - parent: 852 - type: Transform -- uid: 7353 - type: SynthesizerInstrument - components: - - pos: -18.481161,-9.424397 - parent: 852 - type: Transform -- uid: 7354 - type: ElectricGuitarInstrument - components: - - pos: -18.824911,-9.393147 - parent: 852 - type: Transform -- uid: 7355 - type: CrayonBox - components: - - pos: -17.731161,-9.236897 - parent: 852 - type: Transform -- uid: 7356 - type: Paper - components: - - pos: -18.012411,-9.565022 - parent: 852 - type: Transform -- uid: 7357 - type: Paper - components: - - pos: -17.824911,-9.596272 - parent: 852 - type: Transform -- uid: 7358 - type: Paper - components: - - pos: -17.668661,-9.596272 - parent: 852 - type: Transform -- uid: 7359 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -18.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7360 - type: CarpetBlack - components: - - rot: 3.141592653589793 rad - pos: -11.5,-7.5 - parent: 852 - type: Transform -- uid: 7361 - type: CarpetBlack - components: - - rot: 3.141592653589793 rad - pos: -11.5,-6.5 - parent: 852 - type: Transform -- uid: 7362 - type: CarpetBlack - components: - - rot: 3.141592653589793 rad - pos: -10.5,-6.5 - parent: 852 - type: Transform -- uid: 7363 - type: CarpetBlack - components: - - rot: 3.141592653589793 rad - pos: -10.5,-7.5 - parent: 852 - type: Transform -- uid: 7364 - type: SheetGlass - components: - - pos: -17.481724,-17.992687 - parent: 852 - type: Transform -- uid: 7365 - type: SheetPlastic - components: - - pos: -17.497349,-18.492687 - parent: 852 - type: Transform -- uid: 7366 - type: SheetPlastic - components: - - pos: -17.497349,-18.492687 - parent: 852 - type: Transform -- uid: 7367 - type: ComputerResearchAndDevelopment - components: - - pos: -5.5,-22.5 - parent: 852 - type: Transform -- uid: 7368 - type: ClothingOuterWinterRD - components: - - pos: -4.5033793,-23.022738 - parent: 852 - type: Transform -- uid: 7369 - type: Bed - components: - - pos: -2.5,-24.5 - parent: 852 - type: Transform -- uid: 7370 - type: BedsheetRD - components: - - pos: -2.5,-24.5 - parent: 852 - type: Transform -- uid: 7371 - type: CableHV - components: - - pos: 0.5,-8.5 - parent: 852 - type: Transform -- uid: 7372 - type: Lamp - components: - - pos: -4.4252543,-22.444613 - parent: 852 - type: Transform -- uid: 7373 - type: ClothingBeltUtilityFilled - components: - - pos: -17.458836,-19.170164 - parent: 852 - type: Transform -- uid: 7374 - type: WallReinforced - components: - - pos: -15.5,-23.5 - parent: 852 - type: Transform -- uid: 7375 - type: ReinforcedPlasmaWindow - components: - - pos: -14.5,-23.5 - parent: 852 - type: Transform -- uid: 7376 - type: WallReinforced - components: - - pos: -15.5,-25.5 - parent: 852 - type: Transform -- uid: 7377 - type: AirlockScienceGlassLocked - components: - - pos: -12.5,-20.5 - parent: 852 - type: Transform -- uid: 7378 - type: Grille - components: - - pos: -14.5,-23.5 - parent: 852 - type: Transform -- uid: 7379 - type: GasPort - components: - - pos: -14.5,-21.5 - parent: 852 - type: Transform -- uid: 7380 - type: GasPort - components: - - pos: -13.5,-21.5 - parent: 852 - type: Transform -- uid: 7381 - type: GasPressurePump - components: - - pos: -13.5,-22.5 - parent: 852 - type: Transform -- uid: 7382 - type: GasPressurePump - components: - - rot: 3.141592653589793 rad - pos: -14.5,-22.5 - parent: 852 - type: Transform -- uid: 7383 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -13.5,-23.5 - parent: 852 - type: Transform -- uid: 7384 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -13.5,-24.5 - parent: 852 - type: Transform -- uid: 7385 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -14.5,-23.5 - parent: 852 - type: Transform -- uid: 7386 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -14.5,-24.5 - parent: 852 - type: Transform -- uid: 7387 - type: GasPassiveVent - components: - - rot: 3.141592653589793 rad - pos: -14.5,-25.5 - parent: 852 - type: Transform -- uid: 7388 - type: GasPassiveVent - components: - - rot: 3.141592653589793 rad - pos: -13.5,-25.5 - parent: 852 - type: Transform -- uid: 7389 - type: GasAnalyzer - components: - - pos: -17.519577,-19.949436 - parent: 852 - type: Transform -- uid: 7390 - type: AirlockScienceLocked - components: - - pos: -15.5,-26.5 - parent: 852 - type: Transform -- uid: 7391 - type: AirlockScienceGlassLocked - components: - - pos: -16.5,-23.5 - parent: 852 - type: Transform -- uid: 7392 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7393 - type: GasPipeStraight - components: - - pos: -16.5,-21.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7394 - type: GasPipeStraight - components: - - pos: -16.5,-23.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7395 - type: GasPipeStraight - components: - - pos: -16.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7396 - type: GasPipeStraight - components: - - pos: -16.5,-24.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7397 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: -16.5,-25.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7398 - type: GasVentPump - components: - - pos: -16.5,-19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7399 - type: GasVentScrubber - components: - - pos: -17.5,-26.5 - parent: 852 - type: Transform -- uid: 7400 - type: GasVolumePump - components: - - pos: -17.5,-28.5 - parent: 852 - type: Transform -- uid: 7401 - type: GasPassiveVent - components: - - rot: 3.141592653589793 rad - pos: -17.5,-29.5 - parent: 852 - type: Transform -- uid: 7402 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: -17.5,-27.5 - parent: 852 - type: Transform -- uid: 7403 - type: ReinforcedWindow - components: - - pos: -16.5,-30.5 - parent: 852 - type: Transform -- uid: 7404 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -17.5,-27.5 - parent: 852 - type: Transform -- uid: 7405 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -5.5,-26.5 - parent: 852 - type: Transform -- uid: 7406 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -6.5,-26.5 - parent: 852 - type: Transform -- uid: 7407 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -7.5,-26.5 - parent: 852 - type: Transform -- uid: 7408 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -8.5,-26.5 - parent: 852 - type: Transform -- uid: 7409 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -9.5,-26.5 - parent: 852 - type: Transform -- uid: 7410 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -10.5,-26.5 - parent: 852 - type: Transform -- uid: 7411 - type: ClosetMaintenanceFilledRandom - components: - - pos: -11.5,-32.5 - parent: 852 - type: Transform -- uid: 7412 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -3.5,-26.5 - parent: 852 - type: Transform -- uid: 7413 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -2.5,-26.5 - parent: 852 - type: Transform -- uid: 7414 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -1.5,-26.5 - parent: 852 - type: Transform -- uid: 7415 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -0.5,-26.5 - parent: 852 - type: Transform -- uid: 7416 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: 0.5,-23.5 - parent: 852 - type: Transform -- uid: 7417 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -0.5,-23.5 - parent: 852 - type: Transform -- uid: 7418 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -0.5,-24.5 - parent: 852 - type: Transform -- uid: 7419 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -0.5,-25.5 - parent: 852 - type: Transform -- uid: 7420 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -11.5,-25.5 - parent: 852 - type: Transform -- uid: 7421 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -11.5,-24.5 - parent: 852 - type: Transform -- uid: 7422 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -11.5,-23.5 - parent: 852 - type: Transform -- uid: 7423 - type: Catwalk - components: - - rot: 3.141592653589793 rad - pos: -11.5,-22.5 - parent: 852 - type: Transform -- uid: 7424 - type: ClosetL3ScienceFilled - components: - - pos: -17.5,-24.5 - parent: 852 - type: Transform -- uid: 7425 - type: ClosetRadiationSuitFilled - components: - - pos: -17.5,-25.5 - parent: 852 - type: Transform -- uid: 7426 - type: ClosetFireFilled - components: - - pos: -17.5,-26.5 - parent: 852 - type: Transform -- uid: 7427 - type: Sink - components: - - rot: -1.5707963267948966 rad - pos: -16.5,-25.5 - parent: 852 - type: Transform -- uid: 7428 - type: DonkpocketBoxSpawner - components: - - pos: -9.5,-25.5 - parent: 852 - type: Transform -- uid: 7429 - type: MaintenanceToolSpawner - components: - - pos: -10.5,-25.5 - parent: 852 - type: Transform -- uid: 7430 - type: ClothingUnderSocksBee - components: - - pos: -8.507697,-29.797876 - parent: 852 - type: Transform -- uid: 7431 - type: FoodSnackPopcorn - components: - - pos: -7.273322,-28.922876 - parent: 852 - type: Transform -- uid: 7432 - type: FoodSnackPopcorn - components: - - pos: -7.507697,-28.922876 - parent: 852 - type: Transform -- uid: 7433 - type: soda_dispenser - components: - - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 852 - type: Transform -- uid: 7434 - type: DrinkRootBeerFloatGlass - components: - - pos: -9.804572,-28.532251 - parent: 852 - type: Transform -- uid: 7435 - type: WallReinforced - components: - - pos: -18.5,-30.5 - parent: 852 - type: Transform -- uid: 7436 - type: VendingMachineNutri - components: - - pos: -15.5,-8.5 - parent: 852 - type: Transform -- uid: 7437 - type: Carpet - components: - - pos: -19.5,-5.5 - parent: 852 - type: Transform -- uid: 7438 - type: Stool - components: - - rot: 3.141592653589793 rad - pos: -19.5,-5.5 - parent: 852 - type: Transform -- uid: 7439 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -3.5,-30.5 - parent: 852 - type: Transform -- uid: 7440 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -3.5,-31.5 - parent: 852 - type: Transform -- uid: 7441 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: 1.5,-32.5 - parent: 852 - type: Transform -- uid: 7442 - type: WallReinforced - components: - - rot: 3.141592653589793 rad - pos: -3.5,-32.5 - parent: 852 - type: Transform -- uid: 7443 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: 0.5,-32.5 - parent: 852 - type: Transform -- uid: 7444 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: -0.5,-32.5 - parent: 852 - type: Transform -- uid: 7445 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: -1.5,-32.5 - parent: 852 - type: Transform -- uid: 7446 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: -2.5,-32.5 - parent: 852 - type: Transform -- uid: 7447 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: 0.5,-32.5 - parent: 852 - type: Transform -- uid: 7448 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -0.5,-32.5 - parent: 852 - type: Transform -- uid: 7449 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -1.5,-32.5 - parent: 852 - type: Transform -- uid: 7450 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -2.5,-32.5 - parent: 852 - type: Transform -- uid: 7451 - type: AirlockBrigGlassLocked - components: - - pos: 1.5,-29.5 - parent: 852 - type: Transform -- uid: 7452 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7453 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-29.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7454 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -0.5,-29.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7455 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-29.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7456 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7457 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: 4.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7458 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 3.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7459 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 2.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7460 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 1.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7461 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7462 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -0.5,-30.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7463 - type: VendingMachineLawDrobe - components: - - pos: -2.5,-29.5 - parent: 852 - type: Transform -- uid: 7464 - type: CarpetBlack - components: - - pos: -2.5,-30.5 - parent: 852 - type: Transform -- uid: 7465 - type: CarpetBlack - components: - - pos: -2.5,-31.5 - parent: 852 - type: Transform -- uid: 7466 - type: CarpetBlack - components: - - pos: -1.5,-31.5 - parent: 852 - type: Transform -- uid: 7467 - type: CarpetBlack - components: - - pos: -1.5,-30.5 - parent: 852 - type: Transform -- uid: 7468 - type: CarpetBlack - components: - - pos: -1.5,-29.5 - parent: 852 - type: Transform -- uid: 7469 - type: CarpetBlack - components: - - pos: -2.5,-29.5 - parent: 852 - type: Transform -- uid: 7470 - type: TableWood - components: - - pos: -0.5,-30.5 - parent: 852 - type: Transform -- uid: 7471 - type: TableWood - components: - - pos: -0.5,-29.5 - parent: 852 - type: Transform -- uid: 7472 - type: ChairOfficeDark - components: - - pos: -1.5,-29.5 - parent: 852 - type: Transform -- uid: 7473 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 852 - type: Transform -- uid: 7474 - type: CableApcExtension - components: - - pos: 3.5,-29.5 - parent: 852 - type: Transform -- uid: 7475 - type: CableApcExtension - components: - - pos: 2.5,-29.5 - parent: 852 - type: Transform -- uid: 7476 - type: CableApcExtension - components: - - pos: 1.5,-29.5 - parent: 852 - type: Transform -- uid: 7477 - type: CableApcExtension - components: - - pos: 0.5,-29.5 - parent: 852 - type: Transform -- uid: 7478 - type: CableApcExtension - components: - - pos: 0.5,-30.5 - parent: 852 - type: Transform -- uid: 7479 - type: CableApcExtension - components: - - pos: 0.5,-31.5 - parent: 852 - type: Transform -- uid: 7480 - type: CableApcExtension - components: - - pos: -0.5,-31.5 - parent: 852 - type: Transform -- uid: 7481 - type: CableApcExtension - components: - - pos: -1.5,-31.5 - parent: 852 - type: Transform -- uid: 7482 - type: CableApcExtension - components: - - pos: -2.5,-31.5 - parent: 852 - type: Transform -- uid: 7483 - type: Poweredlight - components: - - pos: -1.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7484 - type: BoxFolderBlue - components: - - pos: -0.42352122,-29.568285 - parent: 852 - type: Transform -- uid: 7485 - type: Paper - components: - - pos: -0.6266462,-29.95891 - parent: 852 - type: Transform -- uid: 7486 - type: Paper - components: - - pos: -0.5485212,-30.08391 - parent: 852 - type: Transform -- uid: 7487 - type: Paper - components: - - pos: -0.5172712,-30.162035 - parent: 852 - type: Transform -- uid: 7488 - type: Paper - components: - - pos: -0.47039622,-30.27141 - parent: 852 - type: Transform -- uid: 7489 - type: SpawnPointLawyer - components: - - pos: -1.5,-30.5 - parent: 852 - type: Transform -- uid: 7490 - type: PosterLegitNanotrasenLogo - components: - - pos: -3.5,-29.5 - parent: 852 - type: Transform -- uid: 7491 - type: SignDirectionalMed - components: - - rot: 3.141592653589793 rad - pos: 5.5,-12.5 - parent: 852 - type: Transform -- uid: 7492 - type: SignDirectionalBridge - components: - - rot: 3.141592653589793 rad - pos: 5.493867,-12.264781 - parent: 852 - type: Transform -- uid: 7493 - type: SignDirectionalSec - components: - - rot: 3.141592653589793 rad - pos: 5.493867,-12.749156 - parent: 852 - type: Transform -- uid: 7494 - type: Catwalk - components: - - pos: 15.5,-27.5 - parent: 852 - type: Transform -- uid: 7495 - type: Catwalk - components: - - pos: 14.5,-31.5 - parent: 852 - type: Transform -- uid: 7496 - type: OxygenCanister - components: - - pos: 14.5,-31.5 - parent: 852 - type: Transform -- uid: 7497 - type: ClosetEmergencyFilledRandom - components: - - pos: 14.5,-29.5 - parent: 852 - type: Transform -- uid: 7498 - type: Catwalk - components: - - pos: -9.5,-13.5 - parent: 852 - type: Transform -- uid: 7499 - type: Catwalk - components: - - pos: -9.5,-12.5 - parent: 852 - type: Transform -- uid: 7500 - type: Catwalk - components: - - pos: -9.5,-11.5 - parent: 852 - type: Transform -- uid: 7501 - type: Catwalk - components: - - pos: -18.5,-13.5 - parent: 852 - type: Transform -- uid: 7502 - type: Catwalk - components: - - pos: -18.5,-12.5 - parent: 852 - type: Transform -- uid: 7503 - type: Catwalk - components: - - pos: -18.5,-11.5 - parent: 852 - type: Transform -- uid: 7504 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -36.5,0.5 - parent: 852 - type: Transform -- uid: 7505 - type: Catwalk - components: - - pos: -21.5,-11.5 - parent: 852 - type: Transform -- uid: 7506 - type: Catwalk - components: - - pos: -22.5,-11.5 - parent: 852 - type: Transform -- uid: 7507 - type: Catwalk - components: - - pos: -23.5,-11.5 - parent: 852 - type: Transform -- uid: 7508 - type: Catwalk - components: - - pos: -24.5,-11.5 - parent: 852 - type: Transform -- uid: 7509 - type: Catwalk - components: - - pos: -25.5,-11.5 - parent: 852 - type: Transform -- uid: 7510 - type: Catwalk - components: - - pos: -26.5,-11.5 - parent: 852 - type: Transform -- uid: 7511 - type: Catwalk - components: - - pos: -27.5,-11.5 - parent: 852 - type: Transform -- uid: 7512 - type: Catwalk - components: - - pos: -28.5,-11.5 - parent: 852 - type: Transform -- uid: 7513 - type: Catwalk - components: - - pos: -29.5,-11.5 - parent: 852 - type: Transform -- uid: 7514 - type: Catwalk - components: - - pos: -31.5,-11.5 - parent: 852 - type: Transform -- uid: 7515 - type: Catwalk - components: - - pos: -30.5,-11.5 - parent: 852 - type: Transform -- uid: 7516 - type: Catwalk - components: - - pos: -32.5,-11.5 - parent: 852 - type: Transform -- uid: 7517 - type: Catwalk - components: - - pos: -33.5,-11.5 - parent: 852 - type: Transform -- uid: 7518 - type: ClosetMaintenanceFilledRandom - components: - - pos: -11.5,-12.5 - parent: 852 - type: Transform -- uid: 7519 - type: Barricade - components: - - pos: -13.5,-10.5 - parent: 852 - type: Transform -- uid: 7520 - type: Catwalk - components: - - pos: -33.5,0.5 - parent: 852 - type: Transform -- uid: 7521 - type: Catwalk - components: - - pos: -33.5,-0.5 - parent: 852 - type: Transform -- uid: 7522 - type: Catwalk - components: - - pos: -33.5,-1.5 - parent: 852 - type: Transform -- uid: 7523 - type: Catwalk - components: - - pos: -33.5,-10.5 - parent: 852 - type: Transform -- uid: 7524 - type: Catwalk - components: - - pos: -33.5,-8.5 - parent: 852 - type: Transform -- uid: 7525 - type: Catwalk - components: - - pos: -33.5,-7.5 - parent: 852 - type: Transform -- uid: 7526 - type: Catwalk - components: - - pos: -33.5,-6.5 - parent: 852 - type: Transform -- uid: 7527 - type: Catwalk - components: - - pos: -33.5,-5.5 - parent: 852 - type: Transform -- uid: 7528 - type: Catwalk - components: - - pos: -33.5,-4.5 - parent: 852 - type: Transform -- uid: 7529 - type: Catwalk - components: - - pos: -33.5,-3.5 - parent: 852 - type: Transform -- uid: 7530 - type: Catwalk - components: - - pos: -33.5,-2.5 - parent: 852 - type: Transform -- uid: 7531 - type: Recycler - components: - - rot: 1.5707963267948966 rad - pos: -21.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7532 - type: ConveyorBelt - components: - - rot: 1.5707963267948966 rad - pos: -22.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7533 - type: ConveyorBelt - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7534 - type: ConveyorBelt - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7535 - type: ConveyorBelt - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7536 - type: BlastDoor - components: - - pos: -28.5,-15.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 7552 - type: SignalReceiver -- uid: 7537 - type: TwoWayLever - components: - - pos: -22.5,-14.5 - parent: 852 - type: Transform - - outputs: - Middle: - - port: Off - uid: 7532 - - port: Off - uid: 7533 - - port: Off - uid: 7534 - - port: Off - uid: 7535 - - port: Off - uid: 7538 - - port: Off - uid: 7539 - - port: Off - uid: 7540 - - port: Off - uid: 7531 - Right: - - port: Reverse - uid: 7532 - - port: Reverse - uid: 7533 - - port: Reverse - uid: 7534 - - port: Reverse - uid: 7535 - - port: Reverse - uid: 7538 - - port: Reverse - uid: 7539 - - port: Reverse - uid: 7540 - - port: Reverse - uid: 7531 - Left: - - port: Forward - uid: 7532 - - port: Forward - uid: 7533 - - port: Forward - uid: 7534 - - port: Forward - uid: 7535 - - port: Forward - uid: 7538 - - port: Forward - uid: 7539 - - port: Forward - uid: 7540 - - port: Forward - uid: 7531 - type: SignalTransmitter -- uid: 7538 - type: ConveyorBelt - components: - - rot: -1.5707963267948966 rad - pos: -26.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7539 - type: ConveyorBelt - components: - - rot: -1.5707963267948966 rad - pos: -27.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7540 - type: ConveyorBelt - components: - - rot: -1.5707963267948966 rad - pos: -28.5,-15.5 - parent: 852 - type: Transform - - inputs: - Off: - - port: Middle - uid: 7537 - Forward: - - port: Left - uid: 7537 - Reverse: - - port: Right - uid: 7537 - type: SignalReceiver -- uid: 7541 - type: CableApcExtension - components: - - pos: -25.5,-14.5 - parent: 852 - type: Transform -- uid: 7542 - type: CableApcExtension - components: - - pos: -26.5,-14.5 - parent: 852 - type: Transform -- uid: 7543 - type: CableApcExtension - components: - - pos: -27.5,-14.5 - parent: 852 - type: Transform -- uid: 7544 - type: ReinforcedWindow - components: - - pos: -26.5,-14.5 - parent: 852 - type: Transform -- uid: 7545 - type: ReinforcedWindow - components: - - pos: -28.5,-14.5 - parent: 852 - type: Transform -- uid: 7546 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -35.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7547 - type: Grille - components: - - pos: 34.5,26.5 - parent: 852 - type: Transform -- uid: 7548 - type: GasOutletInjector - components: - - pos: 32.5,21.5 - parent: 852 - type: Transform -- uid: 7549 - type: WallReinforced - components: - - pos: -28.5,-13.5 - parent: 852 - type: Transform -- uid: 7550 - type: TwoWayLever - components: - - pos: 22.5,18.5 - parent: 852 - type: Transform - - outputs: - Left: - - port: Forward - uid: 66 - - port: Forward - uid: 5144 - - port: Forward - uid: 3387 - - port: Forward - uid: 5150 - - port: Forward - uid: 1185 - Right: - - port: Reverse - uid: 66 - - port: Reverse - uid: 5144 - - port: Reverse - uid: 3387 - - port: Reverse - uid: 5150 - - port: Reverse - uid: 1185 - Middle: - - port: Off - uid: 66 - - port: Off - uid: 5144 - - port: Off - uid: 3387 - - port: Off - uid: 5150 - - port: Off - uid: 1185 - type: SignalTransmitter -- uid: 7551 - type: SignalButton - components: - - pos: -26.5,-13.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 9013 - type: SignalTransmitter -- uid: 7552 - type: SignalButton - components: - - pos: -26.50167,-13.167556 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 7536 - type: SignalTransmitter -- uid: 7553 - type: WindowReinforcedDirectional - components: - - pos: -25.5,-13.5 - parent: 852 - type: Transform -- uid: 7554 - type: WindowReinforcedDirectional - components: - - pos: -24.5,-13.5 - parent: 852 - type: Transform -- uid: 7555 - type: WindowReinforcedDirectional - components: - - pos: -23.5,-13.5 - parent: 852 - type: Transform -- uid: 7556 - type: WindoorSecure - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-13.5 - parent: 852 - type: Transform -- uid: 7557 - type: GasPipeStraight - components: - - pos: -24.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7558 - type: WallSolid - components: - - pos: 15.5,13.5 - parent: 852 - type: Transform -- uid: 7559 - type: SpawnPointLatejoin - components: - - pos: -36.5,-7.5 - parent: 852 - type: Transform -- uid: 7560 - type: Grille - components: - - pos: -28.5,-14.5 - parent: 852 - type: Transform -- uid: 7561 - type: VendingMachineSovietSoda - components: - - pos: -11.5,-9.5 - parent: 852 - type: Transform -- uid: 7562 - type: BoozeDispenser - components: - - rot: 1.5707963267948966 rad - pos: -15.5,-11.5 - parent: 852 - type: Transform -- uid: 7563 - type: Table - components: - - pos: -15.5,-12.5 - parent: 852 - type: Transform -- uid: 7564 - type: Table - components: - - pos: -15.5,-11.5 - parent: 852 - type: Transform -- uid: 7565 - type: Table - components: - - pos: -15.5,-10.5 - parent: 852 - type: Transform -- uid: 7566 - type: AtmosDeviceFanTiny - components: - - anchored: True - pos: -44.5,10.5 - parent: 852 - type: Transform -- uid: 7567 - type: AtmosDeviceFanTiny - components: - - anchored: True - pos: 21.5,22.5 - parent: 852 - type: Transform -- uid: 7568 - type: VendingMachineSalvage - components: - - name: Salvage Equipment - type: MetaData - - pos: 24.5,15.5 - parent: 852 - type: Transform -- uid: 7569 - type: ClothingHeadHatUshanka - components: - - pos: -15.461412,-12.240024 - parent: 852 - type: Transform -- uid: 7570 - type: ClothingHeadHatUshanka - components: - - pos: -15.445787,-12.458774 - parent: 852 - type: Transform -- uid: 7571 - type: ClosetRadiationSuitFilled - components: - - pos: -11.5,-11.5 - parent: 852 - type: Transform -- uid: 7572 - type: ClothingHandsGlovesColorYellow - components: - - pos: -11.565304,-10.576338 - parent: 852 - type: Transform -- uid: 7573 - type: WaterTankFull - components: - - pos: -17.5,-11.5 - parent: 852 - type: Transform -- uid: 7574 - type: SinkWide - components: - - pos: -14.5,1.5 - parent: 852 - type: Transform -- uid: 7575 - type: ChairWood - components: - - pos: -2.5,-0.5 - parent: 852 - type: Transform -- uid: 7576 - type: Rack - components: - - pos: -5.5,-8.5 - parent: 852 - type: Transform -- uid: 7577 - type: ChairWood - components: - - pos: -3.5,-0.5 - parent: 852 - type: Transform -- uid: 7578 - type: Grille - components: - - pos: 11.5,-6.5 - parent: 852 - type: Transform -- uid: 7579 - type: ClothingEyesHudSecurity - components: - - pos: -5.6387024,13.54098 - parent: 852 - type: Transform -- uid: 7580 - type: ClothingEyesHudDiagnostic - components: - - pos: 32.538,-3.0937886 - parent: 852 - type: Transform -- uid: 7581 - type: ClothingHandsGlovesColorYellow - components: - - pos: 32.479706,-2.7047698 - parent: 852 - type: Transform -- uid: 7582 - type: ClothingEyesGlassesMeson - components: - - pos: 41.323807,11.626816 - parent: 852 - type: Transform -- uid: 7583 - type: MaintenanceWeaponSpawner - components: - - pos: -1.5,-11.5 - parent: 852 - type: Transform -- uid: 7584 - type: WallSolidRust - components: - - pos: -21.5,-24.5 - parent: 852 - type: Transform -- uid: 7585 - type: FoodTinPeachesMaint - components: - - pos: 0.4802723,-11.38672 - parent: 852 - type: Transform -- uid: 7586 - type: Multitool - components: - - pos: -5.3322277,-8.433595 - parent: 852 - type: Transform -- uid: 7587 - type: Rack - components: - - pos: -7.5,-15.5 - parent: 852 - type: Transform -- uid: 7588 - type: ClosetEmergencyFilledRandom - components: - - pos: -7.5,-14.5 - parent: 852 - type: Transform -- uid: 7589 - type: ClosetFireFilled - components: - - pos: -7.5,-13.5 - parent: 852 - type: Transform -- uid: 7590 - type: Welder - components: - - pos: -7.3754244,-15.413947 - parent: 852 - type: Transform -- uid: 7591 - type: ClothingHeadHatWeldingMaskFlame - components: - - pos: -7.7191744,-15.538947 - parent: 852 - type: Transform -- uid: 7592 - type: RandomSpawner - components: - - pos: -8.5,-15.5 - parent: 852 - type: Transform -- uid: 7593 - type: RandomSpawner - components: - - pos: -14.5,-11.5 - parent: 852 - type: Transform -- uid: 7594 - type: RandomSpawner - components: - - pos: -15.5,-4.5 - parent: 852 - type: Transform -- uid: 7595 - type: RandomSpawner - components: - - pos: -8.5,-9.5 - parent: 852 - type: Transform -- uid: 7596 - type: Window - components: - - pos: 8.5,-11.5 - parent: 852 - type: Transform -- uid: 7597 - type: RandomSpawner - components: - - pos: -14.5,-15.5 - parent: 852 - type: Transform -- uid: 7598 - type: RandomSpawner - components: - - pos: -27.5,-10.5 - parent: 852 - type: Transform -- uid: 7599 - type: MaintenanceFluffSpawner - components: - - pos: -21.5,-13.5 - parent: 852 - type: Transform -- uid: 7600 - type: RandomSpawner - components: - - pos: -21.5,-14.5 - parent: 852 - type: Transform -- uid: 7601 - type: RandomSpawner - components: - - pos: -25.5,-14.5 - parent: 852 - type: Transform -- uid: 7602 - type: RandomSpawner - components: - - pos: -27.5,-13.5 - parent: 852 - type: Transform -- uid: 7603 - type: RandomSpawner - components: - - pos: -33.5,-11.5 - parent: 852 - type: Transform -- uid: 7604 - type: RandomSpawner - components: - - pos: -33.5,-3.5 - parent: 852 - type: Transform -- uid: 7605 - type: MaterialCloth - components: - - pos: 9.311571,18.704794 - parent: 852 - type: Transform -- uid: 7606 - type: ClosetMaintenanceFilledRandom - components: - - pos: -30.5,-10.5 - parent: 852 - type: Transform -- uid: 7607 - type: MaintenanceToolSpawner - components: - - pos: -29.5,-10.5 - parent: 852 - type: Transform -- uid: 7608 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -22.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7609 - type: Catwalk - components: - - pos: -32.5,8.5 - parent: 852 - type: Transform -- uid: 7610 - type: Catwalk - components: - - pos: -32.5,9.5 - parent: 852 - type: Transform -- uid: 7611 - type: Catwalk - components: - - pos: -32.5,10.5 - parent: 852 - type: Transform -- uid: 7612 - type: Catwalk - components: - - pos: -32.5,11.5 - parent: 852 - type: Transform -- uid: 7613 - type: Catwalk - components: - - pos: -32.5,12.5 - parent: 852 - type: Transform -- uid: 7614 - type: Catwalk - components: - - pos: -32.5,13.5 - parent: 852 - type: Transform -- uid: 7615 - type: ChairOfficeLight - components: - - pos: 6.5,-10.5 - parent: 852 - type: Transform -- uid: 7616 - type: Catwalk - components: - - pos: -31.5,14.5 - parent: 852 - type: Transform -- uid: 7617 - type: Catwalk - components: - - pos: -30.5,14.5 - parent: 852 - type: Transform -- uid: 7618 - type: Catwalk - components: - - pos: -29.5,14.5 - parent: 852 - type: Transform -- uid: 7619 - type: Catwalk - components: - - pos: -28.5,14.5 - parent: 852 - type: Transform -- uid: 7620 - type: Catwalk - components: - - pos: -27.5,14.5 - parent: 852 - type: Transform -- uid: 7621 - type: Catwalk - components: - - pos: -26.5,14.5 - parent: 852 - type: Transform -- uid: 7622 - type: Catwalk - components: - - pos: -25.5,14.5 - parent: 852 - type: Transform -- uid: 7623 - type: Catwalk - components: - - pos: -24.5,14.5 - parent: 852 - type: Transform -- uid: 7624 - type: Catwalk - components: - - pos: -23.5,14.5 - parent: 852 - type: Transform -- uid: 7625 - type: Table - components: - - pos: -29.5,17.5 - parent: 852 - type: Transform -- uid: 7626 - type: Table - components: - - pos: -31.5,16.5 - parent: 852 - type: Transform -- uid: 7627 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -28.5,17.5 - parent: 852 - type: Transform -- uid: 7628 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -30.5,17.5 - parent: 852 - type: Transform -- uid: 7629 - type: ClothingOuterCoatBomber - components: - - pos: -32.50361,16.378698 - parent: 852 - type: Transform -- uid: 7630 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -32.5,16.5 - parent: 852 - type: Transform -- uid: 7631 - type: FoodPizzaSassysageSlice - components: - - pos: -31.541336,16.738073 - parent: 852 - type: Transform -- uid: 7632 - type: FoodPizzaMeatSlice - components: - - pos: -29.510086,17.675573 - parent: 852 - type: Transform -- uid: 7633 - type: ClothingEyesGlassesGarOrange - components: - - pos: -30.494461,17.378698 - parent: 852 - type: Transform -- uid: 7634 - type: CableHVStack - components: - - pos: -20.539572,25.33725 - parent: 852 - type: Transform -- uid: 7635 - type: CrateEngineeringCableBulk - components: - - pos: -21.5,16.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 7636 - type: ClosetToolFilled - components: - - pos: -21.5,17.5 - parent: 852 - type: Transform -- uid: 7637 - type: Table - components: - - pos: -23.5,16.5 - parent: 852 - type: Transform -- uid: 7638 - type: Table - components: - - pos: -23.5,17.5 - parent: 852 - type: Transform -- uid: 7639 - type: ClothingHandsGlovesColorYellow - components: - - pos: -23.458502,16.658197 - parent: 852 - type: Transform -- uid: 7640 - type: PowerDrill - components: - - pos: -23.489752,17.455072 - parent: 852 - type: Transform - - useSound: !type:SoundPathSpecifier - path: /Audio/Items/drill_use.ogg - type: Tool -- uid: 7641 - type: Rack - components: - - pos: -0.5,-27.5 - parent: 852 - type: Transform -- uid: 7642 - type: Rack - components: - - pos: -1.5,-27.5 - parent: 852 - type: Transform -- uid: 7643 - type: MaintenanceToolSpawner - components: - - pos: -0.5,-27.5 - parent: 852 - type: Transform -- uid: 7644 - type: MaintenanceFluffSpawner - components: - - pos: -1.5,-27.5 - parent: 852 - type: Transform -- uid: 7645 - type: PosterLegitStateLaws - components: - - pos: -0.5,-28.5 - parent: 852 - type: Transform -- uid: 7646 - type: Chair - components: - - pos: -28.5,-7.5 - parent: 852 - type: Transform -- uid: 7647 - type: VendingMachineClothing - components: - - pos: -29.5,-7.5 - parent: 852 - type: Transform -- uid: 7648 - type: CableApcExtension - components: - - pos: -25.5,-6.5 - parent: 852 - type: Transform -- uid: 7649 - type: CableApcExtension - components: - - pos: -25.5,-5.5 - parent: 852 - type: Transform -- uid: 7650 - type: CableApcExtension - components: - - pos: -25.5,-4.5 - parent: 852 - type: Transform -- uid: 7651 - type: PosterContrabandTools - components: - - pos: -27.5,12.5 - parent: 852 - type: Transform -- uid: 7652 - type: MaterialDurathread - components: - - pos: 9.655321,18.439169 - parent: 852 - type: Transform -- uid: 7653 - type: Poweredlight - components: - - pos: 6.5,-7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7654 - type: Catwalk - components: - - pos: -8.5,25.5 - parent: 852 - type: Transform -- uid: 7655 - type: Catwalk - components: - - pos: -9.5,25.5 - parent: 852 - type: Transform -- uid: 7656 - type: Catwalk - components: - - pos: -11.5,25.5 - parent: 852 - type: Transform -- uid: 7657 - type: Catwalk - components: - - pos: -12.5,25.5 - parent: 852 - type: Transform -- uid: 7658 - type: Catwalk - components: - - pos: -13.5,25.5 - parent: 852 - type: Transform -- uid: 7659 - type: Catwalk - components: - - pos: -14.5,25.5 - parent: 852 - type: Transform -- uid: 7660 - type: Catwalk - components: - - pos: -15.5,25.5 - parent: 852 - type: Transform -- uid: 7661 - type: Catwalk - components: - - pos: -16.5,25.5 - parent: 852 - type: Transform -- uid: 7662 - type: Catwalk - components: - - pos: -17.5,25.5 - parent: 852 - type: Transform -- uid: 7663 - type: Poweredlight - components: - - pos: 6.5,-10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7664 - type: Catwalk - components: - - pos: -18.5,18.5 - parent: 852 - type: Transform -- uid: 7665 - type: Catwalk - components: - - pos: -18.5,19.5 - parent: 852 - type: Transform -- uid: 7666 - type: Catwalk - components: - - pos: -18.5,20.5 - parent: 852 - type: Transform -- uid: 7667 - type: Catwalk - components: - - pos: -18.5,21.5 - parent: 852 - type: Transform -- uid: 7668 - type: Catwalk - components: - - pos: -18.5,22.5 - parent: 852 - type: Transform -- uid: 7669 - type: Catwalk - components: - - pos: -18.5,23.5 - parent: 852 - type: Transform -- uid: 7670 - type: Catwalk - components: - - pos: -18.5,24.5 - parent: 852 - type: Transform -- uid: 7671 - type: CableApcExtension - components: - - pos: -14.5,14.5 - parent: 852 - type: Transform -- uid: 7672 - type: Grille - components: - - pos: -16.5,7.5 - parent: 852 - type: Transform -- uid: 7673 - type: MopItem - components: - - pos: -20.397196,7.46342 - parent: 852 - type: Transform -- uid: 7674 - type: Bucket - components: - - pos: -20.22532,7.510295 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 7675 - type: RandomSoap - components: - - pos: -20.5,10.5 - parent: 852 - type: Transform -- uid: 7676 - type: ClothingShoesBootsJack - components: - - pos: -27.43008,-5.690749 - parent: 852 - type: Transform -- uid: 7677 - type: ClothingBeltHolster - components: - - pos: -30.30508,-5.346999 - parent: 852 - type: Transform -- uid: 7678 - type: WallReinforced - components: - - pos: -36.5,15.5 - parent: 852 - type: Transform -- uid: 7679 - type: WallReinforced - components: - - pos: -37.5,15.5 - parent: 852 - type: Transform -- uid: 7680 - type: WallReinforced - components: - - pos: -36.5,16.5 - parent: 852 - type: Transform -- uid: 7681 - type: WallReinforced - components: - - pos: -39.5,15.5 - parent: 852 - type: Transform -- uid: 7682 - type: ReinforcedWindow - components: - - pos: -39.5,12.5 - parent: 852 - type: Transform -- uid: 7683 - type: WallReinforced - components: - - pos: -39.5,13.5 - parent: 852 - type: Transform -- uid: 7684 - type: ReinforcedWindow - components: - - pos: -39.5,14.5 - parent: 852 - type: Transform -- uid: 7685 - type: WallReinforced - components: - - pos: -36.5,17.5 - parent: 852 - type: Transform -- uid: 7686 - type: WallReinforced - components: - - pos: -36.5,18.5 - parent: 852 - type: Transform -- uid: 7687 - type: WallReinforced - components: - - pos: -37.5,18.5 - parent: 852 - type: Transform -- uid: 7688 - type: WallReinforced - components: - - pos: -38.5,18.5 - parent: 852 - type: Transform -- uid: 7689 - type: WallReinforced - components: - - pos: -39.5,18.5 - parent: 852 - type: Transform -- uid: 7690 - type: WallReinforced - components: - - pos: -39.5,17.5 - parent: 852 - type: Transform -- uid: 7691 - type: WallReinforced - components: - - pos: -39.5,16.5 - parent: 852 - type: Transform -- uid: 7692 - type: Grille - components: - - pos: -39.5,12.5 - parent: 852 - type: Transform -- uid: 7693 - type: Grille - components: - - pos: -39.5,14.5 - parent: 852 - type: Transform -- uid: 7694 - type: SignChapel - components: - - pos: -38.5,11.5 - parent: 852 - type: Transform -- uid: 7695 - type: SpawnPointChaplain - components: - - pos: -38.5,16.5 - parent: 852 - type: Transform -- uid: 7696 - type: AirlockChapelLocked - components: - - pos: -38.5,15.5 - parent: 852 - type: Transform -- uid: 7697 - type: VendingMachineChapel - components: - - pos: -37.5,17.5 - parent: 852 - type: Transform - - sprite: Structures/Machines/VendingMachines/chapel.rsi - type: Sprite -- uid: 7698 - type: WardrobeChapelFilled - components: - - pos: -38.5,17.5 - parent: 852 - type: Transform -- uid: 7699 - type: Bed - components: - - pos: -37.5,16.5 - parent: 852 - type: Transform -- uid: 7700 - type: ChurchOrganInstrument - components: - - rot: 1.5707963267948966 rad - pos: -34.5,13.5 - parent: 852 - type: Transform -- uid: 7701 - type: ComfyChair - components: - - pos: -36.5,14.5 - parent: 852 - type: Transform -- uid: 7702 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -37.5,12.5 - parent: 852 - type: Transform -- uid: 7703 - type: ReinforcedWindow - components: - - pos: -25.5,-22.5 - parent: 852 - type: Transform -- uid: 7704 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -35.5,12.5 - parent: 852 - type: Transform -- uid: 7705 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -35.5,13.5 - parent: 852 - type: Transform -- uid: 7706 - type: PortableScrubber - components: - - pos: 30.5,9.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - type: ContainerContainer -- uid: 7707 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -37.5,13.5 - parent: 852 - type: Transform -- uid: 7708 - type: AirlockGlass - components: - - pos: -36.5,11.5 - parent: 852 - type: Transform -- uid: 7709 - type: CarpetOrange - components: - - pos: -36.5,12.5 - parent: 852 - type: Transform -- uid: 7710 - type: CarpetOrange - components: - - pos: -36.5,13.5 - parent: 852 - type: Transform -- uid: 7711 - type: CarpetOrange - components: - - pos: -36.5,14.5 - parent: 852 - type: Transform -- uid: 7712 - type: CarpetOrange - components: - - pos: -37.5,13.5 - parent: 852 - type: Transform -- uid: 7713 - type: CarpetOrange - components: - - pos: -35.5,13.5 - parent: 852 - type: Transform -- uid: 7714 - type: CableApcExtension - components: - - pos: -36.5,11.5 - parent: 852 - type: Transform -- uid: 7715 - type: CableApcExtension - components: - - pos: -36.5,12.5 - parent: 852 - type: Transform -- uid: 7716 - type: CableApcExtension - components: - - pos: -36.5,13.5 - parent: 852 - type: Transform -- uid: 7717 - type: CableApcExtension - components: - - pos: -36.5,14.5 - parent: 852 - type: Transform -- uid: 7718 - type: CableApcExtension - components: - - pos: -37.5,14.5 - parent: 852 - type: Transform -- uid: 7719 - type: CableApcExtension - components: - - pos: -38.5,14.5 - parent: 852 - type: Transform -- uid: 7720 - type: CableApcExtension - components: - - pos: -38.5,15.5 - parent: 852 - type: Transform -- uid: 7721 - type: CableApcExtension - components: - - pos: -38.5,16.5 - parent: 852 - type: Transform -- uid: 7722 - type: CableApcExtension - components: - - pos: -38.5,17.5 - parent: 852 - type: Transform -- uid: 7723 - type: PoweredSmallLight - components: - - pos: -38.5,17.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7724 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: -38.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7725 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -34.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7726 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -37.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7727 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7728 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,5.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7729 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7730 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7731 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7732 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7733 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7734 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7735 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7736 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7737 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -35.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7738 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,7.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7739 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,8.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7740 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,9.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7741 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7742 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,11.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7743 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7744 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -37.5,13.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7745 - type: GasVentScrubber - components: - - pos: -37.5,14.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 7746 - type: GasVentPump - components: - - pos: -35.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 7747 - type: BedsheetCult - components: - - pos: -37.5,16.5 - parent: 852 - type: Transform -- uid: 7749 - type: ReinforcedWindow - components: - - pos: -7.5,6.5 - parent: 852 - type: Transform -- uid: 7750 - type: ReinforcedWindow - components: - - pos: -8.5,6.5 - parent: 852 - type: Transform -- uid: 7751 - type: WallReinforced - components: - - pos: -15.5,7.5 - parent: 852 - type: Transform -- uid: 7752 - type: WallReinforced - components: - - pos: -17.5,6.5 - parent: 852 - type: Transform -- uid: 7753 - type: CableApcExtension - components: - - pos: -16.5,4.5 - parent: 852 - type: Transform -- uid: 7754 - type: CableApcExtension - components: - - pos: -15.5,4.5 - parent: 852 - type: Transform -- uid: 7755 - type: CableApcExtension - components: - - pos: -14.5,4.5 - parent: 852 - type: Transform -- uid: 7756 - type: CableApcExtension - components: - - pos: -13.5,4.5 - parent: 852 - type: Transform -- uid: 7757 - type: CableApcExtension - components: - - pos: -12.5,4.5 - parent: 852 - type: Transform -- uid: 7758 - type: CableApcExtension - components: - - pos: -11.5,4.5 - parent: 852 - type: Transform -- uid: 7759 - type: CableApcExtension - components: - - pos: -10.5,4.5 - parent: 852 - type: Transform -- uid: 7760 - type: CableApcExtension - components: - - pos: -9.5,4.5 - parent: 852 - type: Transform -- uid: 7761 - type: CableApcExtension - components: - - pos: -8.5,4.5 - parent: 852 - type: Transform -- uid: 7762 - type: CableApcExtension - components: - - pos: -17.5,4.5 - parent: 852 - type: Transform -- uid: 7763 - type: CableApcExtension - components: - - pos: -18.5,4.5 - parent: 852 - type: Transform -- uid: 7764 - type: CableApcExtension - components: - - pos: -19.5,4.5 - parent: 852 - type: Transform -- uid: 7765 - type: CableApcExtension - components: - - pos: -20.5,4.5 - parent: 852 - type: Transform -- uid: 7766 - type: CableApcExtension - components: - - pos: -21.5,4.5 - parent: 852 - type: Transform -- uid: 7767 - type: CableApcExtension - components: - - pos: -22.5,4.5 - parent: 852 - type: Transform -- uid: 7768 - type: CableApcExtension - components: - - pos: -25.5,4.5 - parent: 852 - type: Transform -- uid: 7769 - type: CableApcExtension - components: - - pos: -27.5,4.5 - parent: 852 - type: Transform -- uid: 7770 - type: CableApcExtension - components: - - pos: -28.5,4.5 - parent: 852 - type: Transform -- uid: 7771 - type: CableApcExtension - components: - - pos: -29.5,4.5 - parent: 852 - type: Transform -- uid: 7772 - type: CableApcExtension - components: - - pos: -24.5,3.5 - parent: 852 - type: Transform -- uid: 7773 - type: CableApcExtension - components: - - pos: -24.5,2.5 - parent: 852 - type: Transform -- uid: 7774 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 1.5,19.5 - parent: 852 - type: Transform -- uid: 7775 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 1.5,18.5 - parent: 852 - type: Transform -- uid: 7776 - type: RandomSpawner - components: - - pos: -26.5,13.5 - parent: 852 - type: Transform -- uid: 7777 - type: AMEPart - components: - - parent: 6603 - type: Transform -- uid: 7778 - type: Rack - components: - - pos: -30.5,13.5 - parent: 852 - type: Transform -- uid: 7779 - type: ClosetMaintenanceFilledRandom - components: - - pos: -31.5,7.5 - parent: 852 - type: Transform -- uid: 7780 - type: NitrogenCanister - components: - - pos: -29.5,13.5 - parent: 852 - type: Transform -- uid: 7781 - type: OxygenCanister - components: - - pos: -28.5,13.5 - parent: 852 - type: Transform -- uid: 7782 - type: MedkitOxygenFilled - components: - - pos: -26.514608,20.497671 - parent: 852 - type: Transform -- uid: 7783 - type: BoxLightMixed - components: - - pos: -26.527897,20.237007 - parent: 852 - type: Transform -- uid: 7784 - type: RandomSpawner - components: - - pos: -25.5,20.5 - parent: 852 - type: Transform -- uid: 7785 - type: SeedExtractor - components: - - pos: -15.5,8.5 - parent: 852 - type: Transform -- uid: 7786 - type: AirlockSecurityGlassLocked - components: - - name: Perma - type: MetaData - - pos: -14.5,10.5 - parent: 852 - type: Transform -- uid: 7787 - type: Bucket - components: - - pos: -16.564865,8.7805605 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 7788 - type: HydroponicsToolMiniHoe - components: - - pos: -17.564865,9.562233 - parent: 852 - type: Transform -- uid: 7789 - type: ClosetMaintenanceFilledRandom - components: - - pos: -19.5,12.5 - parent: 852 - type: Transform -- uid: 7790 - type: ToySpawner - components: - - pos: -30.5,13.5 - parent: 852 - type: Transform -- uid: 7791 - type: ClosetEmergencyFilledRandom - components: - - pos: -20.5,22.5 - parent: 852 - type: Transform -- uid: 7792 - type: ClosetFireFilled - components: - - pos: -20.5,23.5 - parent: 852 - type: Transform -- uid: 7793 - type: Rack - components: - - pos: -23.5,22.5 - parent: 852 - type: Transform -- uid: 7794 - type: YellowOxygenTankFilled - components: - - pos: -23.521854,22.535301 - parent: 852 - type: Transform -- uid: 7795 - type: SignDirectionalSec - components: - - rot: 1.5707963267948966 rad - pos: -21.50213,6.729406 - parent: 852 - type: Transform -- uid: 7796 - type: CratePrivateSecure - components: - - pos: 18.5,15.5 - parent: 852 - type: Transform - - containers: - - EntityStorageComponent - - entity_storage - type: Construction -- uid: 7797 - type: ClothingOuterArmorRiot - components: - - parent: 84 - type: Transform -- uid: 7798 - type: Grille - components: - - pos: 13.5,-10.5 - parent: 852 - type: Transform -- uid: 7799 - type: ReinforcedWindow - components: - - pos: 13.5,-8.5 - parent: 852 - type: Transform -- uid: 7800 - type: Grille - components: - - pos: 13.5,-11.5 - parent: 852 - type: Transform -- uid: 7801 - type: ReinforcedWindow - components: - - pos: 13.5,-7.5 - parent: 852 - type: Transform -- uid: 7802 - type: PosterContrabandSmoke - components: - - pos: 13.5,20.5 - parent: 852 - type: Transform -- uid: 7803 - type: PosterLegitNanotrasenLogo - components: - - pos: 0.5,19.5 - parent: 852 - type: Transform -- uid: 7804 - type: PaintingCafeTerraceAtNight - components: - - pos: 13.5,24.5 - parent: 852 - type: Transform -- uid: 7805 - type: PosterLegitNanotrasenLogo - components: - - pos: -3.5,25.5 - parent: 852 - type: Transform -- uid: 7806 - type: PosterLegitIan - components: - - pos: 11.5,16.5 - parent: 852 - type: Transform -- uid: 7807 - type: PosterLegitLoveIan - components: - - pos: 11.5,21.5 - parent: 852 - type: Transform -- uid: 7808 - type: PosterLegitNoERP - components: - - pos: -14.5,6.5 - parent: 852 - type: Transform -- uid: 7809 - type: PosterLegitObey - components: - - pos: 1.5,11.5 - parent: 852 - type: Transform -- uid: 7810 - type: RandomPosterContraband - components: - - pos: -14.5,8.5 - parent: 852 - type: Transform -- uid: 7811 - type: CheapRollerBed - components: - - pos: 12.433362,-4.4894476 - parent: 852 - type: Transform -- uid: 7812 - type: MedicalBed - components: - - pos: 7.5,-7.5 - parent: 852 - type: Transform -- uid: 7813 - type: BedsheetMedical - components: - - pos: 7.5,-11.5 - parent: 852 - type: Transform -- uid: 7814 - type: BedsheetMedical - components: - - pos: 7.5,-7.5 - parent: 852 - type: Transform -- uid: 7815 - type: Table - components: - - pos: 6.5,-7.5 - parent: 852 - type: Transform -- uid: 7816 - type: WallReinforced - components: - - pos: -28.5,-20.5 - parent: 852 - type: Transform -- uid: 7817 - type: ReinforcedWindow - components: - - pos: -26.5,-20.5 - parent: 852 - type: Transform -- uid: 7818 - type: PoweredlightSodium - components: - - rot: 3.141592653589793 rad - pos: -25.5,-19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7819 - type: PosterContrabandSpaceCola - components: - - pos: -33.5,2.5 - parent: 852 - type: Transform -- uid: 7820 - type: CrateEmptySpawner - components: - - pos: -27.5,-17.5 - parent: 852 - type: Transform -- uid: 7821 - type: PoweredlightSodium - components: - - pos: -23.5,-13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 7822 - type: Window - components: - - pos: 8.5,-7.5 - parent: 852 - type: Transform -- uid: 7823 - type: RandomSpawner - components: - - pos: -11.5,-18.5 - parent: 852 - type: Transform -- uid: 7824 - type: RandomSpawner - components: - - pos: -0.5,-14.5 - parent: 852 - type: Transform -- uid: 7825 - type: RandomSpawner - components: - - pos: 0.5,-26.5 - parent: 852 - type: Transform -- uid: 7826 - type: LampGold - components: - - pos: 8.54651,-28.293444 - parent: 852 - type: Transform -- uid: 7827 - type: PosterLegitReportCrimes - components: - - pos: -6.5,6.5 - parent: 852 - type: Transform -- uid: 7828 - type: PosterContrabandLustyExomorph - components: - - pos: 5.5,-29.5 - parent: 852 - type: Transform -- uid: 7829 - type: Bed - components: - - pos: -15.5,9.5 - parent: 852 - type: Transform -- uid: 7830 - type: AppleSeeds - components: - - pos: -17.51799,9.577858 - parent: 852 - type: Transform -- uid: 7831 - type: WaterTankFull - components: - - pos: -17.5,8.5 - parent: 852 - type: Transform -- uid: 7832 - type: hydroponicsTray - components: - - pos: -16.5,8.5 - parent: 852 - type: Transform -- uid: 7833 - type: CableApcExtension - components: - - pos: -24.5,13.5 - parent: 852 - type: Transform -- uid: 7834 - type: CrateEmptySpawner - components: - - pos: -16.5,13.5 - parent: 852 - type: Transform -- uid: 7835 - type: Table - components: - - pos: -26.5,19.5 - parent: 852 - type: Transform -- uid: 7836 - type: Table - components: - - pos: -26.5,20.5 - parent: 852 - type: Transform -- uid: 7837 - type: FoodTinMRE - components: - - pos: -26.53067,19.803333 - parent: 852 - type: Transform -- uid: 7838 - type: Grille - components: - - pos: -18.5,26.5 - parent: 852 - type: Transform -- uid: 7839 - type: Grille - components: - - pos: -15.5,26.5 - parent: 852 - type: Transform -- uid: 7840 - type: Grille - components: - - pos: -12.5,26.5 - parent: 852 - type: Transform -- uid: 7841 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: -15.5,24.5 - parent: 852 - type: Transform -- uid: 7842 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: -14.5,24.5 - parent: 852 - type: Transform -- uid: 7843 - type: ClothingNeckScarfStripedBlue - components: - - pos: -13.566107,24.548891 - parent: 852 - type: Transform -- uid: 7844 - type: Chair - components: - - pos: -17.5,-8.5 - parent: 852 - type: Transform -- uid: 7845 - type: ClothingNeckScarfStripedZebra - components: - - pos: -17.553503,-8.623332 - parent: 852 - type: Transform -- uid: 7846 - type: ChairOfficeDark - components: - - pos: -9.5,12.5 - parent: 852 - type: Transform -- uid: 7847 - type: Table - components: - - pos: -13.5,24.5 - parent: 852 - type: Transform -- uid: 7848 - type: DrinkRamen - components: - - pos: -13.225656,24.798891 - parent: 852 - type: Transform -- uid: 7849 - type: TableWood - components: - - pos: 26.5,-25.5 - parent: 852 - type: Transform -- uid: 7850 - type: TableWood - components: - - pos: 27.5,-25.5 - parent: 852 - type: Transform -- uid: 7851 - type: ComfyChair - components: - - pos: 27.5,-24.5 - parent: 852 - type: Transform -- uid: 7852 - type: Lamp - components: - - pos: 26.628683,-25.257757 - parent: 852 - type: Transform -- uid: 7853 - type: ClosetBase - components: - - pos: 27.5,-22.5 - parent: 852 - type: Transform - - containers: - entity_storage: !type:Container - ents: - - 7855 - - 7857 - - 7854 - - 7859 - - 7856 - type: ContainerContainer -- uid: 7854 - type: ClothingOuterCoatInspector - components: - - parent: 7853 - type: Transform -- uid: 7855 - type: DrinkDetFlask - components: - - parent: 7853 - type: Transform -- uid: 7856 - type: ClothingNeckTieRed - components: - - parent: 7853 - type: Transform -- uid: 7857 - type: ClothingHeadHatFedoraBrown - components: - - parent: 7853 - type: Transform -- uid: 7858 - type: ClothingShoeSlippersDuck - components: - - pos: 26.546747,-24.62174 - parent: 852 - type: Transform -- uid: 7859 - type: SheetPlasma - components: - - parent: 7853 - type: Transform -- uid: 7860 - type: SheetPlasma1 - components: - - pos: 14.474419,0.69903797 - parent: 852 - type: Transform -- uid: 7861 - type: SheetPlasma1 - components: - - pos: 14.474419,0.69903797 - parent: 852 - type: Transform -- uid: 7862 - type: SheetPlasma1 - components: - - pos: 14.474419,0.69903797 - parent: 852 - type: Transform -- uid: 7863 - type: SheetPlasma1 - components: - - pos: 14.474419,0.69903797 - parent: 852 - type: Transform -- uid: 7864 - type: SheetPlasma1 - components: - - pos: 14.474419,0.69903797 - parent: 852 - type: Transform -- uid: 7865 - type: RandomSpawner - components: - - pos: 26.5,-22.5 - parent: 852 - type: Transform -- uid: 7866 - type: MaintenanceWeaponSpawner - components: - - pos: 27.5,-25.5 - parent: 852 - type: Transform -- uid: 7867 - type: Grille - components: - - pos: 28.5,-25.5 - parent: 852 - type: Transform -- uid: 7868 - type: Grille - components: - - pos: 28.5,-23.5 - parent: 852 - type: Transform -- uid: 7869 - type: RandomSpawner - components: - - pos: -16.5,24.5 - parent: 852 - type: Transform -- uid: 7870 - type: RandomSpawner - components: - - pos: -4.5,20.5 - parent: 852 - type: Transform -- uid: 7871 - type: JawsOfLife - components: - - pos: 40.532337,-0.25133538 - parent: 852 - type: Transform - - useSound: !type:SoundPathSpecifier - path: /Audio/Items/jaws_pry.ogg - type: Tool -- uid: 7872 - type: APCElectronics - components: - - pos: 29.455654,-3.6911888 - parent: 852 - type: Transform -- uid: 7873 - type: APCElectronics - components: - - pos: 29.455654,-3.6911888 - parent: 852 - type: Transform -- uid: 7874 - type: Catwalk - components: - - pos: 7.5,-20.5 - parent: 852 - type: Transform -- uid: 7875 - type: Catwalk - components: - - pos: 9.5,-20.5 - parent: 852 - type: Transform -- uid: 7876 - type: Catwalk - components: - - pos: 8.5,-20.5 - parent: 852 - type: Transform -- uid: 7877 - type: Catwalk - components: - - pos: 10.5,-20.5 - parent: 852 - type: Transform -- uid: 7878 - type: Catwalk - components: - - pos: 11.5,-20.5 - parent: 852 - type: Transform -- uid: 7879 - type: Catwalk - components: - - pos: 12.5,-20.5 - parent: 852 - type: Transform -- uid: 7880 - type: Catwalk - components: - - pos: 14.5,-20.5 - parent: 852 - type: Transform -- uid: 7881 - type: Catwalk - components: - - pos: 14.5,-21.5 - parent: 852 - type: Transform -- uid: 7882 - type: Catwalk - components: - - pos: 14.5,-22.5 - parent: 852 - type: Transform -- uid: 7883 - type: Catwalk - components: - - pos: 14.5,-23.5 - parent: 852 - type: Transform -- uid: 7884 - type: Catwalk - components: - - pos: 14.5,-24.5 - parent: 852 - type: Transform -- uid: 7885 - type: Catwalk - components: - - pos: 15.5,-25.5 - parent: 852 - type: Transform -- uid: 7886 - type: Catwalk - components: - - pos: 17.5,-25.5 - parent: 852 - type: Transform -- uid: 7887 - type: Catwalk - components: - - pos: 16.5,-25.5 - parent: 852 - type: Transform -- uid: 7888 - type: Catwalk - components: - - pos: 18.5,-25.5 - parent: 852 - type: Transform -- uid: 7889 - type: Catwalk - components: - - pos: 19.5,-25.5 - parent: 852 - type: Transform -- uid: 7890 - type: Catwalk - components: - - pos: 20.5,-25.5 - parent: 852 - type: Transform -- uid: 7891 - type: Catwalk - components: - - pos: 21.5,-25.5 - parent: 852 - type: Transform -- uid: 7892 - type: Catwalk - components: - - pos: 22.5,-25.5 - parent: 852 - type: Transform -- uid: 7893 - type: Catwalk - components: - - pos: 22.5,-24.5 - parent: 852 - type: Transform -- uid: 7894 - type: Catwalk - components: - - pos: 22.5,-23.5 - parent: 852 - type: Transform -- uid: 7895 - type: Catwalk - components: - - pos: 22.5,-22.5 - parent: 852 - type: Transform -- uid: 7896 - type: Catwalk - components: - - pos: 22.5,-21.5 - parent: 852 - type: Transform -- uid: 7897 - type: Catwalk - components: - - pos: 22.5,-20.5 - parent: 852 - type: Transform -- uid: 7898 - type: PersonalAI - components: - - pos: 7.5388803,-23.388987 - parent: 852 - type: Transform -- uid: 7899 - type: SpawnMobMouse - components: - - pos: -8.5,-11.5 - parent: 852 - type: Transform -- uid: 7900 - type: SpawnMobMouse - components: - - pos: -20.5,13.5 - parent: 852 - type: Transform -- uid: 7901 - type: SpawnMobMouse - components: - - pos: -2.5,20.5 - parent: 852 - type: Transform -- uid: 7902 - type: SpawnMobMouse - components: - - pos: -7.5,-6.5 - parent: 852 - type: Transform -- uid: 7903 - type: ReinforcedWindow - components: - - pos: 34.5,-14.5 - parent: 852 - type: Transform -- uid: 7904 - type: Grille - components: - - pos: 13.5,-8.5 - parent: 852 - type: Transform -- uid: 7905 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-13.5 - parent: 852 - type: Transform -- uid: 7906 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-12.5 - parent: 852 - type: Transform -- uid: 7907 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: 17.5,-14.5 - parent: 852 - type: Transform -- uid: 7908 - type: AirlockMedicalGlassLocked - components: - - pos: 9.5,-6.5 - parent: 852 - type: Transform -- uid: 7909 - type: ChairOfficeLight - components: - - rot: 3.141592653589793 rad - pos: 7.5,-5.5 - parent: 852 - type: Transform -- uid: 7910 - type: SpawnPointMedicalDoctor - components: - - pos: 23.5,-6.5 - parent: 852 - type: Transform -- uid: 7911 - type: ClosetMaintenanceFilledRandom - components: - - pos: 23.5,1.5 - parent: 852 - type: Transform -- uid: 7912 - type: ClosetFireFilled - components: - - pos: 23.5,0.5 - parent: 852 - type: Transform -- uid: 7913 - type: ClosetL3JanitorFilled - components: - - pos: -19.5,9.5 - parent: 852 - type: Transform -- uid: 7914 - type: RandomSpawner - components: - - pos: 21.5,0.5 - parent: 852 - type: Transform -- uid: 7915 - type: Catwalk - components: - - pos: 22.5,-18.5 - parent: 852 - type: Transform -- uid: 7916 - type: Catwalk - components: - - pos: 22.5,-17.5 - parent: 852 - type: Transform -- uid: 7917 - type: Catwalk - components: - - pos: 23.5,-17.5 - parent: 852 - type: Transform -- uid: 7918 - type: Catwalk - components: - - pos: 24.5,-17.5 - parent: 852 - type: Transform -- uid: 7919 - type: Catwalk - components: - - pos: 25.5,-17.5 - parent: 852 - type: Transform -- uid: 7920 - type: Catwalk - components: - - pos: 26.5,-17.5 - parent: 852 - type: Transform -- uid: 7921 - type: Catwalk - components: - - pos: 26.5,-16.5 - parent: 852 - type: Transform -- uid: 7922 - type: Catwalk - components: - - pos: 26.5,-15.5 - parent: 852 - type: Transform -- uid: 7923 - type: Catwalk - components: - - pos: 26.5,-14.5 - parent: 852 - type: Transform -- uid: 7924 - type: Catwalk - components: - - pos: 26.5,-13.5 - parent: 852 - type: Transform -- uid: 7925 - type: Catwalk - components: - - pos: 26.5,-12.5 - parent: 852 - type: Transform -- uid: 7926 - type: Catwalk - components: - - pos: 38.5,-6.5 - parent: 852 - type: Transform -- uid: 7927 - type: Catwalk - components: - - pos: 38.5,-7.5 - parent: 852 - type: Transform -- uid: 7928 - type: Catwalk - components: - - pos: 37.5,-7.5 - parent: 852 - type: Transform -- uid: 7929 - type: Catwalk - components: - - pos: 36.5,-7.5 - parent: 852 - type: Transform -- uid: 7930 - type: Catwalk - components: - - pos: 34.5,-7.5 - parent: 852 - type: Transform -- uid: 7931 - type: Catwalk - components: - - pos: 35.5,-7.5 - parent: 852 - type: Transform -- uid: 7932 - type: Catwalk - components: - - pos: 33.5,-7.5 - parent: 852 - type: Transform -- uid: 7933 - type: Catwalk - components: - - pos: 32.5,-7.5 - parent: 852 - type: Transform -- uid: 7934 - type: Catwalk - components: - - pos: 31.5,-7.5 - parent: 852 - type: Transform -- uid: 7935 - type: Catwalk - components: - - pos: 30.5,-7.5 - parent: 852 - type: Transform -- uid: 7936 - type: Catwalk - components: - - pos: 29.5,-7.5 - parent: 852 - type: Transform -- uid: 7937 - type: Catwalk - components: - - pos: 28.5,-7.5 - parent: 852 - type: Transform -- uid: 7938 - type: Catwalk - components: - - pos: 27.5,-7.5 - parent: 852 - type: Transform -- uid: 7939 - type: Catwalk - components: - - pos: 26.5,-7.5 - parent: 852 - type: Transform -- uid: 7940 - type: Catwalk - components: - - pos: 26.5,-8.5 - parent: 852 - type: Transform -- uid: 7941 - type: Catwalk - components: - - pos: 26.5,-9.5 - parent: 852 - type: Transform -- uid: 7942 - type: Catwalk - components: - - pos: 26.5,-10.5 - parent: 852 - type: Transform -- uid: 7943 - type: ReinforcedWindow - components: - - pos: 22.5,22.5 - parent: 852 - type: Transform -- uid: 7944 - type: PlasticFlapsAirtightClear - components: - - pos: 20.5,19.5 - parent: 852 - type: Transform -- uid: 7945 - type: PlasticFlapsAirtightClear - components: - - pos: 20.5,22.5 - parent: 852 - type: Transform -- uid: 7948 - type: ClosetMaintenanceFilledRandom - components: - - pos: 24.5,-25.5 - parent: 852 - type: Transform -- uid: 7949 - type: MaintenanceFluffSpawner - components: - - pos: 15.5,-19.5 - parent: 852 - type: Transform -- uid: 7950 - type: DoubleEmergencyOxygenTankFilled - components: - - pos: 52.51837,-0.3993065 - parent: 852 - type: Transform -- uid: 7951 - type: FoodMeatRatdoubleKebab - components: - - pos: 22.107237,-10.323744 - parent: 852 - type: Transform -- uid: 7952 - type: WallSolid - components: - - pos: 23.5,-20.5 - parent: 852 - type: Transform -- uid: 7953 - type: RandomPosterAny - components: - - pos: 13.5,-22.5 - parent: 852 - type: Transform -- uid: 7954 - type: RandomPosterAny - components: - - pos: 25.5,-16.5 - parent: 852 - type: Transform -- uid: 7955 - type: RandomPosterAny - components: - - pos: 28.5,-8.5 - parent: 852 - type: Transform -- uid: 7956 - type: RandomPosterAny - components: - - pos: 24.5,-0.5 - parent: 852 - type: Transform -- uid: 7957 - type: RandomPosterAny - components: - - pos: 35.5,-5.5 - parent: 852 - type: Transform -- uid: 7958 - type: VendingMachineCola - components: - - pos: 25.5,6.5 - parent: 852 - type: Transform -- uid: 7959 - type: VendingMachineSnack - components: - - pos: 26.5,6.5 - parent: 852 - type: Transform -- uid: 7960 - type: Chair - components: - - pos: 27.5,6.5 - parent: 852 - type: Transform -- uid: 7961 - type: DisposalTrunk - components: - - pos: 29.5,6.5 - parent: 852 - type: Transform -- uid: 7962 - type: DisposalPipe - components: - - pos: 29.5,5.5 - parent: 852 - type: Transform -- uid: 7963 - type: DisposalPipe - components: - - pos: 29.5,4.5 - parent: 852 - type: Transform -- uid: 7964 - type: DisposalJunction - components: - - rot: -1.5707963267948966 rad - pos: 29.5,3.5 - parent: 852 - type: Transform -- uid: 7965 - type: RandomSpawner - components: - - pos: 27.5,-1.5 - parent: 852 - type: Transform -- uid: 7966 - type: RandomSpawner - components: - - pos: 24.5,-9.5 - parent: 852 - type: Transform -- uid: 7967 - type: RandomSpawner - components: - - pos: 38.5,-7.5 - parent: 852 - type: Transform -- uid: 7968 - type: ReinforcedWindow - components: - - pos: -25.5,-23.5 - parent: 852 - type: Transform -- uid: 7969 - type: ClothingShoesFlippers - components: - - pos: 37.55209,-3.407352 - parent: 852 - type: Transform -- uid: 7970 - type: ClothingMaskGas - components: - - pos: 37.548763,-3.266727 - parent: 852 - type: Transform -- uid: 7971 - type: ClothingHeadHatAnimalCatBlack - components: - - pos: 26.502825,-1.4970446 - parent: 852 - type: Transform -- uid: 7972 - type: ClothingUniformJumpskirtDetective - components: - - pos: 14.57035,20.510712 - parent: 852 - type: Transform -- uid: 7973 - type: ClothingUniformJumpsuitDetective - components: - - pos: 14.460975,20.651337 - parent: 852 - type: Transform -- uid: 7974 - type: Catwalk - components: - - pos: 24.5,-2.5 - parent: 852 - type: Transform -- uid: 7975 - type: Catwalk - components: - - pos: 23.5,-2.5 - parent: 852 - type: Transform -- uid: 7976 - type: Catwalk - components: - - pos: 22.5,-2.5 - parent: 852 - type: Transform -- uid: 7977 - type: Rack - components: - - pos: 27.5,-5.5 - parent: 852 - type: Transform -- uid: 7978 - type: Catwalk - components: - - pos: 21.5,-1.5 - parent: 852 - type: Transform -- uid: 7979 - type: Catwalk - components: - - pos: 21.5,-0.5 - parent: 852 - type: Transform -- uid: 7980 - type: Catwalk - components: - - pos: 21.5,0.5 - parent: 852 - type: Transform -- uid: 7981 - type: Catwalk - components: - - pos: 21.5,1.5 - parent: 852 - type: Transform -- uid: 7982 - type: Rack - components: - - pos: 27.5,-4.5 - parent: 852 - type: Transform -- uid: 7983 - type: NitrogenCanister - components: - - pos: 27.5,-3.5 - parent: 852 - type: Transform -- uid: 7984 - type: Welder - components: - - pos: 27.581085,-4.4702797 - parent: 852 - type: Transform -- uid: 7985 - type: WeldingFuelTankFull - components: - - pos: 21.5,-2.5 - parent: 852 - type: Transform -- uid: 7986 - type: WaterTankFull - components: - - pos: 37.5,-4.5 - parent: 852 - type: Transform -- uid: 7987 - type: ClothingOuterCoatGentle - components: - - pos: -25.508326,-13.470716 - parent: 852 - type: Transform -- uid: 7988 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7989 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7990 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7991 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7992 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7993 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7994 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7995 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7996 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7997 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7998 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 7999 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8000 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8001 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8002 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8003 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8004 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8005 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8006 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8007 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8008 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8009 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8010 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8011 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8012 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8013 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8014 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8015 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8016 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8017 - type: FloorTileItemArcadeBlue - components: - - pos: 27.598589,-5.5317454 - parent: 852 - type: Transform -- uid: 8018 - type: MaintenanceToolSpawner - components: - - pos: 38.5,-3.5 - parent: 852 - type: Transform -- uid: 8019 - type: ClothingHandsGlovesPowerglove - components: - - pos: -40.65605,17.55697 - parent: 852 - type: Transform -- uid: 8020 - type: WeaponFlareGun - components: - - pos: -5.3374166,26.472134 - parent: 852 - type: Transform - - unspawnedCount: 1 - type: BallisticAmmoProvider -- uid: 8021 - type: Grille - components: - - pos: -15.5,29.5 - parent: 852 - type: Transform -- uid: 8022 - type: Grille - components: - - pos: -16.5,29.5 - parent: 852 - type: Transform -- uid: 8023 - type: Grille - components: - - pos: -17.5,29.5 - parent: 852 - type: Transform -- uid: 8024 - type: Grille - components: - - pos: -22.5,29.5 - parent: 852 - type: Transform -- uid: 8025 - type: Grille - components: - - pos: -29.5,29.5 - parent: 852 - type: Transform -- uid: 8026 - type: Grille - components: - - pos: -9.5,29.5 - parent: 852 - type: Transform -- uid: 8027 - type: Grille - components: - - pos: -10.5,29.5 - parent: 852 - type: Transform -- uid: 8028 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: -8.5,29.5 - parent: 852 - type: Transform -- uid: 8029 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -11.5,29.5 - parent: 852 - type: Transform -- uid: 8030 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: -14.5,29.5 - parent: 852 - type: Transform -- uid: 8031 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: -15.5,28.5 - parent: 852 - type: Transform -- uid: 8032 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -18.5,29.5 - parent: 852 - type: Transform -- uid: 8033 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -23.5,29.5 - parent: 852 - type: Transform -- uid: 8034 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: -21.5,29.5 - parent: 852 - type: Transform -- uid: 8035 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: -28.5,29.5 - parent: 852 - type: Transform -- uid: 8036 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: -35.5,29.5 - parent: 852 - type: Transform -- uid: 8037 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -35.5,29.5 - parent: 852 - type: Transform -- uid: 8038 - type: GrilleBroken - components: - - pos: -39.5,22.5 - parent: 852 - type: Transform -- uid: 8039 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: -39.5,23.5 - parent: 852 - type: Transform -- uid: 8040 - type: GrilleBroken - components: - - pos: -39.5,25.5 - parent: 852 - type: Transform -- uid: 8041 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: -39.5,26.5 - parent: 852 - type: Transform -- uid: 8042 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -37.5,29.5 - parent: 852 - type: Transform -- uid: 8043 - type: Catwalk - components: - - pos: 20.5,-27.5 - parent: 852 - type: Transform -- uid: 8044 - type: DonkpocketBoxSpawner - components: - - pos: 18.5,-24.5 - parent: 852 - type: Transform -- uid: 8045 - type: CrateEmptySpawner - components: - - pos: 10.5,13.5 - parent: 852 - type: Transform -- uid: 8046 - type: PosterContrabandMissingGloves - components: - - pos: -30.5,8.5 - parent: 852 - type: Transform -- uid: 8047 - type: PosterLegitNanotrasenLogo - components: - - pos: -33.5,6.5 - parent: 852 - type: Transform -- uid: 8048 - type: CableApcExtension - components: - - pos: 29.5,17.5 - parent: 852 - type: Transform -- uid: 8049 - type: CableApcExtension - components: - - pos: 29.5,18.5 - parent: 852 - type: Transform -- uid: 8050 - type: SpawnPointLatejoin - components: - - pos: -36.5,-5.5 - parent: 852 - type: Transform -- uid: 8051 - type: SpawnPointLatejoin - components: - - pos: -36.5,-9.5 - parent: 852 - type: Transform -- uid: 8052 - type: Grille - components: - - pos: -41.5,6.5 - parent: 852 - type: Transform -- uid: 8053 - type: CableApcExtension - components: - - pos: -42.5,2.5 - parent: 852 - type: Transform -- uid: 8054 - type: CableApcExtension - components: - - pos: -38.5,2.5 - parent: 852 - type: Transform -- uid: 8055 - type: CableApcExtension - components: - - pos: -39.5,2.5 - parent: 852 - type: Transform -- uid: 8056 - type: Grille - components: - - pos: 33.5,26.5 - parent: 852 - type: Transform -- uid: 8057 - type: CableApcExtension - components: - - pos: 31.5,24.5 - parent: 852 - type: Transform -- uid: 8058 - type: CableApcExtension - components: - - pos: 32.5,24.5 - parent: 852 - type: Transform -- uid: 8059 - type: CableApcExtension - components: - - pos: 33.5,24.5 - parent: 852 - type: Transform -- uid: 8060 - type: CableApcExtension - components: - - pos: 34.5,24.5 - parent: 852 - type: Transform -- uid: 8061 - type: CableApcExtension - components: - - pos: 35.5,24.5 - parent: 852 - type: Transform -- uid: 8062 - type: CableApcExtension - components: - - pos: 36.5,24.5 - parent: 852 - type: Transform -- uid: 8063 - type: CableApcExtension - components: - - pos: 37.5,24.5 - parent: 852 - type: Transform -- uid: 8064 - type: CableApcExtension - components: - - pos: 38.5,24.5 - parent: 852 - type: Transform -- uid: 8065 - type: CableApcExtension - components: - - pos: 39.5,24.5 - parent: 852 - type: Transform -- uid: 8066 - type: CableApcExtension - components: - - pos: 40.5,24.5 - parent: 852 - type: Transform -- uid: 8067 - type: CableApcExtension - components: - - pos: 41.5,24.5 - parent: 852 - type: Transform -- uid: 8068 - type: CableApcExtension - components: - - pos: 42.5,24.5 - parent: 852 - type: Transform -- uid: 8069 - type: CableApcExtension - components: - - pos: 43.5,24.5 - parent: 852 - type: Transform -- uid: 8070 - type: CableApcExtension - components: - - pos: 45.5,24.5 - parent: 852 - type: Transform -- uid: 8071 - type: CableApcExtension - components: - - pos: 46.5,24.5 - parent: 852 - type: Transform -- uid: 8072 - type: CableApcExtension - components: - - pos: 47.5,24.5 - parent: 852 - type: Transform -- uid: 8073 - type: CableApcExtension - components: - - pos: 43.5,24.5 - parent: 852 - type: Transform -- uid: 8074 - type: Poweredlight - components: - - pos: 46.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8075 - type: Poweredlight - components: - - pos: 50.5,13.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8076 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 48.5,7.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8077 - type: CableMV - components: - - pos: 12.5,20.5 - parent: 852 - type: Transform -- uid: 8078 - type: CableMV - components: - - pos: 12.5,19.5 - parent: 852 - type: Transform -- uid: 8079 - type: CableMV - components: - - pos: 11.5,19.5 - parent: 852 - type: Transform -- uid: 8080 - type: CableMV - components: - - pos: 10.5,19.5 - parent: 852 - type: Transform -- uid: 8081 - type: CableMV - components: - - pos: 9.5,19.5 - parent: 852 - type: Transform -- uid: 8082 - type: CableMV - components: - - pos: 9.5,20.5 - parent: 852 - type: Transform -- uid: 8083 - type: CableMV - components: - - pos: 9.5,21.5 - parent: 852 - type: Transform -- uid: 8084 - type: Grille - components: - - pos: -16.5,6.5 - parent: 852 - type: Transform -- uid: 8085 - type: Poweredlight - components: - - pos: -0.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8086 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: -0.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8087 - type: CableApcExtension - components: - - pos: -35.5,14.5 - parent: 852 - type: Transform -- uid: 8088 - type: CableApcExtension - components: - - pos: -34.5,14.5 - parent: 852 - type: Transform -- uid: 8089 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 75.5,-4.5 - parent: 852 - type: Transform -- uid: 8090 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 74.5,-4.5 - parent: 852 - type: Transform -- uid: 8091 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 73.5,-4.5 - parent: 852 - type: Transform -- uid: 8092 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 72.5,-4.5 - parent: 852 - type: Transform -- uid: 8093 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 71.5,-4.5 - parent: 852 - type: Transform -- uid: 8094 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 70.5,-4.5 - parent: 852 - type: Transform -- uid: 8095 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 69.5,-4.5 - parent: 852 - type: Transform -- uid: 8096 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 68.5,-4.5 - parent: 852 - type: Transform -- uid: 8097 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 67.5,-4.5 - parent: 852 - type: Transform -- uid: 8098 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 66.5,-4.5 - parent: 852 - type: Transform -- uid: 8099 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 65.5,-4.5 - parent: 852 - type: Transform -- uid: 8100 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-4.5 - parent: 852 - type: Transform -- uid: 8101 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-3.5 - parent: 852 - type: Transform -- uid: 8102 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-2.5 - parent: 852 - type: Transform -- uid: 8103 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-1.5 - parent: 852 - type: Transform -- uid: 8104 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,-0.5 - parent: 852 - type: Transform -- uid: 8105 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,0.5 - parent: 852 - type: Transform -- uid: 8106 - type: Catwalk - components: - - rot: 1.5707963267948966 rad - pos: 64.5,1.5 - parent: 852 - type: Transform -- uid: 8107 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 61.5,-0.5 - parent: 852 - type: Transform -- uid: 8108 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 61.5,0.5 - parent: 852 - type: Transform -- uid: 8109 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 61.5,1.5 - parent: 852 - type: Transform -- uid: 8110 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 61.5,2.5 - parent: 852 - type: Transform -- uid: 8111 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 61.5,3.5 - parent: 852 - type: Transform -- uid: 8112 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: 61.5,4.5 - parent: 852 - type: Transform -- uid: 8113 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 52.5,0.5 - parent: 852 - type: Transform -- uid: 8114 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 53.5,0.5 - parent: 852 - type: Transform -- uid: 8115 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 54.5,0.5 - parent: 852 - type: Transform -- uid: 8116 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 54.5,-0.5 - parent: 852 - type: Transform -- uid: 8117 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 55.5,-0.5 - parent: 852 - type: Transform -- uid: 8118 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 56.5,-0.5 - parent: 852 - type: Transform -- uid: 8119 - type: WallReinforced - components: - - pos: 56.5,-2.5 - parent: 852 - type: Transform -- uid: 8120 - type: SubstationBasic - components: - - pos: 59.5,-1.5 - parent: 852 - type: Transform -- uid: 8121 - type: WallReinforced - components: - - pos: 61.5,8.5 - parent: 852 - type: Transform -- uid: 8122 - type: WallReinforced - components: - - pos: 59.5,8.5 - parent: 852 - type: Transform -- uid: 8123 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 60.5,5.5 - parent: 852 - type: Transform -- uid: 8124 - type: WallReinforced - components: - - pos: 56.5,-1.5 - parent: 852 - type: Transform -- uid: 8125 - type: ReinforcedWindow - components: - - pos: 61.5,6.5 - parent: 852 - type: Transform -- uid: 8126 - type: WallReinforced - components: - - pos: 54.5,6.5 - parent: 852 - type: Transform -- uid: 8127 - type: WallReinforced - components: - - pos: 52.5,5.5 - parent: 852 - type: Transform -- uid: 8128 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 54.5,4.5 - parent: 852 - type: Transform -- uid: 8129 - type: WallReinforced - components: - - rot: 1.5707963267948966 rad - pos: 54.5,5.5 - parent: 852 - type: Transform -- uid: 8130 - type: AirlockExternalLocked - components: - - pos: 61.5,7.5 - parent: 852 - type: Transform -- uid: 8131 - type: CableHV - components: - - pos: 57.5,7.5 - parent: 852 - type: Transform -- uid: 8132 - type: CableHV - components: - - pos: 56.5,7.5 - parent: 852 - type: Transform -- uid: 8133 - type: CableMV - components: - - pos: 49.5,1.5 - parent: 852 - type: Transform -- uid: 8134 - type: CableHV - components: - - pos: 57.5,3.5 - parent: 852 - type: Transform -- uid: 8135 - type: CableHV - components: - - pos: 59.5,7.5 - parent: 852 - type: Transform -- uid: 8136 - type: CableHV - components: - - pos: 58.5,7.5 - parent: 852 - type: Transform -- uid: 8137 - type: CableHV - components: - - pos: 55.5,7.5 - parent: 852 - type: Transform -- uid: 8138 - type: CableHV - components: - - pos: 55.5,6.5 - parent: 852 - type: Transform -- uid: 8139 - type: CableHV - components: - - pos: 55.5,5.5 - parent: 852 - type: Transform -- uid: 8140 - type: CableHV - components: - - pos: 60.5,7.5 - parent: 852 - type: Transform -- uid: 8141 - type: CableHV - components: - - pos: 61.5,7.5 - parent: 852 - type: Transform -- uid: 8142 - type: CableHV - components: - - pos: 62.5,7.5 - parent: 852 - type: Transform -- uid: 8143 - type: CableHV - components: - - pos: 63.5,7.5 - parent: 852 - type: Transform -- uid: 8144 - type: ReinforcedWindow - components: - - pos: 61.5,-1.5 - parent: 852 - type: Transform -- uid: 8145 - type: Grille - components: - - pos: 52.5,8.5 - parent: 852 - type: Transform -- uid: 8146 - type: Grille - components: - - pos: 61.5,-1.5 - parent: 852 - type: Transform -- uid: 8147 - type: CableApcExtension - components: - - pos: 49.5,-1.5 - parent: 852 - type: Transform -- uid: 8148 - type: CableApcExtension - components: - - pos: 49.5,-0.5 - parent: 852 - type: Transform -- uid: 8149 - type: CableApcExtension - components: - - pos: 49.5,-3.5 - parent: 852 - type: Transform -- uid: 8150 - type: CableApcExtension - components: - - pos: 49.5,-4.5 - parent: 852 - type: Transform -- uid: 8151 - type: CableApcExtension - components: - - pos: 49.5,-5.5 - parent: 852 - type: Transform -- uid: 8152 - type: CableApcExtension - components: - - pos: 54.5,2.5 - parent: 852 - type: Transform -- uid: 8153 - type: CableApcExtension - components: - - pos: 55.5,2.5 - parent: 852 - type: Transform -- uid: 8154 - type: CableApcExtension - components: - - pos: 55.5,1.5 - parent: 852 - type: Transform -- uid: 8155 - type: CableApcExtension - components: - - pos: 55.5,0.5 - parent: 852 - type: Transform -- uid: 8156 - type: CableApcExtension - components: - - pos: 56.5,0.5 - parent: 852 - type: Transform -- uid: 8157 - type: CableApcExtension - components: - - pos: 57.5,0.5 - parent: 852 - type: Transform -- uid: 8158 - type: CableApcExtension - components: - - pos: 58.5,0.5 - parent: 852 - type: Transform -- uid: 8159 - type: CableApcExtension - components: - - pos: 59.5,0.5 - parent: 852 - type: Transform -- uid: 8160 - type: CableApcExtension - components: - - pos: 60.5,0.5 - parent: 852 - type: Transform -- uid: 8161 - type: CableApcExtension - components: - - pos: 60.5,-0.5 - parent: 852 - type: Transform -- uid: 8162 - type: CableApcExtension - components: - - pos: 60.5,-1.5 - parent: 852 - type: Transform -- uid: 8163 - type: CableApcExtension - components: - - pos: 57.5,-0.5 - parent: 852 - type: Transform -- uid: 8164 - type: CableApcExtension - components: - - pos: 57.5,-1.5 - parent: 852 - type: Transform -- uid: 8165 - type: CableApcExtension - components: - - pos: 53.5,3.5 - parent: 852 - type: Transform -- uid: 8166 - type: CableApcExtension - components: - - pos: 53.5,4.5 - parent: 852 - type: Transform -- uid: 8167 - type: CableApcExtension - components: - - pos: 53.5,5.5 - parent: 852 - type: Transform -- uid: 8168 - type: CableApcExtension - components: - - pos: 53.5,6.5 - parent: 852 - type: Transform -- uid: 8169 - type: CableApcExtension - components: - - pos: 53.5,7.5 - parent: 852 - type: Transform -- uid: 8170 - type: CableApcExtension - components: - - pos: 55.5,3.5 - parent: 852 - type: Transform -- uid: 8171 - type: CableApcExtension - components: - - pos: 55.5,4.5 - parent: 852 - type: Transform -- uid: 8172 - type: CableApcExtension - components: - - pos: 55.5,5.5 - parent: 852 - type: Transform -- uid: 8173 - type: CableApcExtension - components: - - pos: 55.5,6.5 - parent: 852 - type: Transform -- uid: 8174 - type: CableApcExtension - components: - - pos: 56.5,6.5 - parent: 852 - type: Transform -- uid: 8175 - type: CableApcExtension - components: - - pos: 57.5,6.5 - parent: 852 - type: Transform -- uid: 8176 - type: CableApcExtension - components: - - pos: 58.5,6.5 - parent: 852 - type: Transform -- uid: 8177 - type: CableApcExtension - components: - - pos: 59.5,6.5 - parent: 852 - type: Transform -- uid: 8178 - type: CableApcExtension - components: - - pos: 60.5,6.5 - parent: 852 - type: Transform -- uid: 8179 - type: CableApcExtension - components: - - pos: 60.5,7.5 - parent: 852 - type: Transform -- uid: 8180 - type: CableApcExtension - components: - - pos: 56.5,4.5 - parent: 852 - type: Transform -- uid: 8181 - type: CableApcExtension - components: - - pos: 57.5,4.5 - parent: 852 - type: Transform -- uid: 8182 - type: CableApcExtension - components: - - pos: 58.5,4.5 - parent: 852 - type: Transform -- uid: 8183 - type: CableApcExtension - components: - - pos: 59.5,4.5 - parent: 852 - type: Transform -- uid: 8184 - type: CableApcExtension - components: - - pos: 60.5,4.5 - parent: 852 - type: Transform -- uid: 8185 - type: CableMV - components: - - pos: 50.5,1.5 - parent: 852 - type: Transform -- uid: 8186 - type: CableMV - components: - - pos: 51.5,1.5 - parent: 852 - type: Transform -- uid: 8187 - type: CableMV - components: - - pos: 52.5,1.5 - parent: 852 - type: Transform -- uid: 8188 - type: CableMV - components: - - pos: 53.5,1.5 - parent: 852 - type: Transform -- uid: 8189 - type: CableMV - components: - - pos: 54.5,1.5 - parent: 852 - type: Transform -- uid: 8190 - type: CableMV - components: - - pos: 55.5,1.5 - parent: 852 - type: Transform -- uid: 8191 - type: CableMV - components: - - pos: 56.5,1.5 - parent: 852 - type: Transform -- uid: 8192 - type: CableMV - components: - - pos: 57.5,1.5 - parent: 852 - type: Transform -- uid: 8193 - type: CableMV - components: - - pos: 58.5,1.5 - parent: 852 - type: Transform -- uid: 8194 - type: CableMV - components: - - pos: 59.5,1.5 - parent: 852 - type: Transform -- uid: 8195 - type: CableMV - components: - - pos: 60.5,1.5 - parent: 852 - type: Transform -- uid: 8196 - type: CableMV - components: - - pos: 60.5,2.5 - parent: 852 - type: Transform -- uid: 8197 - type: CableMV - components: - - pos: 61.5,2.5 - parent: 852 - type: Transform -- uid: 8198 - type: CableMV - components: - - pos: 62.5,2.5 - parent: 852 - type: Transform -- uid: 8199 - type: CableMV - components: - - pos: 63.5,2.5 - parent: 852 - type: Transform -- uid: 8200 - type: AirlockGlass - components: - - pos: 43.5,-25.5 - parent: 852 - type: Transform -- uid: 8201 - type: AirlockGlass - components: - - pos: 43.5,-24.5 - parent: 852 - type: Transform -- uid: 8202 - type: AirlockGlass - components: - - pos: 43.5,-23.5 - parent: 852 - type: Transform -- uid: 8204 - type: Bucket - components: - - pos: 39.531113,-12.4467945 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 8205 - type: ClosetFireFilled - components: - - pos: 39.5,-14.5 - parent: 852 - type: Transform -- uid: 8206 - type: WallReinforced - components: - - pos: 40.5,-11.5 - parent: 852 - type: Transform -- uid: 8207 - type: WallReinforced - components: - - pos: 40.5,-13.5 - parent: 852 - type: Transform -- uid: 8208 - type: WallReinforced - components: - - pos: 40.5,-15.5 - parent: 852 - type: Transform -- uid: 8209 - type: CableApcExtension - components: - - pos: 47.5,-24.5 - parent: 852 - type: Transform -- uid: 8210 - type: MagazinePistol - components: - - pos: -14.468749,20.780077 - parent: 852 - type: Transform - - unspawnedCount: 10 - type: BallisticAmmoProvider -- uid: 8211 - type: Rack - components: - - pos: 39.5,-12.5 - parent: 852 - type: Transform -- uid: 8212 - type: WallReinforced - components: - - pos: 39.5,-11.5 - parent: 852 - type: Transform -- uid: 8213 - type: WallReinforced - components: - - pos: 40.5,-12.5 - parent: 852 - type: Transform -- uid: 8214 - type: WallReinforced - components: - - pos: 40.5,-14.5 - parent: 852 - type: Transform -- uid: 8215 - type: WallReinforced - components: - - pos: 39.5,-15.5 - parent: 852 - type: Transform -- uid: 8216 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 35.5,-26.5 - parent: 852 - type: Transform -- uid: 8217 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: 31.5,-24.5 - parent: 852 - type: Transform -- uid: 8218 - type: CableApcExtension - components: - - pos: 49.5,-24.5 - parent: 852 - type: Transform -- uid: 8219 - type: CableApcExtension - components: - - pos: 49.5,-23.5 - parent: 852 - type: Transform -- uid: 8220 - type: CableApcExtension - components: - - pos: 49.5,-22.5 - parent: 852 - type: Transform -- uid: 8221 - type: CableApcExtension - components: - - pos: 49.5,-25.5 - parent: 852 - type: Transform -- uid: 8222 - type: CableApcExtension - components: - - pos: 49.5,-26.5 - parent: 852 - type: Transform -- uid: 8223 - type: CableApcExtension - components: - - pos: 50.5,-24.5 - parent: 852 - type: Transform -- uid: 8224 - type: CableApcExtension - components: - - pos: 51.5,-24.5 - parent: 852 - type: Transform -- uid: 8225 - type: CableApcExtension - components: - - pos: 52.5,-24.5 - parent: 852 - type: Transform -- uid: 8226 - type: CableApcExtension - components: - - pos: 53.5,-24.5 - parent: 852 - type: Transform -- uid: 8227 - type: CableApcExtension - components: - - pos: 54.5,-24.5 - parent: 852 - type: Transform -- uid: 8228 - type: CableApcExtension - components: - - pos: 54.5,-23.5 - parent: 852 - type: Transform -- uid: 8229 - type: CableApcExtension - components: - - pos: 54.5,-22.5 - parent: 852 - type: Transform -- uid: 8230 - type: CableApcExtension - components: - - pos: 54.5,-25.5 - parent: 852 - type: Transform -- uid: 8231 - type: CableApcExtension - components: - - pos: 54.5,-26.5 - parent: 852 - type: Transform -- uid: 8232 - type: CableApcExtension - components: - - pos: 49.5,-27.5 - parent: 852 - type: Transform -- uid: 8233 - type: CableApcExtension - components: - - pos: 49.5,-28.5 - parent: 852 - type: Transform -- uid: 8234 - type: CableApcExtension - components: - - pos: 49.5,-29.5 - parent: 852 - type: Transform -- uid: 8235 - type: CableApcExtension - components: - - pos: 48.5,-29.5 - parent: 852 - type: Transform -- uid: 8236 - type: CableApcExtension - components: - - pos: 47.5,-29.5 - parent: 852 - type: Transform -- uid: 8237 - type: CableApcExtension - components: - - pos: 50.5,-29.5 - parent: 852 - type: Transform -- uid: 8238 - type: CableApcExtension - components: - - pos: 51.5,-29.5 - parent: 852 - type: Transform -- uid: 8239 - type: CableApcExtension - components: - - pos: 49.5,-21.5 - parent: 852 - type: Transform -- uid: 8240 - type: CableApcExtension - components: - - pos: 49.5,-20.5 - parent: 852 - type: Transform -- uid: 8241 - type: CableApcExtension - components: - - pos: 49.5,-19.5 - parent: 852 - type: Transform -- uid: 8242 - type: CableApcExtension - components: - - pos: 48.5,-19.5 - parent: 852 - type: Transform -- uid: 8243 - type: CableApcExtension - components: - - pos: 47.5,-19.5 - parent: 852 - type: Transform -- uid: 8244 - type: CableApcExtension - components: - - pos: 50.5,-19.5 - parent: 852 - type: Transform -- uid: 8245 - type: CableApcExtension - components: - - pos: 51.5,-19.5 - parent: 852 - type: Transform -- uid: 8246 - type: CableApcExtension - components: - - pos: 44.5,-25.5 - parent: 852 - type: Transform -- uid: 8247 - type: CableApcExtension - components: - - pos: 44.5,-26.5 - parent: 852 - type: Transform -- uid: 8248 - type: CableApcExtension - components: - - pos: 44.5,-23.5 - parent: 852 - type: Transform -- uid: 8249 - type: CableApcExtension - components: - - pos: 44.5,-22.5 - parent: 852 - type: Transform -- uid: 8250 - type: CableApcExtension - components: - - pos: 45.5,-22.5 - parent: 852 - type: Transform -- uid: 8251 - type: CableApcExtension - components: - - pos: 45.5,-21.5 - parent: 852 - type: Transform -- uid: 8252 - type: CableApcExtension - components: - - pos: 47.5,-20.5 - parent: 852 - type: Transform -- uid: 8253 - type: CableApcExtension - components: - - pos: 46.5,-20.5 - parent: 852 - type: Transform -- uid: 8254 - type: CableApcExtension - components: - - pos: 51.5,-20.5 - parent: 852 - type: Transform -- uid: 8255 - type: CableApcExtension - components: - - pos: 52.5,-20.5 - parent: 852 - type: Transform -- uid: 8256 - type: CableApcExtension - components: - - pos: 53.5,-22.5 - parent: 852 - type: Transform -- uid: 8257 - type: CableApcExtension - components: - - pos: 53.5,-21.5 - parent: 852 - type: Transform -- uid: 8258 - type: CableApcExtension - components: - - pos: 53.5,-26.5 - parent: 852 - type: Transform -- uid: 8259 - type: CableApcExtension - components: - - pos: 53.5,-27.5 - parent: 852 - type: Transform -- uid: 8260 - type: CableApcExtension - components: - - pos: 51.5,-28.5 - parent: 852 - type: Transform -- uid: 8261 - type: CableApcExtension - components: - - pos: 52.5,-28.5 - parent: 852 - type: Transform -- uid: 8262 - type: CableApcExtension - components: - - pos: 47.5,-28.5 - parent: 852 - type: Transform -- uid: 8263 - type: CableApcExtension - components: - - pos: 46.5,-28.5 - parent: 852 - type: Transform -- uid: 8264 - type: CableApcExtension - components: - - pos: 45.5,-26.5 - parent: 852 - type: Transform -- uid: 8265 - type: CableApcExtension - components: - - pos: 45.5,-27.5 - parent: 852 - type: Transform -- uid: 8266 - type: PosterLegitNanotrasenLogo - components: - - pos: 34.5,-18.5 - parent: 852 - type: Transform -- uid: 8267 - type: TrashBananaPeel - components: - - pos: 38.48186,-17.514906 - parent: 852 - type: Transform -- uid: 8268 - type: RandomPosterAny - components: - - pos: 39.5,-11.5 - parent: 852 - type: Transform -- uid: 8269 - type: RandomPosterAny - components: - - pos: 34.5,-16.5 - parent: 852 - type: Transform -- uid: 8270 - type: Poweredlight - components: - - pos: 34.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8271 - type: Poweredlight - components: - - pos: 38.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8272 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 33.5,-19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8273 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 44.5,-22.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8274 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 44.5,-26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8275 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 47.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8276 - type: Poweredlight - components: - - rot: 3.141592653589793 rad - pos: 51.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8277 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 54.5,-26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8278 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 54.5,-22.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8279 - type: Poweredlight - components: - - pos: 51.5,-19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8280 - type: Poweredlight - components: - - pos: 47.5,-19.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8281 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: 48.5,-30.5 - parent: 852 - type: Transform -- uid: 8282 - type: Chair - components: - - rot: 3.141592653589793 rad - pos: 50.5,-30.5 - parent: 852 - type: Transform -- uid: 8283 - type: Chair - components: - - pos: 50.5,-18.5 - parent: 852 - type: Transform -- uid: 8284 - type: Chair - components: - - pos: 48.5,-18.5 - parent: 852 - type: Transform -- uid: 8285 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 55.5,-23.5 - parent: 852 - type: Transform -- uid: 8286 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 55.5,-25.5 - parent: 852 - type: Transform -- uid: 8287 - type: PottedPlantRandom - components: - - pos: 49.5,-30.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 8288 - type: PottedPlantRandom - components: - - pos: 55.5,-24.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 8289 - type: PottedPlantRandom - components: - - pos: 49.5,-18.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 8290 - type: Chair - components: - - pos: 37.5,-23.5 - parent: 852 - type: Transform -- uid: 8291 - type: Chair - components: - - pos: 35.5,-23.5 - parent: 852 - type: Transform -- uid: 8292 - type: PottedPlantBioluminscent - components: - - pos: 32.5,-25.5 - parent: 852 - type: Transform -- uid: 8293 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8294 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8295 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8296 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8297 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8298 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8299 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8300 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8301 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8302 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8303 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8304 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8305 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8306 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8307 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8308 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8309 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8310 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8311 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8312 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8313 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8314 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8315 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8316 - type: FloorTileItemDark - components: - - pos: 36.654743,-23.604887 - parent: 852 - type: Transform -- uid: 8317 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8318 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8319 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8320 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8321 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8322 - type: FloorTileItemDark - components: - - pos: 36.67037,-23.604887 - parent: 852 - type: Transform -- uid: 8323 - type: RandomSpawner - components: - - pos: 32.5,-19.5 - parent: 852 - type: Transform -- uid: 8324 - type: RandomSpawner - components: - - pos: 40.5,-25.5 - parent: 852 - type: Transform -- uid: 8325 - type: PosterLegitNanotrasenLogo - components: - - pos: 43.5,-22.5 - parent: 852 - type: Transform -- uid: 8326 - type: PosterLegitNanotrasenLogo - components: - - pos: 43.5,-26.5 - parent: 852 - type: Transform -- uid: 8327 - type: Grille - components: - - pos: 58.5,-7.5 - parent: 852 - type: Transform -- uid: 8328 - type: Grille - components: - - pos: 58.5,-8.5 - parent: 852 - type: Transform -- uid: 8329 - type: Grille - components: - - pos: 58.5,-9.5 - parent: 852 - type: Transform -- uid: 8330 - type: Grille - components: - - pos: 58.5,-12.5 - parent: 852 - type: Transform -- uid: 8331 - type: Grille - components: - - pos: 58.5,-16.5 - parent: 852 - type: Transform -- uid: 8332 - type: Grille - components: - - pos: 58.5,-18.5 - parent: 852 - type: Transform -- uid: 8333 - type: Grille - components: - - pos: 58.5,-19.5 - parent: 852 - type: Transform -- uid: 8334 - type: Grille - components: - - pos: 58.5,-21.5 - parent: 852 - type: Transform -- uid: 8335 - type: Grille - components: - - pos: 58.5,-22.5 - parent: 852 - type: Transform -- uid: 8336 - type: Grille - components: - - pos: 58.5,-23.5 - parent: 852 - type: Transform -- uid: 8337 - type: Grille - components: - - pos: 58.5,-24.5 - parent: 852 - type: Transform -- uid: 8338 - type: Grille - components: - - pos: 58.5,-25.5 - parent: 852 - type: Transform -- uid: 8339 - type: Grille - components: - - pos: 58.5,-27.5 - parent: 852 - type: Transform -- uid: 8340 - type: Grille - components: - - pos: 58.5,-34.5 - parent: 852 - type: Transform -- uid: 8341 - type: Grille - components: - - pos: 58.5,-37.5 - parent: 852 - type: Transform -- uid: 8342 - type: Grille - components: - - pos: 58.5,-38.5 - parent: 852 - type: Transform -- uid: 8343 - type: Grille - components: - - pos: 57.5,-38.5 - parent: 852 - type: Transform -- uid: 8344 - type: Grille - components: - - pos: 50.5,-38.5 - parent: 852 - type: Transform -- uid: 8345 - type: Grille - components: - - pos: 49.5,-38.5 - parent: 852 - type: Transform -- uid: 8346 - type: Grille - components: - - pos: 51.5,-38.5 - parent: 852 - type: Transform -- uid: 8347 - type: Grille - components: - - pos: 53.5,-38.5 - parent: 852 - type: Transform -- uid: 8348 - type: CableApcExtension - components: - - pos: 31.5,19.5 - parent: 852 - type: Transform -- uid: 8349 - type: Grille - components: - - pos: 32.5,26.5 - parent: 852 - type: Transform -- uid: 8350 - type: Grille - components: - - pos: 30.5,-38.5 - parent: 852 - type: Transform -- uid: 8351 - type: Grille - components: - - pos: 29.5,-38.5 - parent: 852 - type: Transform -- uid: 8352 - type: Grille - components: - - pos: 28.5,-38.5 - parent: 852 - type: Transform -- uid: 8353 - type: Grille - components: - - pos: 26.5,-38.5 - parent: 852 - type: Transform -- uid: 8354 - type: Grille - components: - - pos: 24.5,-38.5 - parent: 852 - type: Transform -- uid: 8355 - type: Grille - components: - - pos: 23.5,-38.5 - parent: 852 - type: Transform -- uid: 8356 - type: Grille - components: - - pos: 22.5,-38.5 - parent: 852 - type: Transform -- uid: 8357 - type: Grille - components: - - pos: 21.5,-38.5 - parent: 852 - type: Transform -- uid: 8358 - type: CableApcExtension - components: - - pos: 31.5,20.5 - parent: 852 - type: Transform -- uid: 8359 - type: CableApcExtension - components: - - pos: 31.5,23.5 - parent: 852 - type: Transform -- uid: 8360 - type: CableApcExtension - components: - - pos: 31.5,22.5 - parent: 852 - type: Transform -- uid: 8361 - type: CableApcExtension - components: - - pos: 31.5,21.5 - parent: 852 - type: Transform -- uid: 8362 - type: Grille - components: - - pos: 42.5,26.5 - parent: 852 - type: Transform -- uid: 8363 - type: Grille - components: - - pos: 44.5,26.5 - parent: 852 - type: Transform -- uid: 8364 - type: Grille - components: - - pos: 45.5,26.5 - parent: 852 - type: Transform -- uid: 8365 - type: Grille - components: - - pos: -4.5,-33.5 - parent: 852 - type: Transform -- uid: 8366 - type: Grille - components: - - pos: -4.5,-32.5 - parent: 852 - type: Transform -- uid: 8367 - type: GrilleBroken - components: - - pos: -4.5,-31.5 - parent: 852 - type: Transform -- uid: 8368 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: -4.5,-34.5 - parent: 852 - type: Transform -- uid: 8369 - type: GrilleBroken - components: - - pos: 38.5,26.5 - parent: 852 - type: Transform -- uid: 8371 - type: Grille - components: - - pos: 43.5,26.5 - parent: 852 - type: Transform -- uid: 8372 - type: Grille - components: - - pos: 2.5,-38.5 - parent: 852 - type: Transform -- uid: 8373 - type: Grille - components: - - pos: 1.5,-38.5 - parent: 852 - type: Transform -- uid: 8375 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 20.5,-38.5 - parent: 852 - type: Transform -- uid: 8376 - type: GrilleBroken - components: - - pos: 22.5,-37.5 - parent: 852 - type: Transform -- uid: 8377 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 25.5,-38.5 - parent: 852 - type: Transform -- uid: 8378 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 27.5,-38.5 - parent: 852 - type: Transform -- uid: 8379 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 27.5,-38.5 - parent: 852 - type: Transform -- uid: 8380 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 31.5,-38.5 - parent: 852 - type: Transform -- uid: 8383 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 48.5,-38.5 - parent: 852 - type: Transform -- uid: 8384 - type: GrilleBroken - components: - - pos: 49.5,-37.5 - parent: 852 - type: Transform -- uid: 8385 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 52.5,-38.5 - parent: 852 - type: Transform -- uid: 8386 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 54.5,-38.5 - parent: 852 - type: Transform -- uid: 8387 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: 56.5,-38.5 - parent: 852 - type: Transform -- uid: 8388 - type: GrilleBroken - components: - - pos: 58.5,-36.5 - parent: 852 - type: Transform -- uid: 8389 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-35.5 - parent: 852 - type: Transform -- uid: 8390 - type: GrilleBroken - components: - - pos: 58.5,-33.5 - parent: 852 - type: Transform -- uid: 8391 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-28.5 - parent: 852 - type: Transform -- uid: 8392 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-26.5 - parent: 852 - type: Transform -- uid: 8393 - type: GrilleBroken - components: - - pos: 58.5,-26.5 - parent: 852 - type: Transform -- uid: 8394 - type: GrilleBroken - components: - - pos: 58.5,-20.5 - parent: 852 - type: Transform -- uid: 8395 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-20.5 - parent: 852 - type: Transform -- uid: 8396 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 58.5,-17.5 - parent: 852 - type: Transform -- uid: 8397 - type: GrilleBroken - components: - - pos: 58.5,-15.5 - parent: 852 - type: Transform -- uid: 8398 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-13.5 - parent: 852 - type: Transform -- uid: 8399 - type: GrilleBroken - components: - - pos: 58.5,-11.5 - parent: 852 - type: Transform -- uid: 8400 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-11.5 - parent: 852 - type: Transform -- uid: 8401 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: 58.5,-10.5 - parent: 852 - type: Transform -- uid: 8402 - type: GrilleBroken - components: - - pos: 58.5,-10.5 - parent: 852 - type: Transform -- uid: 8403 - type: CableApcExtension - components: - - pos: 33.5,-20.5 - parent: 852 - type: Transform -- uid: 8404 - type: CableApcExtension - components: - - pos: 33.5,-19.5 - parent: 852 - type: Transform -- uid: 8405 - type: CableApcExtension - components: - - pos: 33.5,-18.5 - parent: 852 - type: Transform -- uid: 8406 - type: CableApcExtension - components: - - pos: -23.5,4.5 - parent: 852 - type: Transform -- uid: 8407 - type: CableApcExtension - components: - - pos: -29.5,5.5 - parent: 852 - type: Transform -- uid: 8408 - type: UniformPrinter - components: - - pos: 8.5,21.5 - parent: 852 - type: Transform - - materialWhiteList: - - Cloth - - Durathread - type: MaterialStorage -- uid: 8409 - type: Bed - components: - - pos: 10.5,16.5 - parent: 852 - type: Transform -- uid: 8410 - type: ClothingUniformColorRainbow - components: - - pos: 37.603355,-3.5149672 - parent: 852 - type: Transform -- uid: 8411 - type: Sink - components: - - rot: 1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 852 - type: Transform -- uid: 8412 - type: StoolBar - components: - - pos: -6.5,-3.5 - parent: 852 - type: Transform -- uid: 8413 - type: Table - components: - - pos: -5.5,-6.5 - parent: 852 - type: Transform -- uid: 8414 - type: PlushieSpaceLizard - components: - - pos: 53.701447,-8.603927 - parent: 852 - type: Transform -- uid: 8415 - type: GasPipeStraight - components: - - pos: 7.5,18.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8416 - type: GasVentScrubber - components: - - pos: 7.5,19.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8417 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 8.5,17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8418 - type: CarpetSBlue - components: - - rot: 3.141592653589793 rad - pos: 8.5,20.5 - parent: 852 - type: Transform -- uid: 8419 - type: DogBed - components: - - desc: A comfy-looking fox bed. You can even strap your pet in, in case the gravity turns off. - name: fox bed - type: MetaData - - pos: 11.5,23.5 - parent: 852 - type: Transform -- uid: 8420 - type: SpawnMobFoxRenault - components: - - pos: 11.5,23.5 - parent: 852 - type: Transform -- uid: 8421 - type: TableWood - components: - - pos: -9.5,-2.5 - parent: 852 - type: Transform -- uid: 8422 - type: VendingMachineSnack - components: - - pos: -3.5,1.5 - parent: 852 - type: Transform -- uid: 8423 - type: CarpetGreen - components: - - rot: 3.141592653589793 rad - pos: 0.5,1.5 - parent: 852 - type: Transform -- uid: 8424 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 852 - type: Transform -- uid: 8425 - type: PianoInstrument - components: - - rot: 3.141592653589793 rad - pos: -4.5,1.5 - parent: 852 - type: Transform -- uid: 8426 - type: CarpetOrange - components: - - pos: -2.5,-2.5 - parent: 852 - type: Transform -- uid: 8427 - type: CarpetOrange - components: - - pos: -3.5,-2.5 - parent: 852 - type: Transform -- uid: 8428 - type: CarpetOrange - components: - - pos: -4.5,-2.5 - parent: 852 - type: Transform -- uid: 8429 - type: CarpetOrange - components: - - pos: -4.5,-1.5 - parent: 852 - type: Transform -- uid: 8430 - type: CarpetOrange - components: - - pos: -3.5,-1.5 - parent: 852 - type: Transform -- uid: 8431 - type: CarpetOrange - components: - - pos: -2.5,-1.5 - parent: 852 - type: Transform -- uid: 8432 - type: DrinkIcedTeaGlass - components: - - pos: -9.504034,-2.2809834 - parent: 852 - type: Transform -- uid: 8433 - type: FoodSoupElectron - components: - - pos: -6.4781985,-1.2809834 - parent: 852 - type: Transform -- uid: 8434 - type: ChairWood - components: - - rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 852 - type: Transform -- uid: 8435 - type: DiseaseDiagnoser - components: - - pos: 19.5,-5.5 - parent: 852 - type: Transform -- uid: 8436 - type: Vaccinator - components: - - pos: 19.5,-4.5 - parent: 852 - type: Transform - - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - type: ContainerContainer -- uid: 8437 - type: TablePlasmaGlass - components: - - pos: 14.5,-5.5 - parent: 852 - type: Transform -- uid: 8438 - type: TablePlasmaGlass - components: - - pos: 14.5,-4.5 - parent: 852 - type: Transform -- uid: 8439 - type: BoxMouthSwab - components: - - pos: 14.50727,-4.3962955 - parent: 852 - type: Transform -- uid: 8440 - type: Syringe - components: - - pos: 14.5308895,-5.0994205 - parent: 852 - type: Transform -- uid: 8441 - type: FoodCondimentBottleEnzyme - components: - - pos: -14.835613,-0.50339985 - parent: 852 - type: Transform - - tags: [] - type: Tag -- uid: 8442 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: 0.5,3.5 - parent: 852 - type: Transform -- uid: 8443 - type: DisposalUnit - components: - - pos: -8.5,1.5 - parent: 852 - type: Transform -- uid: 8444 - type: DisposalTrunk - components: - - rot: 1.5707963267948966 rad - pos: -8.5,1.5 - parent: 852 - type: Transform -- uid: 8445 - type: DisposalBend - components: - - rot: -1.5707963267948966 rad - pos: -7.5,1.5 - parent: 852 - type: Transform -- uid: 8446 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: -7.5,2.5 - parent: 852 - type: Transform -- uid: 8447 - type: LampGold - components: - - pos: -1.4903483,1.69441 - parent: 852 - type: Transform -- uid: 8448 - type: Grille - components: - - pos: -2.5,-38.5 - parent: 852 - type: Transform -- uid: 8449 - type: Grille - components: - - pos: -1.5,-38.5 - parent: 852 - type: Transform -- uid: 8450 - type: CableApcExtension - components: - - pos: -20.5,-22.5 - parent: 852 - type: Transform -- uid: 8451 - type: ReinforcedWindow - components: - - pos: -25.5,-21.5 - parent: 852 - type: Transform -- uid: 8452 - type: WallReinforced - components: - - pos: -25.5,-25.5 - parent: 852 - type: Transform -- uid: 8453 - type: WallReinforced - components: - - pos: -18.5,-28.5 - parent: 852 - type: Transform -- uid: 8454 - type: ReinforcedWindow - components: - - pos: -13.5,-33.5 - parent: 852 - type: Transform -- uid: 8455 - type: WallReinforced - components: - - pos: -21.5,-27.5 - parent: 852 - type: Transform -- uid: 8456 - type: AirlockExternal - components: - - pos: -21.5,-26.5 - parent: 852 - type: Transform -- uid: 8457 - type: WallReinforced - components: - - pos: -25.5,-24.5 - parent: 852 - type: Transform -- uid: 8458 - type: WallReinforced - components: - - pos: -21.5,-25.5 - parent: 852 - type: Transform -- uid: 8459 - type: WallReinforced - components: - - pos: -18.5,-29.5 - parent: 852 - type: Transform -- uid: 8460 - type: ReinforcedWindow - components: - - pos: -16.5,-33.5 - parent: 852 - type: Transform -- uid: 8461 - type: ReinforcedWindow - components: - - pos: -15.5,-33.5 - parent: 852 - type: Transform -- uid: 8462 - type: WallReinforced - components: - - pos: -19.5,-33.5 - parent: 852 - type: Transform -- uid: 8463 - type: WallReinforced - components: - - pos: -12.5,-29.5 - parent: 852 - type: Transform -- uid: 8464 - type: WallReinforced - components: - - pos: -21.5,-30.5 - parent: 852 - type: Transform -- uid: 8465 - type: WallReinforced - components: - - pos: -21.5,-29.5 - parent: 852 - type: Transform -- uid: 8466 - type: WallReinforced - components: - - pos: -21.5,-28.5 - parent: 852 - type: Transform -- uid: 8467 - type: WallReinforced - components: - - pos: -18.5,-33.5 - parent: 852 - type: Transform -- uid: 8468 - type: ReinforcedWindow - components: - - pos: -14.5,-33.5 - parent: 852 - type: Transform -- uid: 8469 - type: Grille - components: - - pos: -0.5,-38.5 - parent: 852 - type: Transform -- uid: 8470 - type: WallReinforced - components: - - pos: -22.5,-27.5 - parent: 852 - type: Transform -- uid: 8471 - type: WallReinforced - components: - - pos: -23.5,-27.5 - parent: 852 - type: Transform -- uid: 8472 - type: WallReinforced - components: - - pos: -24.5,-27.5 - parent: 852 - type: Transform -- uid: 8473 - type: WallReinforced - components: - - pos: -24.5,-25.5 - parent: 852 - type: Transform -- uid: 8474 - type: WallReinforced - components: - - pos: -23.5,-25.5 - parent: 852 - type: Transform -- uid: 8475 - type: WallReinforced - components: - - pos: -22.5,-25.5 - parent: 852 - type: Transform -- uid: 8476 - type: Lamp - components: - - pos: -24.455732,-23.21139 - parent: 852 - type: Transform -- uid: 8477 - type: WallReinforced - components: - - pos: -25.5,-27.5 - parent: 852 - type: Transform -- uid: 8478 - type: ReinforcedWindow - components: - - pos: -26.5,-27.5 - parent: 852 - type: Transform -- uid: 8479 - type: ReinforcedWindow - components: - - pos: -27.5,-27.5 - parent: 852 - type: Transform -- uid: 8480 - type: WallSolid - components: - - pos: -21.5,-21.5 - parent: 852 - type: Transform -- uid: 8481 - type: ReinforcedWindow - components: - - pos: -26.5,-25.5 - parent: 852 - type: Transform -- uid: 8482 - type: ReinforcedWindow - components: - - pos: -27.5,-25.5 - parent: 852 - type: Transform -- uid: 8483 - type: CableApcExtension - components: - - pos: -21.5,-22.5 - parent: 852 - type: Transform -- uid: 8484 - type: Grille - components: - - pos: -26.5,-27.5 - parent: 852 - type: Transform -- uid: 8485 - type: Grille - components: - - pos: -27.5,-27.5 - parent: 852 - type: Transform -- uid: 8486 - type: Grille - components: - - pos: -27.5,-25.5 - parent: 852 - type: Transform -- uid: 8487 - type: Grille - components: - - pos: -26.5,-25.5 - parent: 852 - type: Transform -- uid: 8488 - type: WallSolid - components: - - pos: -22.5,-20.5 - parent: 852 - type: Transform -- uid: 8489 - type: CableApcExtension - components: - - pos: -21.5,-11.5 - parent: 852 - type: Transform -- uid: 8490 - type: CableApcExtension - components: - - pos: -20.5,-11.5 - parent: 852 - type: Transform -- uid: 8491 - type: CableApcExtension - components: - - pos: -19.5,-11.5 - parent: 852 - type: Transform -- uid: 8492 - type: CableApcExtension - components: - - pos: -19.5,-12.5 - parent: 852 - type: Transform -- uid: 8493 - type: CableApcExtension - components: - - pos: -19.5,-13.5 - parent: 852 - type: Transform -- uid: 8494 - type: CableApcExtension - components: - - pos: -19.5,-14.5 - parent: 852 - type: Transform -- uid: 8495 - type: CableApcExtension - components: - - pos: -19.5,-15.5 - parent: 852 - type: Transform -- uid: 8496 - type: CableApcExtension - components: - - pos: -19.5,-17.5 - parent: 852 - type: Transform -- uid: 8497 - type: CableApcExtension - components: - - pos: -19.5,-18.5 - parent: 852 - type: Transform -- uid: 8498 - type: CableApcExtension - components: - - pos: -19.5,-19.5 - parent: 852 - type: Transform -- uid: 8499 - type: CableApcExtension - components: - - pos: -19.5,-20.5 - parent: 852 - type: Transform -- uid: 8500 - type: CableApcExtension - components: - - pos: -19.5,-21.5 - parent: 852 - type: Transform -- uid: 8501 - type: CableApcExtension - components: - - pos: -19.5,-22.5 - parent: 852 - type: Transform -- uid: 8502 - type: CableApcExtension - components: - - pos: -19.5,-23.5 - parent: 852 - type: Transform -- uid: 8503 - type: CableApcExtension - components: - - pos: -19.5,-24.5 - parent: 852 - type: Transform -- uid: 8504 - type: CableApcExtension - components: - - pos: -19.5,-25.5 - parent: 852 - type: Transform -- uid: 8505 - type: CableApcExtension - components: - - pos: -19.5,-26.5 - parent: 852 - type: Transform -- uid: 8506 - type: CableApcExtension - components: - - pos: -19.5,-27.5 - parent: 852 - type: Transform -- uid: 8507 - type: CableApcExtension - components: - - pos: -19.5,-28.5 - parent: 852 - type: Transform -- uid: 8508 - type: CableApcExtension - components: - - pos: -19.5,-29.5 - parent: 852 - type: Transform -- uid: 8509 - type: CableApcExtension - components: - - pos: -19.5,-30.5 - parent: 852 - type: Transform -- uid: 8510 - type: CableApcExtension - components: - - pos: -20.5,-26.5 - parent: 852 - type: Transform -- uid: 8511 - type: CableApcExtension - components: - - pos: -21.5,-26.5 - parent: 852 - type: Transform -- uid: 8512 - type: CableApcExtension - components: - - pos: -22.5,-26.5 - parent: 852 - type: Transform -- uid: 8513 - type: CableApcExtension - components: - - pos: -23.5,-26.5 - parent: 852 - type: Transform -- uid: 8514 - type: CableApcExtension - components: - - pos: -24.5,-26.5 - parent: 852 - type: Transform -- uid: 8515 - type: WallReinforced - components: - - pos: -12.5,-30.5 - parent: 852 - type: Transform -- uid: 8516 - type: WallReinforced - components: - - pos: -28.5,-27.5 - parent: 852 - type: Transform -- uid: 8517 - type: WallReinforced - components: - - pos: -28.5,-25.5 - parent: 852 - type: Transform -- uid: 8518 - type: WallReinforced - components: - - pos: -31.5,-27.5 - parent: 852 - type: Transform -- uid: 8519 - type: WallReinforced - components: - - pos: -31.5,-25.5 - parent: 852 - type: Transform -- uid: 8520 - type: WallReinforced - components: - - pos: -29.5,-25.5 - parent: 852 - type: Transform -- uid: 8521 - type: WallReinforced - components: - - pos: -30.5,-25.5 - parent: 852 - type: Transform -- uid: 8522 - type: WallReinforced - components: - - pos: -30.5,-27.5 - parent: 852 - type: Transform -- uid: 8523 - type: WallReinforced - components: - - pos: -29.5,-27.5 - parent: 852 - type: Transform -- uid: 8524 - type: AirlockExternal - components: - - pos: -28.5,-26.5 - parent: 852 - type: Transform -- uid: 8525 - type: AirlockExternal - components: - - pos: -31.5,-26.5 - parent: 852 - type: Transform -- uid: 8526 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -19.5,-24.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8527 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -19.5,-29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8528 - type: WallReinforced - components: - - pos: -21.5,-33.5 - parent: 852 - type: Transform -- uid: 8529 - type: WallReinforced - components: - - pos: -23.5,-30.5 - parent: 852 - type: Transform -- uid: 8530 - type: WallReinforced - components: - - pos: -20.5,-33.5 - parent: 852 - type: Transform -- uid: 8531 - type: ReinforcedWindow - components: - - pos: -37.5,-28.5 - parent: 852 - type: Transform -- uid: 8532 - type: WallReinforced - components: - - pos: -37.5,-29.5 - parent: 852 - type: Transform -- uid: 8533 - type: ReinforcedWindow - components: - - pos: -32.5,-33.5 - parent: 852 - type: Transform -- uid: 8534 - type: WallReinforced - components: - - pos: -31.5,-28.5 - parent: 852 - type: Transform -- uid: 8535 - type: WallReinforced - components: - - pos: -35.5,-30.5 - parent: 852 - type: Transform -- uid: 8536 - type: WallReinforced - components: - - pos: -36.5,-30.5 - parent: 852 - type: Transform -- uid: 8537 - type: WallReinforced - components: - - pos: -30.5,-33.5 - parent: 852 - type: Transform -- uid: 8538 - type: WallReinforced - components: - - pos: -34.5,-32.5 - parent: 852 - type: Transform -- uid: 8539 - type: WallReinforced - components: - - pos: -34.5,-31.5 - parent: 852 - type: Transform -- uid: 8540 - type: WallReinforced - components: - - pos: -34.5,-30.5 - parent: 852 - type: Transform -- uid: 8541 - type: WallReinforced - components: - - pos: -37.5,-27.5 - parent: 852 - type: Transform -- uid: 8542 - type: WallReinforced - components: - - pos: -37.5,-26.5 - parent: 852 - type: Transform -- uid: 8543 - type: ReinforcedWindow - components: - - pos: -37.5,-24.5 - parent: 852 - type: Transform -- uid: 8544 - type: WallReinforced - components: - - pos: -37.5,-25.5 - parent: 852 - type: Transform -- uid: 8545 - type: WallReinforced - components: - - pos: -29.5,-33.5 - parent: 852 - type: Transform -- uid: 8546 - type: ReinforcedWindow - components: - - rot: 3.141592653589793 rad - pos: -29.5,-32.5 - parent: 852 - type: Transform -- uid: 8547 - type: WallReinforced - components: - - pos: -29.5,-31.5 - parent: 852 - type: Transform -- uid: 8548 - type: WallReinforced - components: - - pos: -29.5,-30.5 - parent: 852 - type: Transform -- uid: 8549 - type: WallReinforced - components: - - pos: -34.5,-33.5 - parent: 852 - type: Transform -- uid: 8550 - type: WallReinforced - components: - - pos: -31.5,-33.5 - parent: 852 - type: Transform -- uid: 8551 - type: WallReinforced - components: - - pos: -33.5,-33.5 - parent: 852 - type: Transform -- uid: 8552 - type: WallReinforced - components: - - pos: -31.5,-29.5 - parent: 852 - type: Transform -- uid: 8553 - type: WallReinforced - components: - - pos: -31.5,-30.5 - parent: 852 - type: Transform -- uid: 8554 - type: WallReinforced - components: - - pos: -37.5,-30.5 - parent: 852 - type: Transform -- uid: 8555 - type: WallReinforced - components: - - pos: -30.5,-30.5 - parent: 852 - type: Transform -- uid: 8556 - type: ReinforcedWindow - components: - - pos: -36.5,-22.5 - parent: 852 - type: Transform -- uid: 8557 - type: WallReinforced - components: - - pos: -37.5,-22.5 - parent: 852 - type: Transform -- uid: 8558 - type: ReinforcedWindow - components: - - pos: -35.5,-22.5 - parent: 852 - type: Transform -- uid: 8559 - type: ReinforcedWindow - components: - - pos: -34.5,-22.5 - parent: 852 - type: Transform -- uid: 8560 - type: ReinforcedWindow - components: - - pos: -33.5,-23.5 - parent: 852 - type: Transform -- uid: 8561 - type: WallReinforced - components: - - pos: -32.5,-25.5 - parent: 852 - type: Transform -- uid: 8562 - type: WallReinforced - components: - - pos: -33.5,-25.5 - parent: 852 - type: Transform -- uid: 8563 - type: ReinforcedWindow - components: - - pos: -37.5,-23.5 - parent: 852 - type: Transform -- uid: 8564 - type: ReinforcedWindow - components: - - pos: -33.5,-24.5 - parent: 852 - type: Transform -- uid: 8565 - type: WallReinforced - components: - - pos: -33.5,-22.5 - parent: 852 - type: Transform -- uid: 8566 - type: Grille - components: - - pos: -37.5,-24.5 - parent: 852 - type: Transform -- uid: 8567 - type: Grille - components: - - pos: -37.5,-23.5 - parent: 852 - type: Transform -- uid: 8568 - type: Grille - components: - - pos: -36.5,-22.5 - parent: 852 - type: Transform -- uid: 8569 - type: Grille - components: - - pos: -35.5,-22.5 - parent: 852 - type: Transform -- uid: 8570 - type: Grille - components: - - pos: -34.5,-22.5 - parent: 852 - type: Transform -- uid: 8571 - type: Grille - components: - - pos: -33.5,-23.5 - parent: 852 - type: Transform -- uid: 8572 - type: Grille - components: - - pos: -33.5,-24.5 - parent: 852 - type: Transform -- uid: 8573 - type: CableTerminal - components: - - rot: 3.141592653589793 rad - pos: -30.5,-32.5 - parent: 852 - type: Transform - - canCollide: False - type: Physics - - fixtures: [] - type: Fixtures -- uid: 8574 - type: SMESBasic - components: - - pos: -30.5,-31.5 - parent: 852 - type: Transform -- uid: 8575 - type: Grille - components: - - pos: -37.5,-28.5 - parent: 852 - type: Transform -- uid: 8576 - type: Grille - components: - - pos: -32.5,-33.5 - parent: 852 - type: Transform -- uid: 8577 - type: SolarPanel - components: - - pos: -40.5,-31.5 - parent: 852 - type: Transform -- uid: 8578 - type: SolarPanel - components: - - pos: -40.5,-30.5 - parent: 852 - type: Transform -- uid: 8579 - type: SolarPanel - components: - - pos: -40.5,-29.5 - parent: 852 - type: Transform -- uid: 8580 - type: SolarPanel - components: - - pos: -40.5,-27.5 - parent: 852 - type: Transform -- uid: 8581 - type: SolarPanel - components: - - pos: -40.5,-26.5 - parent: 852 - type: Transform -- uid: 8582 - type: SolarPanel - components: - - pos: -40.5,-25.5 - parent: 852 - type: Transform -- uid: 8583 - type: SolarPanel - components: - - pos: -42.5,-31.5 - parent: 852 - type: Transform -- uid: 8584 - type: SolarPanel - components: - - pos: -42.5,-29.5 - parent: 852 - type: Transform -- uid: 8585 - type: SolarPanel - components: - - pos: -42.5,-30.5 - parent: 852 - type: Transform -- uid: 8586 - type: SolarPanel - components: - - pos: -42.5,-27.5 - parent: 852 - type: Transform -- uid: 8587 - type: SolarPanel - components: - - pos: -42.5,-26.5 - parent: 852 - type: Transform -- uid: 8588 - type: SolarPanel - components: - - pos: -42.5,-25.5 - parent: 852 - type: Transform -- uid: 8589 - type: SolarPanel - components: - - pos: -29.5,-38.5 - parent: 852 - type: Transform -- uid: 8590 - type: SolarPanel - components: - - pos: -30.5,-38.5 - parent: 852 - type: Transform -- uid: 8591 - type: SolarPanel - components: - - pos: -31.5,-38.5 - parent: 852 - type: Transform -- uid: 8592 - type: SolarPanel - components: - - pos: -33.5,-38.5 - parent: 852 - type: Transform -- uid: 8593 - type: SolarPanel - components: - - pos: -34.5,-38.5 - parent: 852 - type: Transform -- uid: 8594 - type: SolarPanel - components: - - pos: -35.5,-38.5 - parent: 852 - type: Transform -- uid: 8595 - type: SolarPanel - components: - - pos: -35.5,-36.5 - parent: 852 - type: Transform -- uid: 8596 - type: SolarPanel - components: - - pos: -34.5,-36.5 - parent: 852 - type: Transform -- uid: 8597 - type: SolarPanel - components: - - pos: -33.5,-36.5 - parent: 852 - type: Transform -- uid: 8598 - type: SolarPanel - components: - - pos: -31.5,-36.5 - parent: 852 - type: Transform -- uid: 8599 - type: SolarPanel - components: - - pos: -30.5,-36.5 - parent: 852 - type: Transform -- uid: 8600 - type: SolarPanel - components: - - pos: -29.5,-36.5 - parent: 852 - type: Transform -- uid: 8601 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -29.5,-32.5 - parent: 852 - type: Transform -- uid: 8602 - type: CableHV - components: - - pos: -30.5,-32.5 - parent: 852 - type: Transform -- uid: 8603 - type: CableHV - components: - - pos: -29.5,-32.5 - parent: 852 - type: Transform -- uid: 8604 - type: CableHV - components: - - pos: -28.5,-32.5 - parent: 852 - type: Transform -- uid: 8605 - type: CableHV - components: - - pos: -28.5,-33.5 - parent: 852 - type: Transform -- uid: 8606 - type: CableHV - components: - - pos: -28.5,-34.5 - parent: 852 - type: Transform -- uid: 8607 - type: CableHV - components: - - pos: -29.5,-34.5 - parent: 852 - type: Transform -- uid: 8608 - type: CableHV - components: - - pos: -31.5,-34.5 - parent: 852 - type: Transform -- uid: 8609 - type: CableHV - components: - - pos: -30.5,-34.5 - parent: 852 - type: Transform -- uid: 8610 - type: CableHV - components: - - pos: -32.5,-34.5 - parent: 852 - type: Transform -- uid: 8611 - type: CableHV - components: - - pos: -33.5,-34.5 - parent: 852 - type: Transform -- uid: 8612 - type: CableHV - components: - - pos: -34.5,-34.5 - parent: 852 - type: Transform -- uid: 8613 - type: CableHV - components: - - pos: -35.5,-34.5 - parent: 852 - type: Transform -- uid: 8614 - type: CableHV - components: - - pos: -35.5,-33.5 - parent: 852 - type: Transform -- uid: 8615 - type: CableHV - components: - - pos: -35.5,-32.5 - parent: 852 - type: Transform -- uid: 8616 - type: CableHV - components: - - pos: -35.5,-31.5 - parent: 852 - type: Transform -- uid: 8617 - type: CableHV - components: - - pos: -36.5,-31.5 - parent: 852 - type: Transform -- uid: 8618 - type: CableHV - components: - - pos: -37.5,-31.5 - parent: 852 - type: Transform -- uid: 8619 - type: CableHV - components: - - pos: -38.5,-31.5 - parent: 852 - type: Transform -- uid: 8620 - type: CableHV - components: - - pos: -38.5,-30.5 - parent: 852 - type: Transform -- uid: 8621 - type: CableHV - components: - - pos: -38.5,-29.5 - parent: 852 - type: Transform -- uid: 8622 - type: CableHV - components: - - pos: -38.5,-28.5 - parent: 852 - type: Transform -- uid: 8623 - type: CableHV - components: - - pos: -39.5,-28.5 - parent: 852 - type: Transform -- uid: 8624 - type: CableHV - components: - - pos: -40.5,-28.5 - parent: 852 - type: Transform -- uid: 8625 - type: CableHV - components: - - pos: -41.5,-28.5 - parent: 852 - type: Transform -- uid: 8626 - type: CableHV - components: - - pos: -42.5,-28.5 - parent: 852 - type: Transform -- uid: 8627 - type: CableHV - components: - - pos: -42.5,-29.5 - parent: 852 - type: Transform -- uid: 8628 - type: CableHV - components: - - pos: -42.5,-30.5 - parent: 852 - type: Transform -- uid: 8629 - type: CableHV - components: - - pos: -42.5,-31.5 - parent: 852 - type: Transform -- uid: 8630 - type: CableHV - components: - - pos: -40.5,-31.5 - parent: 852 - type: Transform -- uid: 8631 - type: CableHV - components: - - pos: -40.5,-30.5 - parent: 852 - type: Transform -- uid: 8632 - type: CableHV - components: - - pos: -40.5,-29.5 - parent: 852 - type: Transform -- uid: 8633 - type: CableHV - components: - - pos: -40.5,-27.5 - parent: 852 - type: Transform -- uid: 8634 - type: CableHV - components: - - pos: -40.5,-26.5 - parent: 852 - type: Transform -- uid: 8635 - type: CableHV - components: - - pos: -40.5,-25.5 - parent: 852 - type: Transform -- uid: 8636 - type: CableHV - components: - - pos: -42.5,-27.5 - parent: 852 - type: Transform -- uid: 8637 - type: CableHV - components: - - pos: -42.5,-26.5 - parent: 852 - type: Transform -- uid: 8638 - type: CableHV - components: - - pos: -42.5,-25.5 - parent: 852 - type: Transform -- uid: 8639 - type: CableHV - components: - - pos: -32.5,-35.5 - parent: 852 - type: Transform -- uid: 8640 - type: CableHV - components: - - pos: -32.5,-36.5 - parent: 852 - type: Transform -- uid: 8641 - type: CableHV - components: - - pos: -32.5,-37.5 - parent: 852 - type: Transform -- uid: 8642 - type: CableHV - components: - - pos: -32.5,-38.5 - parent: 852 - type: Transform -- uid: 8643 - type: CableHV - components: - - pos: -33.5,-38.5 - parent: 852 - type: Transform -- uid: 8644 - type: CableHV - components: - - pos: -34.5,-38.5 - parent: 852 - type: Transform -- uid: 8645 - type: CableHV - components: - - pos: -35.5,-38.5 - parent: 852 - type: Transform -- uid: 8646 - type: CableHV - components: - - pos: -31.5,-38.5 - parent: 852 - type: Transform -- uid: 8647 - type: CableHV - components: - - pos: -30.5,-38.5 - parent: 852 - type: Transform -- uid: 8648 - type: CableHV - components: - - pos: -29.5,-38.5 - parent: 852 - type: Transform -- uid: 8649 - type: CableHV - components: - - pos: -29.5,-36.5 - parent: 852 - type: Transform -- uid: 8650 - type: CableHV - components: - - pos: -30.5,-36.5 - parent: 852 - type: Transform -- uid: 8651 - type: CableHV - components: - - pos: -31.5,-36.5 - parent: 852 - type: Transform -- uid: 8652 - type: CableHV - components: - - pos: -33.5,-36.5 - parent: 852 - type: Transform -- uid: 8653 - type: CableHV - components: - - pos: -34.5,-36.5 - parent: 852 - type: Transform -- uid: 8654 - type: CableHV - components: - - pos: -35.5,-36.5 - parent: 852 - type: Transform -- uid: 8655 - type: Catwalk - components: - - pos: -38.5,-28.5 - parent: 852 - type: Transform -- uid: 8656 - type: Catwalk - components: - - pos: -39.5,-28.5 - parent: 852 - type: Transform -- uid: 8657 - type: Catwalk - components: - - pos: -40.5,-28.5 - parent: 852 - type: Transform -- uid: 8658 - type: Catwalk - components: - - pos: -41.5,-28.5 - parent: 852 - type: Transform -- uid: 8659 - type: Catwalk - components: - - pos: -42.5,-28.5 - parent: 852 - type: Transform -- uid: 8660 - type: Catwalk - components: - - pos: -32.5,-38.5 - parent: 852 - type: Transform -- uid: 8661 - type: Catwalk - components: - - pos: -32.5,-37.5 - parent: 852 - type: Transform -- uid: 8662 - type: Catwalk - components: - - pos: -32.5,-36.5 - parent: 852 - type: Transform -- uid: 8663 - type: Catwalk - components: - - pos: -32.5,-35.5 - parent: 852 - type: Transform -- uid: 8664 - type: Catwalk - components: - - pos: -32.5,-34.5 - parent: 852 - type: Transform -- uid: 8665 - type: CableHV - components: - - pos: -30.5,-31.5 - parent: 852 - type: Transform -- uid: 8666 - type: CableHV - components: - - pos: -31.5,-31.5 - parent: 852 - type: Transform -- uid: 8667 - type: SubstationBasic - components: - - pos: -31.5,-31.5 - parent: 852 - type: Transform -- uid: 8668 - type: APCBasic - components: - - pos: -32.5,-25.5 - parent: 852 - type: Transform -- uid: 8669 - type: CableMV - components: - - pos: -31.5,-31.5 - parent: 852 - type: Transform -- uid: 8670 - type: CableMV - components: - - pos: -32.5,-31.5 - parent: 852 - type: Transform -- uid: 8671 - type: CableMV - components: - - pos: -32.5,-30.5 - parent: 852 - type: Transform -- uid: 8672 - type: CableMV - components: - - pos: -32.5,-29.5 - parent: 852 - type: Transform -- uid: 8673 - type: CableMV - components: - - pos: -32.5,-28.5 - parent: 852 - type: Transform -- uid: 8674 - type: CableMV - components: - - pos: -32.5,-27.5 - parent: 852 - type: Transform -- uid: 8675 - type: CableMV - components: - - pos: -32.5,-26.5 - parent: 852 - type: Transform -- uid: 8676 - type: CableMV - components: - - pos: -32.5,-25.5 - parent: 852 - type: Transform -- uid: 8677 - type: CableApcExtension - components: - - pos: -32.5,-25.5 - parent: 852 - type: Transform -- uid: 8678 - type: CableApcExtension - components: - - pos: -32.5,-26.5 - parent: 852 - type: Transform -- uid: 8679 - type: CableApcExtension - components: - - pos: -31.5,-26.5 - parent: 852 - type: Transform -- uid: 8680 - type: CableApcExtension - components: - - pos: -30.5,-26.5 - parent: 852 - type: Transform -- uid: 8681 - type: CableApcExtension - components: - - pos: -29.5,-26.5 - parent: 852 - type: Transform -- uid: 8682 - type: CableApcExtension - components: - - pos: -33.5,-26.5 - parent: 852 - type: Transform -- uid: 8683 - type: CableApcExtension - components: - - pos: -34.5,-26.5 - parent: 852 - type: Transform -- uid: 8684 - type: CableApcExtension - components: - - pos: -35.5,-26.5 - parent: 852 - type: Transform -- uid: 8685 - type: CableApcExtension - components: - - pos: -35.5,-25.5 - parent: 852 - type: Transform -- uid: 8686 - type: CableApcExtension - components: - - pos: -35.5,-24.5 - parent: 852 - type: Transform -- uid: 8687 - type: CableApcExtension - components: - - pos: -35.5,-23.5 - parent: 852 - type: Transform -- uid: 8688 - type: CableApcExtension - components: - - pos: -35.5,-27.5 - parent: 852 - type: Transform -- uid: 8689 - type: CableApcExtension - components: - - pos: -35.5,-28.5 - parent: 852 - type: Transform -- uid: 8690 - type: CableApcExtension - components: - - pos: -35.5,-29.5 - parent: 852 - type: Transform -- uid: 8691 - type: CableApcExtension - components: - - pos: -33.5,-27.5 - parent: 852 - type: Transform -- uid: 8692 - type: CableApcExtension - components: - - pos: -33.5,-28.5 - parent: 852 - type: Transform -- uid: 8693 - type: CableApcExtension - components: - - pos: -33.5,-29.5 - parent: 852 - type: Transform -- uid: 8694 - type: CableApcExtension - components: - - pos: -33.5,-30.5 - parent: 852 - type: Transform -- uid: 8695 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: -36.5,-25.5 - parent: 852 - type: Transform -- uid: 8696 - type: CableApcExtension - components: - - pos: -33.5,-31.5 - parent: 852 - type: Transform -- uid: 8697 - type: CableApcExtension - components: - - pos: -33.5,-32.5 - parent: 852 - type: Transform -- uid: 8698 - type: CableApcExtension - components: - - pos: -32.5,-32.5 - parent: 852 - type: Transform -- uid: 8699 - type: CableApcExtension - components: - - pos: -31.5,-32.5 - parent: 852 - type: Transform -- uid: 8700 - type: CableApcExtension - components: - - pos: -30.5,-32.5 - parent: 852 - type: Transform -- uid: 8701 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: -34.5,-25.5 - parent: 852 - type: Transform -- uid: 8702 - type: ChairOfficeDark - components: - - pos: -35.5,-23.5 - parent: 852 - type: Transform -- uid: 8703 - type: PosterContrabandVoteWeh - components: - - pos: -37.5,-26.5 - parent: 852 - type: Transform -- uid: 8704 - type: SignConference - components: - - pos: -33.5,-25.5 - parent: 852 - type: Transform -- uid: 8705 - type: VendingMachineCigs - components: - - name: cigarette machine - type: MetaData - - pos: -32.5,-29.5 - parent: 852 - type: Transform -- uid: 8706 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: -34.5,-24.5 - parent: 852 - type: Transform -- uid: 8707 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: -36.5,-24.5 - parent: 852 - type: Transform -- uid: 8708 - type: TableWood - components: - - pos: -35.5,-25.5 - parent: 852 - type: Transform -- uid: 8709 - type: PottedPlantRandom - components: - - pos: -34.5,-23.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 8710 - type: WindowDirectional - components: - - rot: -1.5707963267948966 rad - pos: -33.5,-26.5 - parent: 852 - type: Transform -- uid: 8711 - type: Windoor - components: - - rot: 1.5707963267948966 rad - pos: -32.5,-32.5 - parent: 852 - type: Transform -- uid: 8712 - type: PlushieSpaceLizard - components: - - pos: -35.523197,-23.564377 - parent: 852 - type: Transform -- uid: 8713 - type: WindowDirectional - components: - - rot: 1.5707963267948966 rad - pos: -32.5,-31.5 - parent: 852 - type: Transform -- uid: 8714 - type: WindowDirectional - components: - - rot: 3.141592653589793 rad - pos: -34.5,-27.5 - parent: 852 - type: Transform -- uid: 8715 - type: PlushieLizard - components: - - pos: -34.491947,-24.517502 - parent: 852 - type: Transform -- uid: 8716 - type: WindowDirectional - components: - - rot: 3.141592653589793 rad - pos: -36.5,-27.5 - parent: 852 - type: Transform -- uid: 8717 - type: Windoor - components: - - rot: 3.141592653589793 rad - pos: -35.5,-27.5 - parent: 852 - type: Transform -- uid: 8718 - type: WallSolid - components: - - rot: 1.5707963267948966 rad - pos: -32.5,-30.5 - parent: 852 - type: Transform -- uid: 8719 - type: AirlockGlass - components: - - pos: -33.5,-30.5 - parent: 852 - type: Transform -- uid: 8720 - type: PosterContrabandWehWatches - components: - - pos: -31.5,-28.5 - parent: 852 - type: Transform -- uid: 8721 - type: ComfyChair - components: - - rot: 1.5707963267948966 rad - pos: -36.5,-28.5 - parent: 852 - type: Transform -- uid: 8722 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: -35.5,-29.5 - parent: 852 - type: Transform -- uid: 8723 - type: ComfyChair - components: - - rot: 3.141592653589793 rad - pos: -34.5,-29.5 - parent: 852 - type: Transform -- uid: 8724 - type: TableCarpet - components: - - pos: -36.5,-29.5 - parent: 852 - type: Transform -- uid: 8725 - type: LampGold - components: - - pos: -36.511345,-29.258835 - parent: 852 - type: Transform -- uid: 8726 - type: CarpetGreen - components: - - pos: -34.5,-29.5 - parent: 852 - type: Transform -- uid: 8727 - type: CarpetGreen - components: - - pos: -34.5,-28.5 - parent: 852 - type: Transform -- uid: 8728 - type: CarpetGreen - components: - - pos: -35.5,-28.5 - parent: 852 - type: Transform -- uid: 8729 - type: CarpetGreen - components: - - pos: -36.5,-28.5 - parent: 852 - type: Transform -- uid: 8730 - type: CarpetGreen - components: - - pos: -36.5,-29.5 - parent: 852 - type: Transform -- uid: 8731 - type: CarpetGreen - components: - - pos: -35.5,-29.5 - parent: 852 - type: Transform -- uid: 8732 - type: PoweredSmallLight - components: - - rot: 1.5707963267948966 rad - pos: -36.5,-27.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8733 - type: PoweredSmallLight - components: - - rot: -1.5707963267948966 rad - pos: -32.5,-27.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8734 - type: Poweredlight - components: - - pos: -35.5,-23.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8735 - type: PoweredSmallLight - components: - - pos: -32.5,-31.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8736 - type: MinimoogInstrument - components: - - rot: 1.5707963267948966 rad - pos: -32.5,-28.5 - parent: 852 - type: Transform -- uid: 8737 - type: PlushieLizard - components: - - pos: -32.58532,-31.483488 - parent: 852 - type: Transform -- uid: 8738 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - pos: -36.5,-23.5 - parent: 852 - type: Transform -- uid: 8739 - type: Rack - components: - - pos: -32.5,-27.5 - parent: 852 - type: Transform -- uid: 8740 - type: OxygenTankFilled - components: - - pos: -32.388412,-27.529545 - parent: 852 - type: Transform -- uid: 8741 - type: YellowOxygenTankFilled - components: - - pos: -32.638412,-27.48267 - parent: 852 - type: Transform -- uid: 8742 - type: BoxFolderBlue - components: - - name: lizard secrets - type: MetaData - - pos: -35.410393,-24.380575 - parent: 852 - type: Transform - - containers: - storagebase: !type:Container - ents: - - 8743 - type: ContainerContainer -- uid: 8743 - type: Paper - components: - - desc: '' - type: MetaData - - parent: 8742 - type: Transform - - content: > - Weh. - type: Paper -- uid: 8744 - type: Pen - components: - - pos: -35.660393,-24.67745 - parent: 852 - type: Transform -- uid: 8745 - type: FoodPizzaPineapple - components: - - pos: -35.517406,-25.152033 - parent: 852 - type: Transform -- uid: 8746 - type: TableWood - components: - - pos: -35.5,-24.5 - parent: 852 - type: Transform -- uid: 8747 - type: Grille - components: - - pos: 0.5,-38.5 - parent: 852 - type: Transform -- uid: 8748 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 40.5,26.5 - parent: 852 - type: Transform -- uid: 8749 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 46.5,26.5 - parent: 852 - type: Transform -- uid: 8750 - type: WallSolid - components: - - pos: -21.5,-20.5 - parent: 852 - type: Transform -- uid: 8751 - type: Rack - components: - - pos: -20.5,-23.5 - parent: 852 - type: Transform -- uid: 8752 - type: Rack - components: - - pos: -20.5,-24.5 - parent: 852 - type: Transform -- uid: 8753 - type: MaintenanceFluffSpawner - components: - - pos: -20.5,-23.5 - parent: 852 - type: Transform -- uid: 8754 - type: MaintenanceToolSpawner - components: - - pos: -20.5,-24.5 - parent: 852 - type: Transform -- uid: 8755 - type: ClothingBeltMilitaryWebbing - components: - - pos: -22.377813,-28.339228 - parent: 852 - type: Transform -- uid: 8756 - type: WallReinforced - components: - - pos: -18.5,12.5 - parent: 852 - type: Transform -- uid: 8757 - type: CableApcExtension - components: - - pos: -20.5,12.5 - parent: 852 - type: Transform -- uid: 8758 - type: WallReinforced - components: - - pos: -16.5,12.5 - parent: 852 - type: Transform -- uid: 8759 - type: WallReinforced - components: - - pos: -17.5,7.5 - parent: 852 - type: Transform -- uid: 8760 - type: WallReinforced - components: - - pos: -15.5,6.5 - parent: 852 - type: Transform -- uid: 8761 - type: CableApcExtension - components: - - pos: -14.5,10.5 - parent: 852 - type: Transform -- uid: 8762 - type: CableApcExtension - components: - - pos: -15.5,10.5 - parent: 852 - type: Transform -- uid: 8763 - type: CableApcExtension - components: - - pos: -16.5,10.5 - parent: 852 - type: Transform -- uid: 8764 - type: CableApcExtension - components: - - pos: -16.5,9.5 - parent: 852 - type: Transform -- uid: 8765 - type: CableApcExtension - components: - - pos: -16.5,8.5 - parent: 852 - type: Transform -- uid: 8766 - type: SignalButton - components: - - pos: -13.5,12.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 8767 - - port: Toggle - uid: 8768 - type: SignalTransmitter -- uid: 8767 - type: ShuttersNormalOpen - components: - - pos: -16.5,7.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8766 - type: SignalReceiver -- uid: 8768 - type: ShuttersNormalOpen - components: - - rot: 3.141592653589793 rad - pos: -16.5,6.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8766 - type: SignalReceiver -- uid: 8769 - type: Multitool - components: - - pos: -2.490337,7.54375 - parent: 852 - type: Transform -- uid: 8770 - type: ShuttersNormalOpen - components: - - pos: -13.5,6.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8774 - type: SignalReceiver -- uid: 8771 - type: ShuttersNormalOpen - components: - - pos: -12.5,6.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8774 - type: SignalReceiver -- uid: 8772 - type: ShuttersNormalOpen - components: - - pos: -7.5,6.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8774 - type: SignalReceiver -- uid: 8773 - type: ShuttersNormalOpen - components: - - pos: -8.5,6.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 8774 - type: SignalReceiver -- uid: 8774 - type: SignalButton - components: - - pos: -11.5,12.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 8772 - - port: Toggle - uid: 8773 - - port: Toggle - uid: 8771 - - port: Toggle - uid: 8770 - type: SignalTransmitter -- uid: 8775 - type: PoweredSmallLight - components: - - pos: -16.5,11.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8776 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -10.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8777 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -11.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8778 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -12.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8779 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -13.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8780 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -14.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8781 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -15.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8782 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -4.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8783 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -5.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8784 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -6.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8785 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -7.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8786 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -8.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8787 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -9.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8788 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -10.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8789 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -11.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8790 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -12.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8791 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -13.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8792 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -14.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8793 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -15.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8794 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -16.5,11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8795 - type: GasVentScrubber - components: - - rot: 1.5707963267948966 rad - pos: -16.5,10.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8796 - type: ClothingHeadHatPaper - components: - - pos: -16.53326,11.169706 - parent: 852 - type: Transform -- uid: 8797 - type: RandomSpawner - components: - - pos: -15.5,10.5 - parent: 852 - type: Transform -- uid: 8798 - type: DeployableBarrier - components: - - pos: -0.5,7.5 - parent: 852 - type: Transform - - bodyType: Dynamic - type: Physics -- uid: 8799 - type: TableReinforced - components: - - pos: 8.5,31.5 - parent: 852 - type: Transform -- uid: 8800 - type: ComputerAlert - components: - - rot: -1.5707963267948966 rad - pos: 7.5,31.5 - parent: 852 - type: Transform -- uid: 8801 - type: BoxFolderRed - components: - - pos: 9.497662,30.598364 - parent: 852 - type: Transform -- uid: 8802 - type: Handcuffs - components: - - pos: 9.513287,30.488989 - parent: 852 - type: Transform -- uid: 8803 - type: ComputerCriminalRecords - components: - - pos: 8.5,30.5 - parent: 852 - type: Transform -- uid: 8804 - type: ClosetFireFilled - components: - - pos: 8.5,28.5 - parent: 852 - type: Transform -- uid: 8805 - type: ClosetEmergencyFilledRandom - components: - - pos: 7.5,28.5 - parent: 852 - type: Transform -- uid: 8806 - type: Table - components: - - pos: -2.5,29.5 - parent: 852 - type: Transform -- uid: 8807 - type: Table - components: - - pos: -2.5,30.5 - parent: 852 - type: Transform -- uid: 8808 - type: PottedPlantRandom - components: - - pos: 2.5,27.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 8809 - type: WeaponCapacitorRecharger - components: - - pos: 2.5,31.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 8810 - type: FirelockGlass - components: - - pos: 2.5,29.5 - parent: 852 - type: Transform -- uid: 8811 - type: ChairOfficeDark - components: - - rot: 1.5707963267948966 rad - pos: 8.5,29.5 - parent: 852 - type: Transform -- uid: 8812 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -1.5,29.5 - parent: 852 - type: Transform -- uid: 8813 - type: FirelockGlass - components: - - pos: 1.5,28.5 - parent: 852 - type: Transform -- uid: 8814 - type: FirelockGlass - components: - - pos: 3.5,29.5 - parent: 852 - type: Transform -- uid: 8815 - type: FirelockGlass - components: - - pos: 4.5,29.5 - parent: 852 - type: Transform -- uid: 8816 - type: FirelockGlass - components: - - pos: 5.5,28.5 - parent: 852 - type: Transform -- uid: 8817 - type: WallSolid - components: - - pos: 1.5,29.5 - parent: 852 - type: Transform -- uid: 8818 - type: WallSolid - components: - - pos: 5.5,29.5 - parent: 852 - type: Transform -- uid: 8819 - type: Grille - components: - - pos: 4.5,26.5 - parent: 852 - type: Transform -- uid: 8820 - type: Grille - components: - - pos: 2.5,26.5 - parent: 852 - type: Transform -- uid: 8821 - type: CableApcExtension - components: - - pos: 3.5,25.5 - parent: 852 - type: Transform -- uid: 8822 - type: CableApcExtension - components: - - pos: 3.5,24.5 - parent: 852 - type: Transform -- uid: 8823 - type: CableApcExtension - components: - - pos: 4.5,25.5 - parent: 852 - type: Transform -- uid: 8824 - type: CableApcExtension - components: - - pos: 5.5,25.5 - parent: 852 - type: Transform -- uid: 8825 - type: CableApcExtension - components: - - pos: 2.5,25.5 - parent: 852 - type: Transform -- uid: 8826 - type: CableApcExtension - components: - - pos: 2.5,28.5 - parent: 852 - type: Transform -- uid: 8827 - type: CableApcExtension - components: - - pos: 1.5,28.5 - parent: 852 - type: Transform -- uid: 8828 - type: CableApcExtension - components: - - pos: 0.5,28.5 - parent: 852 - type: Transform -- uid: 8829 - type: CableApcExtension - components: - - pos: 4.5,28.5 - parent: 852 - type: Transform -- uid: 8830 - type: CableApcExtension - components: - - pos: 5.5,28.5 - parent: 852 - type: Transform -- uid: 8831 - type: CableApcExtension - components: - - pos: 6.5,28.5 - parent: 852 - type: Transform -- uid: 8832 - type: AirlockCommandGlassLocked - components: - - pos: 3.5,26.5 - parent: 852 - type: Transform -- uid: 8833 - type: AirlockCommandGlassLocked - components: - - name: Bridge - type: MetaData - - pos: 3.5,22.5 - parent: 852 - type: Transform -- uid: 8834 - type: CrowbarRed - components: - - pos: 8.498364,31.458696 - parent: 852 - type: Transform -- uid: 8835 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 6.5,29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8836 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 0.5,29.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8837 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: 4.5,27.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8838 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 2.5,27.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 8839 - type: EmergencyLight - components: - - pos: -4.5,1.5 - parent: 852 - type: Transform -- uid: 8840 - type: Pen - components: - - pos: 7.355826,32.45485 - parent: 852 - type: Transform -- uid: 8841 - type: SignDirectionalMed - components: - - rot: 1.5707963267948966 rad - pos: -26.5,6.5 - parent: 852 - type: Transform -- uid: 8842 - type: SignDirectionalEng - components: - - rot: 1.5707963267948966 rad - pos: -26.497889,6.7333336 - parent: 852 - type: Transform -- uid: 8843 - type: SignDirectionalSupply - components: - - rot: 1.5707963267948966 rad - pos: -26.497889,6.2645836 - parent: 852 - type: Transform -- uid: 8844 - type: ClothingHandsGlovesColorBlack - components: - - pos: 43.516136,13.529506 - parent: 852 - type: Transform -- uid: 8845 - type: ClothingHeadHatWelding - components: - - pos: 43.484886,13.560756 - parent: 852 - type: Transform -- uid: 8846 - type: Rack - components: - - pos: 30.5,14.5 - parent: 852 - type: Transform -- uid: 8847 - type: FlashlightLantern - components: - - pos: 30.50418,14.529506 - parent: 852 - type: Transform -- uid: 8848 - type: ToolboxMechanical - components: - - pos: 30.50418,14.701381 - parent: 852 - type: Transform -- uid: 8849 - type: ClothingEyesGlassesMeson - components: - - pos: 29.463833,-4.4042416 - parent: 852 - type: Transform -- uid: 8850 - type: ClothingBeltUtilityFilled - components: - - pos: 29.463833,-4.5136166 - parent: 852 - type: Transform -- uid: 8851 - type: WindoorEngineeringLocked - components: - - rot: 1.5707963267948966 rad - pos: 30.5,5.5 - parent: 852 - type: Transform -- uid: 8852 - type: Windoor - components: - - rot: -1.5707963267948966 rad - pos: 30.5,5.5 - parent: 852 - type: Transform -- uid: 8853 - type: Table - components: - - pos: 31.5,6.5 - parent: 852 - type: Transform -- uid: 8854 - type: WallReinforced - components: - - pos: 8.5,-12.5 - parent: 852 - type: Transform -- uid: 8855 - type: AirlockMedicalGlassLocked - components: - - pos: 9.5,-12.5 - parent: 852 - type: Transform -- uid: 8856 - type: FirelockGlass - components: - - pos: 24.5,5.5 - parent: 852 - type: Transform -- uid: 8857 - type: FirelockGlass - components: - - pos: 24.5,3.5 - parent: 852 - type: Transform -- uid: 8858 - type: FirelockGlass - components: - - pos: 24.5,4.5 - parent: 852 - type: Transform -- uid: 8859 - type: PaintingMonkey - components: - - pos: -4.5,-7.5 - parent: 852 - type: Transform -- uid: 8860 - type: GasThermoMachineFreezer - components: - - pos: 38.5,11.5 - parent: 852 - type: Transform -- uid: 8861 - type: GasThermoMachineHeater - components: - - pos: 39.5,11.5 - parent: 852 - type: Transform -- uid: 8862 - type: SpawnMobWalter - components: - - pos: 17.5,-0.5 - parent: 852 - type: Transform -- uid: 8863 - type: SpawnMobSlothPaperwork - components: - - pos: 8.5,-29.5 - parent: 852 - type: Transform -- uid: 8864 - type: SpawnMobBandito - components: - - pos: -3.5,-14.5 - parent: 852 - type: Transform -- uid: 8865 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: 31.5,5.5 - parent: 852 - type: Transform -- uid: 8866 - type: BoxFolderYellow - components: - - pos: 31.472767,6.568101 - parent: 852 - type: Transform -- uid: 8867 - type: Pen - components: - - pos: 31.722767,6.708726 - parent: 852 - type: Transform -- uid: 8868 - type: BoxCartridgeCap - components: - - pos: -28.650513,-10.456476 - parent: 852 - type: Transform - - unspawnedCount: 20 - type: BallisticAmmoProvider - - containers: - AmmoBox-container: !type:Container - ents: [] - ballistic-ammo: !type:Container - ents: [] - type: ContainerContainer -- uid: 8869 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 16.5,6.5 - parent: 852 - type: Transform -- uid: 8870 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 16.5,7.5 - parent: 852 - type: Transform -- uid: 8871 - type: MonkeyCubeWrapped - components: - - pos: -9.196694,-7.814363 - parent: 852 - type: Transform -- uid: 8872 - type: GasPipeTJunction - components: - - rot: 1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8873 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: 3.5,13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8874 - type: GasVentScrubber - components: - - rot: -1.5707963267948966 rad - pos: 3.5,12.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8875 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 28.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8876 - type: GasVentScrubber - components: - - pos: 26.5,4.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8877 - type: GasPipeTJunction - components: - - pos: 34.5,5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8878 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: 35.5,3.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8879 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: 47.5,2.5 - parent: 852 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor -- uid: 8880 - type: GasVentPump - components: - - pos: 46.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8881 - type: MopBucket - components: - - pos: 26.48231,1.5389521 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 8882 - type: SurveillanceCameraSecurity - components: - - rot: 1.5707963267948966 rad - pos: -2.5,11.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: 'Security ' - type: SurveillanceCamera -- uid: 8883 - type: FirelockGlass - components: - - pos: 2.5,15.5 - parent: 852 - type: Transform -- uid: 8884 - type: FirelockGlass - components: - - pos: 3.5,15.5 - parent: 852 - type: Transform -- uid: 8885 - type: FirelockGlass - components: - - pos: 4.5,15.5 - parent: 852 - type: Transform -- uid: 8886 - type: Rack - components: - - pos: 45.5,1.5 - parent: 852 - type: Transform -- uid: 8887 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 32.5,5.5 - parent: 852 - type: Transform -- uid: 8888 - type: Rack - components: - - pos: 45.5,5.5 - parent: 852 - type: Transform -- uid: 8889 - type: ClothingMaskGas - components: - - pos: 45.41048,5.588048 - parent: 852 - type: Transform -- uid: 8890 - type: ClothingMaskGas - components: - - pos: 45.613605,5.494298 - parent: 852 - type: Transform -- uid: 8891 - type: ToolboxEmergencyFilled - components: - - pos: 45.516808,1.4828486 - parent: 852 - type: Transform -- uid: 8892 - type: ToolboxElectricalFilled - components: - - pos: 45.501183,1.6234736 - parent: 852 - type: Transform -- uid: 8893 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: 41.5,3.5 - parent: 852 - type: Transform -- uid: 8894 - type: ExtinguisherCabinetFilled - components: - - rot: 3.141592653589793 rad - pos: 51.5,4.5 - parent: 852 - type: Transform -- uid: 8895 - type: SignBiohazardMed - components: - - pos: 16.5,-12.5 - parent: 852 - type: Transform -- uid: 8896 - type: SignCryogenicsMed - components: - - pos: -7.5,-21.5 - parent: 852 - type: Transform -- uid: 8897 - type: ExplosivesSignMed - components: - - pos: -11.5,17.5 - parent: 852 - type: Transform -- uid: 8898 - type: SignLaserMed - components: - - pos: 61.5,-0.5 - parent: 852 - type: Transform -- uid: 8899 - type: SignMagneticsMed - components: - - pos: 19.5,18.5 - parent: 852 - type: Transform -- uid: 8900 - type: Table - components: - - pos: 40.5,4.5 - parent: 852 - type: Transform -- uid: 8901 - type: trayScanner - components: - - pos: 40.555637,4.5958548 - parent: 852 - type: Transform -- uid: 8902 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 32.5,6.5 - parent: 852 - type: Transform -- uid: 8903 - type: Cigarette - components: - - pos: 31.747108,6.5736575 - parent: 852 - type: Transform -- uid: 8904 - type: ShuttersNormal - components: - - pos: 8.5,6.5 - parent: 852 - type: Transform -- uid: 8905 - type: ExtinguisherCabinetFilled - components: - - pos: 5.5,29.5 - parent: 852 - type: Transform -- uid: 8906 - type: SpawnMobCorgi - components: - - pos: 9.5,20.5 - parent: 852 - type: Transform -- uid: 8907 - type: Sink - components: - - rot: 1.5707963267948966 rad - pos: 21.5,-5.5 - parent: 852 - type: Transform -- uid: 8908 - type: VendingMachineRoboDrobe - components: - - pos: -14.5,-17.5 - parent: 852 - type: Transform -- uid: 8909 - type: WallReinforced - components: - - pos: 7.5,-12.5 - parent: 852 - type: Transform -- uid: 8910 - type: AirlockGlass - components: - - pos: -26.5,-8.5 - parent: 852 - type: Transform -- uid: 8911 - type: CarpetGreen - components: - - pos: -24.5,-2.5 - parent: 852 - type: Transform -- uid: 8912 - type: CarpetGreen - components: - - pos: -23.5,-2.5 - parent: 852 - type: Transform -- uid: 8913 - type: CarpetGreen - components: - - pos: -23.5,-1.5 - parent: 852 - type: Transform -- uid: 8914 - type: CarpetGreen - components: - - pos: -24.5,-1.5 - parent: 852 - type: Transform -- uid: 8915 - type: SignDirectionalDorms - components: - - pos: -26.5,2.5 - parent: 852 - type: Transform -- uid: 8916 - type: SignDirectionalHydro - components: - - rot: 1.5707963267948966 rad - pos: -26.495642,2.7233148 - parent: 852 - type: Transform -- uid: 8917 - type: SignDirectionalChapel - components: - - rot: -1.5707963267948966 rad - pos: -26.499413,2.2858148 - parent: 852 - type: Transform -- uid: 8918 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -25.5,-4.5 - parent: 852 - type: Transform -- uid: 8919 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -25.5,-5.5 - parent: 852 - type: Transform -- uid: 8920 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -25.5,-6.5 - parent: 852 - type: Transform -- uid: 8921 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -25.5,-7.5 - parent: 852 - type: Transform -- uid: 8922 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -23.5,-7.5 - parent: 852 - type: Transform -- uid: 8923 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-7.5 - parent: 852 - type: Transform -- uid: 8924 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-6.5 - parent: 852 - type: Transform -- uid: 8925 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -23.5,-6.5 - parent: 852 - type: Transform -- uid: 8926 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -23.5,-5.5 - parent: 852 - type: Transform -- uid: 8927 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-5.5 - parent: 852 - type: Transform -- uid: 8928 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 - parent: 852 - type: Transform -- uid: 8929 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 - parent: 852 - type: Transform -- uid: 8930 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 - parent: 852 - type: Transform -- uid: 8931 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-5.5 - parent: 852 - type: Transform -- uid: 8932 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 852 - type: Transform -- uid: 8933 - type: Carpet - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-7.5 - parent: 852 - type: Transform -- uid: 8934 - type: WindowReinforcedDirectional - components: - - pos: -9.5,-22.5 - parent: 852 - type: Transform -- uid: 8935 - type: WindowReinforcedDirectional - components: - - pos: -7.5,-22.5 - parent: 852 - type: Transform -- uid: 8936 - type: WindoorScienceLocked - components: - - pos: -8.5,-22.5 - parent: 852 - type: Transform -- uid: 8937 - type: CrowbarRed - components: - - pos: -0.50070596,-17.49066 - parent: 852 - type: Transform -- uid: 8938 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 852 - type: Transform -- uid: 8939 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 852 - type: Transform -- uid: 8940 - type: TableWood - components: - - pos: -18.5,-4.5 - parent: 852 - type: Transform -- uid: 8941 - type: LampBanana - components: - - pos: -18.636322,-4.1902304 - parent: 852 - type: Transform -- uid: 8942 - type: WindowReinforcedDirectional - components: - - rot: -1.5707963267948966 rad - pos: 17.5,1.5 - parent: 852 - type: Transform -- uid: 8943 - type: WindowReinforcedDirectional - components: - - pos: 19.5,0.5 - parent: 852 - type: Transform -- uid: 8944 - type: GasVentPump - components: - - rot: 3.141592653589793 rad - pos: 10.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 8945 - type: WallSolid - components: - - pos: -0.5,2.5 - parent: 852 - type: Transform -- uid: 8946 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -1.5,2.5 - parent: 852 - type: Transform -- uid: 8947 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 852 - type: Transform -- uid: 8948 - type: Grille - components: - - rot: 3.141592653589793 rad - pos: -3.5,2.5 - parent: 852 - type: Transform -- uid: 8949 - type: ReinforcedPlasmaWindow - components: - - pos: -10.5,19.5 - parent: 852 - type: Transform -- uid: 8950 - type: ComputerCriminalRecords - components: - - rot: -1.5707963267948966 rad - pos: -5.5,16.5 - parent: 852 - type: Transform -- uid: 8951 - type: GeneratorPlasma - components: - - pos: -32.5,17.5 - parent: 852 - type: Transform -- uid: 8952 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -28.5,8.5 - parent: 852 - type: Transform -- uid: 8953 - type: ClothingUniformJumpsuitAncient - components: - - pos: -27.587215,7.5242066 - parent: 852 - type: Transform -- uid: 8954 - type: FirelockGlass - components: - - pos: 1.5,3.5 - parent: 852 - type: Transform -- uid: 8955 - type: FirelockGlass - components: - - pos: 1.5,4.5 - parent: 852 - type: Transform -- uid: 8956 - type: FirelockGlass - components: - - pos: 1.5,5.5 - parent: 852 - type: Transform -- uid: 8957 - type: CableApcExtension - components: - - pos: 1.5,-10.5 - parent: 852 - type: Transform -- uid: 8958 - type: CableApcExtension - components: - - pos: 2.5,-10.5 - parent: 852 - type: Transform -- uid: 8959 - type: CableApcExtension - components: - - pos: 3.5,-10.5 - parent: 852 - type: Transform -- uid: 8960 - type: CableApcExtension - components: - - pos: 3.5,-11.5 - parent: 852 - type: Transform -- uid: 8961 - type: CableApcExtension - components: - - pos: 3.5,-12.5 - parent: 852 - type: Transform -- uid: 8962 - type: CableApcExtension - components: - - pos: 3.5,-13.5 - parent: 852 - type: Transform -- uid: 8963 - type: CableApcExtension - components: - - pos: 3.5,-14.5 - parent: 852 - type: Transform -- uid: 8964 - type: CableApcExtension - components: - - pos: 3.5,-15.5 - parent: 852 - type: Transform -- uid: 8965 - type: CableApcExtension - components: - - pos: 3.5,-16.5 - parent: 852 - type: Transform -- uid: 8966 - type: CableApcExtension - components: - - pos: 3.5,-17.5 - parent: 852 - type: Transform -- uid: 8967 - type: CableApcExtension - components: - - pos: 3.5,-18.5 - parent: 852 - type: Transform -- uid: 8968 - type: CableApcExtension - components: - - pos: 3.5,-19.5 - parent: 852 - type: Transform -- uid: 8969 - type: CableApcExtension - components: - - pos: 9.5,-19.5 - parent: 852 - type: Transform -- uid: 8970 - type: CableApcExtension - components: - - pos: 8.5,-19.5 - parent: 852 - type: Transform -- uid: 8971 - type: CableApcExtension - components: - - pos: 3.5,-9.5 - parent: 852 - type: Transform -- uid: 8972 - type: CableApcExtension - components: - - pos: 3.5,-8.5 - parent: 852 - type: Transform -- uid: 8973 - type: CableApcExtension - components: - - pos: 3.5,-7.5 - parent: 852 - type: Transform -- uid: 8974 - type: CableApcExtension - components: - - pos: 3.5,-6.5 - parent: 852 - type: Transform -- uid: 8975 - type: CableApcExtension - components: - - pos: 3.5,-5.5 - parent: 852 - type: Transform -- uid: 8976 - type: CableApcExtension - components: - - pos: 3.5,-4.5 - parent: 852 - type: Transform -- uid: 8977 - type: CableApcExtension - components: - - pos: 3.5,-3.5 - parent: 852 - type: Transform -- uid: 8978 - type: CableApcExtension - components: - - pos: 3.5,-2.5 - parent: 852 - type: Transform -- uid: 8979 - type: CableApcExtension - components: - - pos: 3.5,16.5 - parent: 852 - type: Transform -- uid: 8980 - type: CableApcExtension - components: - - pos: 3.5,15.5 - parent: 852 - type: Transform -- uid: 8981 - type: CableApcExtension - components: - - pos: 3.5,14.5 - parent: 852 - type: Transform -- uid: 8982 - type: CableApcExtension - components: - - pos: 3.5,13.5 - parent: 852 - type: Transform -- uid: 8983 - type: CableApcExtension - components: - - pos: 3.5,12.5 - parent: 852 - type: Transform -- uid: 8984 - type: CableApcExtension - components: - - pos: 3.5,11.5 - parent: 852 - type: Transform -- uid: 8985 - type: CableApcExtension - components: - - pos: 3.5,10.5 - parent: 852 - type: Transform -- uid: 8986 - type: CableApcExtension - components: - - pos: 3.5,9.5 - parent: 852 - type: Transform -- uid: 8987 - type: CableApcExtension - components: - - pos: 3.5,8.5 - parent: 852 - type: Transform -- uid: 8988 - type: Fireplace - components: - - pos: 7.5,26.5 - parent: 852 - type: Transform -- uid: 8989 - type: FoodBoxDonut - components: - - pos: -1.5376439,25.04381 - parent: 852 - type: Transform -- uid: 8990 - type: StorageCanister - components: - - pos: 36.5,10.5 - parent: 852 - type: Transform -- uid: 8991 - type: InflatableDoorStack - components: - - pos: 42.170025,11.746736 - parent: 852 - type: Transform -- uid: 8992 - type: InflatableWallStack - components: - - pos: 41.9044,11.777986 - parent: 852 - type: Transform -- uid: 8993 - type: FloraTreeLarge05 - components: - - pos: 49.54521,-23.143997 - parent: 852 - type: Transform -- uid: 8994 - type: BannerNanotrasen - components: - - pos: 45.5,-20.5 - parent: 852 - type: Transform -- uid: 8995 - type: BannerNanotrasen - components: - - pos: 53.5,-20.5 - parent: 852 - type: Transform -- uid: 8996 - type: ClothingHandsGlovesIhscombat - components: - - pos: 9.438957,-32.4091 - parent: 852 - type: Transform -- uid: 8997 - type: ClothingShoesSpaceNinja - components: - - pos: 29.496273,-21.465607 - parent: 852 - type: Transform -- uid: 8998 - type: BoxFolderWhite - components: - - pos: 24.508684,-13.413875 - parent: 852 - type: Transform -- uid: 8999 - type: MagazinePistol - components: - - pos: -14.281249,20.780077 - parent: 852 - type: Transform - - unspawnedCount: 10 - type: BallisticAmmoProvider -- uid: 9000 - type: CableHV - components: - - pos: -23.5,19.5 - parent: 852 - type: Transform -- uid: 9001 - type: ReinforcedPlasmaWindow - components: - - pos: -10.5,21.5 - parent: 852 - type: Transform -- uid: 9002 - type: ChairOfficeDark - components: - - pos: -20.5,-1.5 - parent: 852 - type: Transform -- uid: 9003 - type: Table - components: - - pos: -20.5,-2.5 - parent: 852 - type: Transform -- uid: 9004 - type: ReinforcedWindow - components: - - pos: -17.5,-33.5 - parent: 852 - type: Transform -- uid: 9005 - type: WallReinforced - components: - - pos: -12.5,-33.5 - parent: 852 - type: Transform -- uid: 9006 - type: WallReinforced - components: - - pos: -11.5,-33.5 - parent: 852 - type: Transform -- uid: 9007 - type: Catwalk - components: - - pos: -22.5,-26.5 - parent: 852 - type: Transform -- uid: 9008 - type: Catwalk - components: - - pos: -23.5,-26.5 - parent: 852 - type: Transform -- uid: 9009 - type: Catwalk - components: - - pos: -30.5,-26.5 - parent: 852 - type: Transform -- uid: 9010 - type: Catwalk - components: - - pos: -29.5,-26.5 - parent: 852 - type: Transform -- uid: 9011 - type: PoweredSmallLight - components: - - pos: -29.5,-26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9012 - type: PoweredSmallLight - components: - - pos: -23.5,-26.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9013 - type: BlastDoor - components: - - pos: -26.5,-15.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 7551 - type: SignalReceiver -- uid: 9014 - type: CarpetGreen - components: - - pos: 7.5,-27.5 - parent: 852 - type: Transform -- uid: 9015 - type: CarpetGreen - components: - - pos: 8.5,-27.5 - parent: 852 - type: Transform -- uid: 9016 - type: CarpetGreen - components: - - pos: 8.5,-26.5 - parent: 852 - type: Transform -- uid: 9017 - type: CarpetGreen - components: - - pos: 7.5,-26.5 - parent: 852 - type: Transform -- uid: 9018 - type: CarpetGreen - components: - - pos: 6.5,-27.5 - parent: 852 - type: Transform -- uid: 9019 - type: CarpetGreen - components: - - pos: 6.5,-26.5 - parent: 852 - type: Transform -- uid: 9020 - type: DisgustingSweptSoup - components: - - pos: -12.511813,24.551395 - parent: 852 - type: Transform -- uid: 9021 - type: RadioHandheld - components: - - pos: 32.380318,-3.4857323 - parent: 852 - type: Transform -- uid: 9022 - type: RadioHandheld - components: - - pos: 32.645943,-3.4701073 - parent: 852 - type: Transform -- uid: 9023 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: 13.5,11.5 - parent: 852 - type: Transform -- uid: 9024 - type: ChairOfficeDark - components: - - rot: -1.5707963267948966 rad - pos: 19.5,8.5 - parent: 852 - type: Transform -- uid: 9025 - type: ReinforcedWindow - components: - - pos: -44.5,3.5 - parent: 852 - type: Transform -- uid: 9026 - type: ReinforcedWindow - components: - - pos: -41.5,1.5 - parent: 852 - type: Transform -- uid: 9027 - type: GrilleBroken - components: - - rot: -1.5707963267948966 rad - pos: 7.5,-38.5 - parent: 852 - type: Transform -- uid: 9028 - type: ClothingNeckScarfStripedGreen - components: - - pos: 54.455875,-22.53784 - parent: 852 - type: Transform -- uid: 9029 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 9030 - type: ClothingOuterWinterCap - components: - - pos: 10.618964,23.658073 - parent: 852 - type: Transform -- uid: 9031 - type: ClothingOuterWinterHoS - components: - - pos: -7.499014,20.716234 - parent: 852 - type: Transform -- uid: 9033 - type: CarpetPurple - components: - - rot: -1.5707963267948966 rad - pos: -5.5,-23.5 - parent: 852 - type: Transform -- uid: 9034 - type: ClothingOuterWinterCMO - components: - - pos: 24.55491,-12.378407 - parent: 852 - type: Transform -- uid: 9035 - type: ClothingOuterWinterCE - components: - - pos: 38.383812,-0.3536343 - parent: 852 - type: Transform -- uid: 9036 - type: ClothingOuterWinterCentcom - components: - - pos: 49.408,-22.48963 - parent: 852 - type: Transform -- uid: 9037 - type: BedsheetCentcom - components: - - pos: 30.5,-19.5 - parent: 852 - type: Transform -- uid: 9038 - type: Bed - components: - - pos: 30.5,-19.5 - parent: 852 - type: Transform -- uid: 9039 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - pos: 35.5,6.5 - parent: 852 - type: Transform -- uid: 9040 - type: PottedPlantRandomPlastic - components: - - pos: 35.5,2.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 9041 - type: FirelockEdge - components: - - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 852 - type: Transform -- uid: 9042 - type: FirelockEdge - components: - - rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 852 - type: Transform -- uid: 9043 - type: TableWood - components: - - pos: 7.5,19.5 - parent: 852 - type: Transform -- uid: 9044 - type: RubberStampApproved - components: - - pos: 7.332247,19.765924 - parent: 852 - type: Transform -- uid: 9045 - type: RubberStampDenied - components: - - pos: 7.691622,19.765924 - parent: 852 - type: Transform -- uid: 9046 - type: BoxFolderRed - components: - - pos: 7.2742176,19.456753 - parent: 852 - type: Transform -- uid: 9047 - type: BoxFolderBlue - components: - - pos: 7.4773426,19.456753 - parent: 852 - type: Transform -- uid: 9048 - type: BoxFolderBlack - components: - - pos: 7.6804676,19.441128 - parent: 852 - type: Transform -- uid: 9049 - type: Dresser - components: - - pos: 7.5,16.5 - parent: 852 - type: Transform -- uid: 9050 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 9051 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 9052 - type: CarpetSBlue - components: - - pos: 9.5,16.5 - parent: 852 - type: Transform -- uid: 9053 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 9054 - type: Paper - components: - - pos: 8.211718,18.566128 - parent: 852 - type: Transform -- uid: 9055 - type: Omnitool - components: - - parent: 7057 - type: Transform - - useSound: !type:SoundPathSpecifier - path: /Audio/Items/drill_use.ogg - type: Tool -- uid: 9056 - type: EmergencyMedipen - components: - - pos: -19.641325,-9.580671 - parent: 852 - type: Transform - - tags: [] - type: Tag -- uid: 9057 - type: FoodMeat - components: - - pos: -10.159095,-4.4711595 - parent: 852 - type: Transform -- uid: 9058 - type: FoodMeat - components: - - pos: -11.76847,-4.7055345 - parent: 852 - type: Transform -- uid: 9059 - type: FoodMeat - components: - - pos: -13.440345,-4.4399095 - parent: 852 - type: Transform -- uid: 9060 - type: Catwalk - components: - - pos: 16.5,21.5 - parent: 852 - type: Transform -- uid: 9061 - type: Catwalk - components: - - pos: 53.5,6.5 - parent: 852 - type: Transform -- uid: 9062 - type: Catwalk - components: - - pos: 53.5,7.5 - parent: 852 - type: Transform -- uid: 9063 - type: Catwalk - components: - - pos: 60.5,7.5 - parent: 852 - type: Transform -- uid: 9064 - type: Catwalk - components: - - pos: 59.5,7.5 - parent: 852 - type: Transform -- uid: 9065 - type: Catwalk - components: - - pos: 57.5,7.5 - parent: 852 - type: Transform -- uid: 9066 - type: Catwalk - components: - - pos: 56.5,7.5 - parent: 852 - type: Transform -- uid: 9067 - type: AtmosFixBlockerMarker - components: - - pos: 36.5,21.5 - parent: 852 - type: Transform -- uid: 9068 - type: AtmosFixBlockerMarker - components: - - pos: 36.5,22.5 - parent: 852 - type: Transform -- uid: 9069 - type: AtmosFixBlockerMarker - components: - - pos: 36.5,23.5 - parent: 852 - type: Transform -- uid: 9070 - type: AtmosFixBlockerMarker - components: - - pos: 38.5,21.5 - parent: 852 - type: Transform -- uid: 9071 - type: AtmosFixBlockerMarker - components: - - pos: 38.5,22.5 - parent: 852 - type: Transform -- uid: 9072 - type: AtmosFixBlockerMarker - components: - - pos: 38.5,23.5 - parent: 852 - type: Transform -- uid: 9073 - type: WallSolid - components: - - pos: 16.5,-14.5 - parent: 852 - type: Transform -- uid: 9074 - type: WallSolid - components: - - pos: 16.5,-13.5 - parent: 852 - type: Transform -- uid: 9075 - type: WallReinforced - components: - - pos: -44.5,-0.5 - parent: 852 - type: Transform -- uid: 9076 - type: AtmosFixBlockerMarker - components: - - pos: 42.5,21.5 - parent: 852 - type: Transform -- uid: 9077 - type: AtmosFixBlockerMarker - components: - - pos: 42.5,22.5 - parent: 852 - type: Transform -- uid: 9078 - type: AtmosFixBlockerMarker - components: - - pos: 42.5,23.5 - parent: 852 - type: Transform -- uid: 9079 - type: AtmosFixBlockerMarker - components: - - pos: 44.5,21.5 - parent: 852 - type: Transform -- uid: 9080 - type: AtmosFixBlockerMarker - components: - - pos: 44.5,22.5 - parent: 852 - type: Transform -- uid: 9081 - type: AtmosFixBlockerMarker - components: - - pos: 44.5,23.5 - parent: 852 - type: Transform -- uid: 9082 - type: AtmosFixBlockerMarker - components: - - pos: 46.5,21.5 - parent: 852 - type: Transform -- uid: 9083 - type: AtmosFixBlockerMarker - components: - - pos: 46.5,22.5 - parent: 852 - type: Transform -- uid: 9084 - type: AtmosFixBlockerMarker - components: - - pos: 46.5,23.5 - parent: 852 - type: Transform -- uid: 9085 - type: AtmosFixBlockerMarker - components: - - pos: 53.5,17.5 - parent: 852 - type: Transform -- uid: 9086 - type: AtmosFixBlockerMarker - components: - - pos: 53.5,16.5 - parent: 852 - type: Transform -- uid: 9087 - type: BoozeDispenser - components: - - rot: 3.141592653589793 rad - pos: 31.5,-10.5 - parent: 852 - type: Transform -- uid: 9088 - type: WallSolid - components: - - pos: -23.5,-20.5 - parent: 852 - type: Transform -- uid: 9089 - type: PosterMapSaltern - components: - - pos: -29.5,12.5 - parent: 852 - type: Transform -- uid: 9090 - type: PosterMapSaltern - components: - - pos: 1.5,22.5 - parent: 852 - type: Transform -- uid: 9091 - type: PosterMapSaltern - components: - - pos: 27.5,7.5 - parent: 852 - type: Transform -- uid: 9092 - type: PosterMapSaltern - components: - - pos: 6.5,-15.5 - parent: 852 - type: Transform -- uid: 9093 - type: BrbSign - components: - - pos: 8.736744,18.337376 - parent: 852 - type: Transform -- uid: 9094 - type: Poweredlight - components: - - pos: 19.5,-4.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9095 - type: JanitorialTrolley - components: - - rot: -1.5707963267948966 rad - pos: -21.5,8.5 - parent: 852 - type: Transform - - solution: bucket - type: Drink - - containers: - storagebase: !type:Container - ents: [] - mop_slot: !type:ContainerSlot {} - trashbag_slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 9096 - type: MopBucket - components: - - pos: -21.319218,10.682958 - parent: 852 - type: Transform - - solution: bucket - type: Drink -- uid: 9097 - type: WaterCooler - components: - - pos: -1.5,31.5 - parent: 852 - type: Transform -- uid: 9098 - type: WaterCooler - components: - - pos: 31.5,2.5 - parent: 852 - type: Transform -- uid: 9099 - type: SpawnPointServiceWorker - components: - - pos: -12.5,-0.5 - parent: 852 - type: Transform -- uid: 9100 - type: SpawnPointSecurityCadet - components: - - pos: -11.5,15.5 - parent: 852 - type: Transform -- uid: 9101 - type: SpawnPointSecurityCadet - components: - - pos: -11.5,14.5 - parent: 852 - type: Transform -- uid: 9102 - type: SpawnPointMedicalIntern - components: - - pos: 22.5,-5.5 - parent: 852 - type: Transform -- uid: 9103 - type: SpawnPointTechnicalAssistant - components: - - pos: 32.5,-0.5 - parent: 852 - type: Transform -- uid: 9104 - type: SpawnPointTechnicalAssistant - components: - - pos: 33.5,-0.5 - parent: 852 - type: Transform -- uid: 9105 - type: MedicalTechFab - components: - - pos: 16.5,-11.5 - parent: 852 - type: Transform - - materialWhiteList: - - Glass - - Steel - - Plastic - - Durathread - - Cloth - type: MaterialStorage -- uid: 9106 - type: SpawnPointAtmos - components: - - pos: 39.5,12.5 - parent: 852 - type: Transform -- uid: 9107 - type: SpawnPointAtmos - components: - - pos: 38.5,12.5 - parent: 852 - type: Transform -- uid: 9108 - type: FloorDrain - components: - - pos: 17.5,-0.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 9109 - type: FloorDrain - components: - - pos: -11.5,-4.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 9110 - type: FloorDrain - components: - - pos: -21.5,9.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 9111 - type: VehicleKeyPussyWagon - components: - - pos: -20.57317,7.5494494 - parent: 852 - type: Transform -- uid: 9112 - type: VehicleKeySecway - components: - - pos: -6.5508122,14.494105 - parent: 852 - type: Transform -- uid: 9113 - type: ChairOfficeDark - components: - - pos: 38.5,0.5 - parent: 852 - type: Transform -- uid: 9114 - type: CrowbarRed - components: - - pos: -10.463156,-6.5336485 - parent: 852 - type: Transform -- uid: 9115 - type: SpawnVehicleSecway - components: - - pos: -9.5,17.5 - parent: 852 - type: Transform -- uid: 9116 - type: SpawnVehicleSecway - components: - - pos: -9.5,16.5 - parent: 852 - type: Transform -- uid: 9117 - type: VehicleKeySecway - components: - - pos: -6.491432,14.10022 - parent: 852 - type: Transform -- uid: 9118 - type: SpawnVehiclePussywagon - components: - - pos: -19.5,8.5 - parent: 852 - type: Transform -- uid: 9119 - type: PowerCellRecharger - components: - - pos: 14.5,12.5 - parent: 852 - type: Transform - - fixtures: [] - type: Fixtures -- uid: 9120 - type: ChairOfficeLight - components: - - rot: 1.5707963267948966 rad - pos: 18.5,-0.5 - parent: 852 - type: Transform -- uid: 9121 - type: Poweredlight - components: - - rot: 1.5707963267948966 rad - pos: 9.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9122 - type: ShuttersNormalOpen - components: - - rot: -1.5707963267948966 rad - pos: 5.5,-7.5 - parent: 852 - type: Transform - - inputs: - Open: [] - Close: [] - Toggle: - - port: Pressed - uid: 2141 - type: SignalReceiver -- uid: 9123 - type: SignalButton - components: - - pos: 6.5,-12.5 - parent: 852 - type: Transform - - outputs: - Pressed: - - port: Toggle - uid: 1475 - - port: Toggle - uid: 2137 - type: SignalTransmitter -- uid: 9124 - type: Grille - components: - - pos: 5.5,-11.5 - parent: 852 - type: Transform -- uid: 9125 - type: Grille - components: - - pos: 5.5,-10.5 - parent: 852 - type: Transform -- uid: 9126 - type: Grille - components: - - pos: 5.5,-8.5 - parent: 852 - type: Transform -- uid: 9127 - type: Grille - components: - - pos: 5.5,-7.5 - parent: 852 - type: Transform -- uid: 9128 - type: ReinforcedWindow - components: - - pos: 5.5,-11.5 - parent: 852 - type: Transform -- uid: 9129 - type: ReinforcedWindow - components: - - pos: 5.5,-10.5 - parent: 852 - type: Transform -- uid: 9130 - type: ReinforcedWindow - components: - - pos: 5.5,-8.5 - parent: 852 - type: Transform -- uid: 9131 - type: ReinforcedWindow - components: - - pos: 5.5,-7.5 - parent: 852 - type: Transform -- uid: 9132 - type: ClothingOuterHardsuitEVA - components: - - pos: 8.528155,9.726728 - parent: 852 - type: Transform -- uid: 9133 - type: ClothingOuterHardsuitEVA - components: - - pos: 8.54378,10.570478 - parent: 852 - type: Transform -- uid: 9134 - type: ClothingHeadHelmetEVA - components: - - pos: 8.309405,10.476728 - parent: 852 - type: Transform -- uid: 9135 - type: VendingMachineTankDispenserEVA - components: - - name: tank dispenser - type: MetaData - - pos: 8.5,8.5 - parent: 852 - type: Transform -- uid: 9136 - type: Table - components: - - pos: 8.5,10.5 - parent: 852 - type: Transform -- uid: 9137 - type: VendingMachineTankDispenserEVA - components: - - name: tank dispenser - type: MetaData - - pos: 37.5,11.5 - parent: 852 - type: Transform -- uid: 9138 - type: Table - components: - - pos: 8.5,9.5 - parent: 852 - type: Transform -- uid: 9139 - type: ClothingHeadHelmetEVA - components: - - pos: 8.278155,9.648603 - parent: 852 - type: Transform -- uid: 9140 - type: ChairOfficeLight - components: - - rot: 3.141592653589793 rad - pos: 15.5,-5.5 - parent: 852 - type: Transform -- uid: 9141 - type: TablePlasmaGlass - components: - - pos: 14.5,-6.5 - parent: 852 - type: Transform -- uid: 9142 - type: TablePlasmaGlass - components: - - pos: 15.5,-6.5 - parent: 852 - type: Transform -- uid: 9143 - type: Lamp - components: - - pos: 14.479344,-6.1264844 - parent: 852 - 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: 9144 - type: SyringeSpaceacillin - components: - - pos: 14.604344,-5.4389844 - parent: 852 - type: Transform - - tags: [] - type: Tag -- uid: 9145 - type: VendingMachineChang - components: - - pos: 5.5,-17.5 - parent: 852 - type: Transform - - sprite: Structures/Machines/VendingMachines/cigs.rsi - type: Sprite -- uid: 9146 - type: SurveillanceCameraCommand - components: - - pos: -0.5,23.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Conference Room - type: SurveillanceCamera -- uid: 9147 - type: SurveillanceCameraSecurity - components: - - rot: 3.141592653589793 rad - pos: -16.5,11.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Brig - type: SurveillanceCamera -- uid: 9148 - type: ComputerSurveillanceCameraMonitor - components: - - rot: -1.5707963267948966 rad - pos: -4.5,14.5 - parent: 852 - type: Transform -- uid: 9149 - type: SurveillanceCameraEngineering - components: - - rot: 3.141592653589793 rad - pos: 39.5,0.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Office - type: SurveillanceCamera -- uid: 9150 - type: SurveillanceCameraEngineering - components: - - rot: 3.141592653589793 rad - pos: 41.5,6.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: SMES Bank - type: SurveillanceCamera -- uid: 9151 - type: SurveillanceCameraEngineering - components: - - rot: -1.5707963267948966 rad - pos: 46.5,10.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: AME Room - type: SurveillanceCamera -- uid: 9152 - type: SurveillanceCameraEngineering - components: - - rot: 1.5707963267948966 rad - pos: 41.5,14.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics - type: SurveillanceCamera -- uid: 9153 - type: SurveillanceCameraEngineering - components: - - rot: -1.5707963267948966 rad - pos: 55.5,0.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Singulo - type: SurveillanceCamera -- uid: 9154 - type: SurveillanceCameraEngineering - components: - - rot: 3.141592653589793 rad - pos: 50.5,-2.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Grav Gen - type: SurveillanceCamera -- uid: 9155 - type: SurveillanceCameraEngineering - components: - - rot: 3.141592653589793 rad - pos: 35.5,6.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Lobby - type: SurveillanceCamera -- uid: 9156 - type: SurveillanceCameraRouterMedical - components: - - pos: 24.5,-14.5 - parent: 852 - type: Transform -- uid: 9157 - type: SurveillanceCameraMedical - components: - - rot: 3.141592653589793 rad - pos: 8.5,-13.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cloning - type: SurveillanceCamera -- uid: 9158 - type: SurveillanceCameraMedical - components: - - pos: 10.5,-11.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medbay Foyer - type: SurveillanceCamera -- uid: 9159 - type: SurveillanceCameraMedical - components: - - rot: 1.5707963267948966 rad - pos: 19.5,0.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry - type: SurveillanceCamera -- uid: 9160 - type: SurveillanceCameraMedical - components: - - rot: 1.5707963267948966 rad - pos: 19.5,-7.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medbay Labs - type: SurveillanceCamera -- uid: 9161 - type: SurveillanceCameraMedical - components: - - rot: 1.5707963267948966 rad - pos: 12.5,-3.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medbay Lobby - type: SurveillanceCamera -- uid: 9162 - type: AirlockExternalGlass - components: - - pos: -40.5,10.5 - parent: 852 - type: Transform -- uid: 9163 - type: AtmosFixPlasmaMarker - components: - - pos: 40.5,22.5 - parent: 852 - type: Transform -- uid: 9164 - type: AtmosFixPlasmaMarker - components: - - pos: 40.5,21.5 - parent: 852 - type: Transform -- uid: 9165 - type: GasMinerPlasma - components: - - pos: 40.5,22.5 - parent: 852 - type: Transform -- uid: 9166 - type: CableHV - components: - - pos: 5.5,13.5 - parent: 852 - type: Transform -- uid: 9167 - type: CableApcExtension - components: - - pos: -43.5,8.5 - parent: 852 - type: Transform -- uid: 9168 - type: ReinforcedWindow - components: - - pos: -38.5,-10.5 - parent: 852 - type: Transform -- uid: 9169 - type: WallSolid - components: - - pos: -38.5,-2.5 - parent: 852 - type: Transform -- uid: 9170 - type: Grille - components: - - pos: -38.5,-7.5 - parent: 852 - type: Transform -- uid: 9171 - type: Grille - components: - - pos: -38.5,-9.5 - parent: 852 - type: Transform -- uid: 9172 - type: Grille - components: - - pos: -39.5,-5.5 - parent: 852 - type: Transform -- uid: 9173 - type: ReinforcedWindow - components: - - pos: -35.5,-12.5 - parent: 852 - type: Transform -- uid: 9174 - type: Grille - components: - - pos: -37.5,-12.5 - parent: 852 - type: Transform -- uid: 9175 - type: Grille - components: - - pos: -39.5,-1.5 - parent: 852 - type: Transform -- uid: 9176 - type: GasPipeStraight - components: - - pos: -37.5,-0.5 - parent: 852 - type: Transform -- uid: 9177 - type: GasPipeStraight - components: - - pos: -37.5,-2.5 - parent: 852 - type: Transform -- uid: 9178 - type: GasPipeStraight - components: - - pos: -37.5,-3.5 - parent: 852 - type: Transform -- uid: 9179 - type: GasPipeStraight - components: - - pos: -37.5,-5.5 - parent: 852 - type: Transform -- uid: 9180 - type: AirlockGlass - components: - - pos: -37.5,-2.5 - parent: 852 - type: Transform -- uid: 9181 - type: AirlockGlass - components: - - pos: -36.5,-2.5 - parent: 852 - type: Transform -- uid: 9182 - type: WallReinforced - components: - - pos: -38.5,-8.5 - parent: 852 - type: Transform -- uid: 9183 - type: WallReinforced - components: - - pos: -38.5,-6.5 - parent: 852 - type: Transform -- uid: 9184 - type: ReinforcedWindow - components: - - pos: -39.5,-5.5 - parent: 852 - type: Transform -- uid: 9185 - type: WallReinforced - components: - - pos: -39.5,-2.5 - parent: 852 - type: Transform -- uid: 9186 - type: WallReinforced - components: - - pos: -39.5,-0.5 - parent: 852 - type: Transform -- uid: 9187 - type: ReinforcedWindow - components: - - pos: -39.5,-1.5 - parent: 852 - type: Transform -- uid: 9188 - type: FirelockGlass - components: - - pos: -35.5,-2.5 - parent: 852 - type: Transform -- uid: 9189 - type: ReinforcedWindow - components: - - pos: -36.5,-12.5 - parent: 852 - type: Transform -- uid: 9190 - type: Grille - components: - - pos: -38.5,-10.5 - parent: 852 - type: Transform -- uid: 9191 - type: ReinforcedWindow - components: - - pos: -38.5,-11.5 - parent: 852 - type: Transform -- uid: 9192 - type: ReinforcedWindow - components: - - pos: -38.5,-9.5 - parent: 852 - type: Transform -- uid: 9193 - type: WallReinforced - components: - - pos: -38.5,-12.5 - parent: 852 - type: Transform -- uid: 9194 - type: ReinforcedWindow - components: - - pos: -37.5,-12.5 - parent: 852 - type: Transform -- uid: 9195 - type: FirelockGlass - components: - - pos: -37.5,-2.5 - parent: 852 - type: Transform -- uid: 9196 - type: FirelockGlass - components: - - pos: -36.5,-2.5 - parent: 852 - type: Transform -- uid: 9197 - type: Grille - components: - - pos: -39.5,-3.5 - parent: 852 - type: Transform -- uid: 9198 - type: Grille - components: - - pos: -38.5,-11.5 - parent: 852 - type: Transform -- uid: 9199 - type: GasPipeStraight - components: - - pos: -37.5,-1.5 - parent: 852 - type: Transform -- uid: 9200 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -37.5,0.5 - parent: 852 - type: Transform -- uid: 9201 - type: GasPipeStraight - components: - - pos: -37.5,-4.5 - parent: 852 - type: Transform -- uid: 9202 - type: GasVentScrubber - components: - - rot: 3.141592653589793 rad - pos: -37.5,-6.5 - parent: 852 - type: Transform -- uid: 9203 - type: ClosetEmergencyFilledRandom - components: - - pos: -37.5,-11.5 - parent: 852 - type: Transform -- uid: 9204 - type: ReinforcedWindow - components: - - pos: -38.5,-7.5 - parent: 852 - type: Transform -- uid: 9205 - type: WallReinforced - components: - - pos: -39.5,-6.5 - parent: 852 - type: Transform -- uid: 9206 - type: WallReinforced - components: - - pos: -39.5,-4.5 - parent: 852 - type: Transform -- uid: 9207 - type: ReinforcedWindow - components: - - pos: -39.5,-3.5 - parent: 852 - type: Transform -- uid: 9208 - type: Grille - components: - - pos: -36.5,-12.5 - parent: 852 - type: Transform -- uid: 9209 - type: Grille - components: - - pos: -35.5,-12.5 - parent: 852 - type: Transform -- uid: 9210 - type: CableApcExtension - components: - - pos: -36.5,-7.5 - parent: 852 - type: Transform -- uid: 9211 - type: CableApcExtension - components: - - pos: -36.5,-8.5 - parent: 852 - type: Transform -- uid: 9212 - type: CableApcExtension - components: - - pos: -36.5,-9.5 - parent: 852 - type: Transform -- uid: 9213 - type: CableApcExtension - components: - - pos: -36.5,-10.5 - parent: 852 - type: Transform -- uid: 9214 - type: CableApcExtension - components: - - pos: -36.5,-11.5 - parent: 852 - type: Transform -- uid: 9215 - type: CableApcExtension - components: - - pos: -37.5,-4.5 - parent: 852 - type: Transform -- uid: 9216 - type: CableApcExtension - components: - - pos: -37.5,6.5 - parent: 852 - type: Transform -- uid: 9217 - type: CableApcExtension - components: - - pos: -38.5,6.5 - parent: 852 - type: Transform -- uid: 9218 - type: CableApcExtension - components: - - pos: -39.5,6.5 - parent: 852 - type: Transform -- uid: 9219 - type: Grille - components: - - pos: -42.5,-13.5 - parent: 852 - type: Transform -- uid: 9220 - type: Grille - components: - - pos: -42.5,-12.5 - parent: 852 - type: Transform -- uid: 9221 - type: Grille - components: - - pos: -42.5,-11.5 - parent: 852 - type: Transform -- uid: 9222 - type: Grille - components: - - pos: -42.5,-10.5 - parent: 852 - type: Transform -- uid: 9223 - type: Grille - components: - - pos: -42.5,-9.5 - parent: 852 - type: Transform -- uid: 9224 - type: Grille - components: - - pos: -42.5,-8.5 - parent: 852 - type: Transform -- uid: 9225 - type: Grille - components: - - pos: -42.5,-7.5 - parent: 852 - type: Transform -- uid: 9226 - type: Grille - components: - - pos: -42.5,-5.5 - parent: 852 - type: Transform -- uid: 9227 - type: Grille - components: - - pos: -42.5,-4.5 - parent: 852 - type: Transform -- uid: 9228 - type: GrilleBroken - components: - - pos: -42.5,-6.5 - parent: 852 - type: Transform -- uid: 9229 - type: GrilleBroken - components: - - pos: -42.5,-3.5 - parent: 852 - type: Transform -- uid: 9230 - type: GrilleBroken - components: - - rot: 3.141592653589793 rad - pos: -42.5,-14.5 - parent: 852 - type: Transform -- uid: 9231 - type: Grille - components: - - pos: -41.5,-0.5 - parent: 852 - type: Transform -- uid: 9232 - type: Grille - components: - - pos: -42.5,-0.5 - parent: 852 - type: Transform -- uid: 9233 - type: Grille - components: - - pos: -43.5,-0.5 - parent: 852 - type: Transform -- uid: 9234 - type: Grille - components: - - pos: -43.5,11.5 - parent: 852 - type: Transform -- uid: 9235 - type: Grille - components: - - pos: -42.5,11.5 - parent: 852 - type: Transform -- uid: 9236 - type: Grille - components: - - pos: -41.5,11.5 - parent: 852 - type: Transform -- uid: 9237 - type: SignSpace - components: - - pos: -40.5,9.5 - parent: 852 - type: Transform -- uid: 9238 - type: SignSpace - components: - - pos: -40.5,1.5 - parent: 852 - type: Transform -- uid: 9239 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -40.5,4.5 - parent: 852 - type: Transform -- uid: 9240 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -40.5,5.5 - parent: 852 - type: Transform -- uid: 9241 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -40.5,6.5 - parent: 852 - type: Transform -- uid: 9242 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -38.5,4.5 - parent: 852 - type: Transform -- uid: 9243 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -38.5,5.5 - parent: 852 - type: Transform -- uid: 9244 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -38.5,6.5 - parent: 852 - type: Transform -- uid: 9245 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -37.5,4.5 - parent: 852 - type: Transform -- uid: 9246 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -37.5,5.5 - parent: 852 - type: Transform -- uid: 9247 - type: Chair - components: - - rot: 1.5707963267948966 rad - pos: -37.5,6.5 - parent: 852 - type: Transform -- uid: 9248 - type: PoweredSmallLight - components: - - pos: -42.5,0.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9249 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -42.5,2.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9250 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -42.5,10.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9251 - type: PoweredSmallLight - components: - - pos: -42.5,8.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9252 - type: WallSolid - components: - - pos: -21.5,-17.5 - parent: 852 - type: Transform -- uid: 9253 - type: AirlockMaintLocked - components: - - pos: -21.5,-18.5 - parent: 852 - type: Transform -- uid: 9254 - type: WallSolid - components: - - pos: -21.5,-19.5 - parent: 852 - type: Transform -- uid: 9255 - type: ReinforcedWindow - components: - - pos: -27.5,-16.5 - parent: 852 - type: Transform -- uid: 9256 - type: ReinforcedWindow - components: - - pos: -26.5,-16.5 - parent: 852 - type: Transform -- uid: 9257 - type: Grille - components: - - pos: -28.5,-19.5 - parent: 852 - type: Transform -- uid: 9258 - type: Grille - components: - - pos: -28.5,-18.5 - parent: 852 - type: Transform -- uid: 9259 - type: Grille - components: - - pos: -27.5,-20.5 - parent: 852 - type: Transform -- uid: 9260 - type: Grille - components: - - pos: -26.5,-20.5 - parent: 852 - type: Transform -- uid: 9261 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9262 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -20.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9263 - type: Grille - components: - - pos: -28.5,-16.5 - parent: 852 - type: Transform -- uid: 9264 - type: Grille - components: - - pos: -27.5,-16.5 - parent: 852 - type: Transform -- uid: 9265 - type: Grille - components: - - pos: -26.5,-16.5 - parent: 852 - type: Transform -- uid: 9266 - type: CableApcExtension - components: - - pos: -23.5,-15.5 - parent: 852 - type: Transform -- uid: 9267 - type: CableApcExtension - components: - - pos: -23.5,-16.5 - parent: 852 - type: Transform -- uid: 9268 - type: CableApcExtension - components: - - pos: -23.5,-17.5 - parent: 852 - type: Transform -- uid: 9269 - type: CableApcExtension - components: - - pos: -23.5,-18.5 - parent: 852 - type: Transform -- uid: 9270 - type: CableApcExtension - components: - - pos: -23.5,-19.5 - parent: 852 - type: Transform -- uid: 9271 - type: CableApcExtension - components: - - pos: -24.5,-18.5 - parent: 852 - type: Transform -- uid: 9272 - type: CableApcExtension - components: - - pos: -25.5,-18.5 - parent: 852 - type: Transform -- uid: 9273 - type: CableApcExtension - components: - - pos: -26.5,-18.5 - parent: 852 - type: Transform -- uid: 9274 - type: CrateEmptySpawner - components: - - pos: -27.5,-18.5 - parent: 852 - type: Transform -- uid: 9275 - type: ClosetMaintenanceFilledRandom - components: - - pos: -27.5,-19.5 - parent: 852 - type: Transform -- uid: 9276 - type: RandomSpawner - components: - - pos: -26.5,-17.5 - parent: 852 - type: Transform -- uid: 9277 - type: RandomSpawner - components: - - pos: -23.5,-19.5 - parent: 852 - type: Transform -- uid: 9278 - type: RandomPosterContraband - components: - - pos: -21.5,-17.5 - parent: 852 - type: Transform -- uid: 9279 - type: RandomPosterContraband - components: - - pos: -10.5,-11.5 - parent: 852 - type: Transform -- uid: 9280 - type: RandomPosterLegit - components: - - pos: -1.5,-12.5 - parent: 852 - type: Transform -- uid: 9281 - type: RandomPosterLegit - components: - - pos: -25.5,-9.5 - parent: 852 - type: Transform -- uid: 9282 - type: RandomPosterLegit - components: - - pos: -31.5,-1.5 - parent: 852 - type: Transform -- uid: 9283 - type: RandomPosterAny - components: - - pos: -31.5,0.5 - parent: 852 - type: Transform -- uid: 9284 - type: RandomPosterLegit - components: - - pos: -21.5,-1.5 - parent: 852 - type: Transform -- uid: 9285 - type: RandomPosterLegit - components: - - pos: -20.5,-14.5 - parent: 852 - type: Transform -- uid: 9286 - type: GasPipeStraight - components: - - pos: -32.5,4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9287 - type: GasPipeStraight - components: - - pos: -32.5,3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9288 - type: GasPipeStraight - components: - - pos: -32.5,2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9289 - type: GasPipeStraight - components: - - pos: -32.5,1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9290 - type: GasPipeStraight - components: - - pos: -32.5,0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9291 - type: GasPipeStraight - components: - - pos: -32.5,-0.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9292 - type: GasPipeStraight - components: - - pos: -32.5,-1.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9293 - type: GasPipeStraight - components: - - pos: -32.5,-2.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9294 - type: GasPipeStraight - components: - - pos: -32.5,-3.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9295 - type: GasPipeStraight - components: - - pos: -32.5,-4.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9296 - type: GasPipeStraight - components: - - pos: -32.5,-5.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9297 - type: GasPipeTJunction - components: - - rot: -1.5707963267948966 rad - pos: -32.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9298 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -34.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9299 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -33.5,-6.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9300 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -32.5,-7.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9301 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -32.5,-8.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9302 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -32.5,-9.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9303 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -32.5,-10.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9304 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -31.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9305 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -30.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9306 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -29.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9307 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -28.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9308 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -27.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9309 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -26.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9310 - type: GasPipeStraight - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9311 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -32.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9312 - type: GasPipeBend - components: - - pos: -24.5,-11.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9313 - type: GasPipeTJunction - components: - - rot: 3.141592653589793 rad - pos: -24.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9314 - type: GasPipeBend - components: - - pos: -22.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9315 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -23.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9316 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -24.5,-12.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9317 - type: GasVentPump - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-13.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9318 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,-14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9319 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,-15.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9320 - type: GasPipeStraight - components: - - rot: 3.141592653589793 rad - pos: -22.5,-16.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9321 - type: GasPipeBend - components: - - rot: -1.5707963267948966 rad - pos: -19.5,-22.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9322 - type: AtmosFixPlasmaMarker - components: - - pos: 40.5,23.5 - parent: 852 - type: Transform -- uid: 9323 - type: ClosetEmergencyFilledRandom - components: - - pos: -34.5,7.5 - parent: 852 - type: Transform -- uid: 9324 - type: ClosetFireFilled - components: - - pos: -37.5,-10.5 - parent: 852 - type: Transform -- uid: 9325 - type: PottedPlantRandom - components: - - pos: -38.5,-1.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 9326 - type: PottedPlantRandom - components: - - pos: -38.5,-3.5 - parent: 852 - type: Transform - - containers: - stash: !type:ContainerSlot {} - type: ContainerContainer -- uid: 9327 - type: VendingMachineCola - components: - - pos: -38.5,-4.5 - parent: 852 - type: Transform -- uid: 9328 - type: VendingMachineCoffee - components: - - name: Hot drinks machine - type: MetaData - - pos: -38.5,-5.5 - parent: 852 - type: Transform -- uid: 9329 - type: SurveillanceCameraMedical - components: - - pos: 23.5,-15.5 - parent: 852 - type: Transform - - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: CMO's Office - type: SurveillanceCamera -- uid: 9330 - type: Poweredlight - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-9.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9331 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: -28.5,2.5 - parent: 852 - type: Transform -- uid: 9332 - type: Grille - components: - - rot: -1.5707963267948966 rad - pos: -29.5,2.5 - parent: 852 - type: Transform -- uid: 9333 - type: SignDirectionalEvac - components: - - rot: -1.5707963267948966 rad - pos: 1.494153,6.738206 - parent: 852 - type: Transform -- uid: 9334 - type: BarSignEngineChange - components: - - pos: -9.5,2.5 - parent: 852 - type: Transform -- uid: 9335 - type: WindoorBarLocked - components: - - rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 852 - type: Transform -- uid: 9336 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,0.5 - parent: 852 - type: Transform -- uid: 9337 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,1.5 - parent: 852 - type: Transform -- uid: 9338 - type: DisposalBend - components: - - rot: 3.141592653589793 rad - pos: -34.5,3.5 - parent: 852 - type: Transform -- uid: 9339 - type: DisposalTrunk - components: - - pos: -34.5,6.5 - parent: 852 - type: Transform -- uid: 9340 - type: DisposalPipe - components: - - rot: -1.5707963267948966 rad - pos: -33.5,3.5 - parent: 852 - type: Transform -- uid: 9341 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: -34.5,4.5 - parent: 852 - type: Transform -- uid: 9342 - type: DisposalPipe - components: - - rot: 3.141592653589793 rad - pos: -34.5,5.5 - parent: 852 - type: Transform -- uid: 9343 - type: DisposalUnit - components: - - pos: -34.5,6.5 - parent: 852 - type: Transform -- uid: 9344 - type: WarpPoint - components: - - pos: -36.5,-8.5 - parent: 852 - type: Transform - - location: arrivals - type: WarpPoint -- uid: 9345 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-9.5 - parent: 852 - type: Transform -- uid: 9346 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-8.5 - parent: 852 - type: Transform -- uid: 9347 - type: Chair - components: - - rot: -1.5707963267948966 rad - pos: -35.5,-7.5 - parent: 852 - type: Transform -- uid: 9348 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -3.5,-38.5 - parent: 852 - type: Transform -- uid: 9349 - type: GasPipeStraight - components: - - pos: -25.5,17.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9350 - type: GasPipeStraight - components: - - pos: -25.5,18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9351 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -24.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9352 - type: GasPipeStraight - components: - - rot: -1.5707963267948966 rad - pos: -23.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9353 - type: GasPipeBend - components: - - pos: -24.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9354 - type: GasPipeBend - components: - - rot: 3.141592653589793 rad - pos: -25.5,14.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9355 - type: GasPipeBend - components: - - rot: 1.5707963267948966 rad - pos: -25.5,19.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9356 - type: GasPipeBend - components: - - pos: -19.5,-18.5 - parent: 852 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor -- uid: 9357 - type: ReinforcedWindow - components: - - pos: -44.5,1.5 - parent: 852 - type: Transform -- uid: 9358 - type: ReinforcedWindow - components: - - pos: -43.5,9.5 - parent: 852 - type: Transform -- uid: 9359 - type: ReinforcedWindow - components: - - pos: -40.5,7.5 - parent: 852 - type: Transform -- uid: 9360 - type: ReinforcedWindow - components: - - pos: -40.5,9.5 - parent: 852 - type: Transform -- uid: 9361 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-24.5 - parent: 852 - type: Transform -- uid: 9362 - type: SpawnPointDetective - components: - - pos: -24.5,-22.5 - parent: 852 - type: Transform -- uid: 9363 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-23.5 - parent: 852 - type: Transform -- uid: 9364 - type: PosterLegitDickGumshue - components: - - pos: -22.5,-20.5 - parent: 852 - type: Transform -- uid: 9365 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-22.5 - parent: 852 - type: Transform -- uid: 9366 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-23.5 - parent: 852 - type: Transform -- uid: 9367 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-24.5 - parent: 852 - type: Transform -- uid: 9368 - type: Carpet - components: - - rot: 1.5707963267948966 rad - pos: -23.5,-22.5 - parent: 852 - type: Transform -- uid: 9369 - type: VendingMachineDetDrobe - components: - - pos: -24.5,-21.5 - parent: 852 - type: Transform -- uid: 9370 - type: ChairOfficeDark - components: - - rot: 3.141592653589793 rad - pos: -23.5,-24.5 - parent: 852 - type: Transform -- uid: 9371 - type: ChairOfficeDark - components: - - pos: -23.5,-22.5 - parent: 852 - type: Transform -- uid: 9372 - type: TableWood - components: - - pos: -23.5,-23.5 - parent: 852 - type: Transform -- uid: 9373 - type: TableWood - components: - - pos: -24.5,-23.5 - parent: 852 - type: Transform -- uid: 9374 - type: LockerDetectiveFilled - components: - - pos: -23.5,-21.5 - parent: 852 - type: Transform -- uid: 9375 - type: Grille - components: - - rot: 1.5707963267948966 rad - pos: -25.5,-21.5 - parent: 852 - type: Transform -- uid: 9376 - type: ComputerSurveillanceCameraMonitor - components: - - rot: 1.5707963267948966 rad - pos: -24.5,-24.5 - parent: 852 - type: Transform -- uid: 9377 - type: AirlockExternalGlassShuttleEmergencyLocked - components: - - rot: -1.5707963267948966 rad - pos: -44.5,8.5 - parent: 852 - 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: 9379 - type: ReinforcedWindow - components: - - pos: -43.5,7.5 - parent: 852 - type: Transform -- uid: 9380 - type: ReinforcedWindow - components: - - pos: -41.5,4.5 - parent: 852 - type: Transform -- uid: 9381 - type: ReinforcedWindow - components: - - pos: -41.5,5.5 - parent: 852 - type: Transform -- uid: 9382 - type: ReinforcedWindow - components: - - pos: -41.5,11.5 - parent: 852 - type: Transform -- uid: 9383 - type: ReinforcedWindow - components: - - pos: -41.5,6.5 - parent: 852 - type: Transform -- uid: 9384 - type: ReinforcedWindow - components: - - pos: -41.5,9.5 - parent: 852 - type: Transform -- uid: 9385 - type: ReinforcedWindow - components: - - pos: -42.5,9.5 - parent: 852 - type: Transform -- uid: 9386 - type: ReinforcedWindow - components: - - pos: -40.5,3.5 - parent: 852 - type: Transform -- uid: 9387 - type: ReinforcedWindow - components: - - pos: -42.5,7.5 - parent: 852 - type: Transform -- uid: 9388 - type: AirlockExternalGlassShuttleEmergencyLocked - components: - - rot: -1.5707963267948966 rad - pos: -44.5,2.5 - parent: 852 - 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: 9389 - type: AirlockSecurityGlassLocked - components: - - pos: -21.5,-22.5 - parent: 852 - type: Transform -- uid: 9390 - type: CableHV - components: - - pos: 4.5,13.5 - parent: 852 - type: Transform -- uid: 9391 - type: AirlockExternalGlassShuttleEmergencyLocked - components: - - rot: -1.5707963267948966 rad - pos: -44.5,10.5 - parent: 852 - 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: 9392 - type: AirlockExternalGlassShuttleEmergencyLocked - components: - - rot: -1.5707963267948966 rad - pos: -44.5,0.5 - parent: 852 - 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: 9393 - type: CableHV - components: - - pos: 13.5,10.5 - parent: 852 - type: Transform -- uid: 9394 - type: CableHV - components: - - pos: 13.5,9.5 - parent: 852 - type: Transform -- uid: 9395 - type: SignSecurearea - components: - - pos: -44.5,1.5 - parent: 852 - type: Transform -- uid: 9396 - type: SignSecurearea - components: - - pos: -44.5,9.5 - parent: 852 - type: Transform -- uid: 9397 - type: WallReinforced - components: - - pos: -21.5,-31.5 - parent: 852 - type: Transform -- uid: 9398 - type: ReinforcedWindow - components: - - pos: -15.5,-30.5 - parent: 852 - type: Transform -- uid: 9399 - type: ReinforcedWindow - components: - - pos: -14.5,-30.5 - parent: 852 - type: Transform -- uid: 9400 - type: WallReinforced - components: - - pos: -17.5,-30.5 - parent: 852 - type: Transform -- uid: 9401 - type: WallReinforced - components: - - pos: -13.5,-30.5 - parent: 852 - type: Transform -- uid: 9402 - type: CableApcExtension - components: - - pos: -8.5,-26.5 - parent: 852 - type: Transform -- uid: 9403 - type: CableApcExtension - components: - - pos: -10.5,-26.5 - parent: 852 - type: Transform -- uid: 9404 - type: CableApcExtension - components: - - pos: -9.5,-26.5 - parent: 852 - type: Transform -- uid: 9405 - type: CableApcExtension - components: - - pos: -11.5,-26.5 - parent: 852 - type: Transform -- uid: 9406 - type: CableApcExtension - components: - - pos: -11.5,-27.5 - parent: 852 - type: Transform -- uid: 9407 - type: CableApcExtension - components: - - pos: -11.5,-28.5 - parent: 852 - type: Transform -- uid: 9408 - type: CableApcExtension - components: - - pos: -11.5,-29.5 - parent: 852 - type: Transform -- uid: 9409 - type: CableApcExtension - components: - - pos: -11.5,-30.5 - parent: 852 - type: Transform -- uid: 9410 - type: CableApcExtension - components: - - pos: -11.5,-31.5 - parent: 852 - type: Transform -- uid: 9411 - type: CableApcExtension - components: - - pos: -19.5,-31.5 - parent: 852 - type: Transform -- uid: 9412 - type: CableApcExtension - components: - - pos: -18.5,-31.5 - parent: 852 - type: Transform -- uid: 9413 - type: CableApcExtension - components: - - pos: -17.5,-31.5 - parent: 852 - type: Transform -- uid: 9414 - type: CableApcExtension - components: - - pos: -16.5,-31.5 - parent: 852 - type: Transform -- uid: 9415 - type: Grille - components: - - pos: -14.5,-30.5 - parent: 852 - type: Transform -- uid: 9416 - type: Grille - components: - - pos: -15.5,-30.5 - parent: 852 - type: Transform -- uid: 9417 - type: Grille - components: - - pos: -16.5,-30.5 - parent: 852 - type: Transform -- uid: 9418 - type: Grille - components: - - pos: -13.5,-33.5 - parent: 852 - type: Transform -- uid: 9419 - type: Grille - components: - - pos: -14.5,-33.5 - parent: 852 - type: Transform -- uid: 9420 - type: Grille - components: - - pos: -15.5,-33.5 - parent: 852 - type: Transform -- uid: 9421 - type: Grille - components: - - pos: -16.5,-33.5 - parent: 852 - type: Transform -- uid: 9422 - type: Grille - components: - - pos: -17.5,-33.5 - parent: 852 - type: Transform -- uid: 9423 - type: Grille - components: - - pos: -18.5,-35.5 - parent: 852 - type: Transform -- uid: 9424 - type: Grille - components: - - pos: -17.5,-35.5 - parent: 852 - type: Transform -- uid: 9425 - type: Grille - components: - - pos: -16.5,-35.5 - parent: 852 - type: Transform -- uid: 9426 - type: Grille - components: - - pos: -15.5,-35.5 - parent: 852 - type: Transform -- uid: 9427 - type: Grille - components: - - pos: -14.5,-35.5 - parent: 852 - type: Transform -- uid: 9428 - type: Grille - components: - - pos: -13.5,-35.5 - parent: 852 - type: Transform -- uid: 9429 - type: Grille - components: - - pos: -11.5,-35.5 - parent: 852 - type: Transform -- uid: 9430 - type: GrilleBroken - components: - - pos: -12.5,-35.5 - parent: 852 - type: Transform -- uid: 9431 - type: GrilleBroken - components: - - rot: 1.5707963267948966 rad - pos: -19.5,-35.5 - parent: 852 - type: Transform -- uid: 9432 - type: FirelockGlass - components: - - pos: -19.5,-30.5 - parent: 852 - type: Transform -- uid: 9433 - type: FirelockGlass - components: - - pos: -20.5,-30.5 - parent: 852 - type: Transform -- uid: 9434 - type: WallReinforced - components: - - pos: -22.5,-30.5 - parent: 852 - type: Transform -- uid: 9435 - type: WallReinforced - components: - - pos: -24.5,-31.5 - parent: 852 - type: Transform -- uid: 9436 - type: WallReinforced - components: - - pos: -22.5,-33.5 - parent: 852 - type: Transform -- uid: 9437 - type: WallReinforced - components: - - pos: -23.5,-33.5 - parent: 852 - type: Transform -- uid: 9438 - type: WallReinforced - components: - - pos: -24.5,-33.5 - parent: 852 - type: Transform -- uid: 9439 - type: CableApcExtension - components: - - pos: -19.5,-32.5 - parent: 852 - type: Transform -- uid: 9440 - type: CableApcExtension - components: - - pos: -20.5,-32.5 - parent: 852 - type: Transform -- uid: 9441 - type: CableApcExtension - components: - - pos: -21.5,-32.5 - parent: 852 - type: Transform -- uid: 9442 - type: CableApcExtension - components: - - pos: -22.5,-32.5 - parent: 852 - type: Transform -- uid: 9443 - type: CableApcExtension - components: - - pos: -23.5,-32.5 - parent: 852 - type: Transform -- uid: 9444 - type: AirlockExternalLocked - components: - - pos: -21.5,-32.5 - parent: 852 - type: Transform -- uid: 9445 - type: AirlockExternalLocked - components: - - pos: -24.5,-32.5 - parent: 852 - type: Transform -- uid: 9446 - type: WallReinforced - components: - - pos: -24.5,-30.5 - parent: 852 - type: Transform -- uid: 9447 - type: ClosetEmergencyFilledRandom - components: - - pos: -22.5,-31.5 - parent: 852 - type: Transform -- uid: 9448 - type: OxygenCanister - components: - - pos: -23.5,-31.5 - parent: 852 - type: Transform -- uid: 9449 - type: PoweredSmallLight - components: - - rot: 3.141592653589793 rad - pos: -23.5,-32.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9450 - type: PoweredSmallLight - components: - - pos: -12.5,-31.5 - parent: 852 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- uid: 9451 - type: Catwalk - components: - - pos: -22.5,-32.5 - parent: 852 - type: Transform -- uid: 9452 - type: Catwalk - components: - - pos: -23.5,-32.5 - parent: 852 - type: Transform -- uid: 9453 - type: Catwalk - components: - - pos: -19.5,-29.5 - parent: 852 - type: Transform -- uid: 9454 - type: Catwalk - components: - - pos: -19.5,-28.5 - parent: 852 - type: Transform -- uid: 9455 - type: Catwalk - components: - - pos: -19.5,-27.5 - parent: 852 - type: Transform -- uid: 9456 - type: Catwalk - components: - - pos: -19.5,-25.5 - parent: 852 - type: Transform -- uid: 9457 - type: Catwalk - components: - - pos: -19.5,-24.5 - parent: 852 - type: Transform -- uid: 9458 - type: Catwalk - components: - - pos: -19.5,-23.5 - parent: 852 - type: Transform -- uid: 9459 - type: Catwalk - components: - - pos: -19.5,-22.5 - parent: 852 - type: Transform -- uid: 9460 - type: Catwalk - components: - - pos: -19.5,-21.5 - parent: 852 - type: Transform -- uid: 9461 - type: Catwalk - components: - - pos: -19.5,-20.5 - parent: 852 - type: Transform -- uid: 9462 - type: Catwalk - components: - - pos: -19.5,-19.5 - parent: 852 - type: Transform -- uid: 9463 - type: Catwalk - components: - - pos: -19.5,-18.5 - parent: 852 - type: Transform -- uid: 9464 - type: Catwalk - components: - - pos: -19.5,-17.5 - parent: 852 - type: Transform -- uid: 9465 - type: Chair - components: - - pos: -14.5,-32.5 - parent: 852 - type: Transform -- uid: 9466 - type: Chair - components: - - pos: -16.5,-32.5 - parent: 852 - type: Transform -- uid: 9467 - type: ClothingHeadHatRichard - components: - - pos: -14.574368,-32.657608 - parent: 852 - type: Transform -- uid: 9468 - type: MaintenanceWeaponSpawner - components: - - pos: -17.5,-32.5 - parent: 852 - type: Transform -- uid: 9469 - type: RandomSpawner - components: - - pos: -18.5,-32.5 - parent: 852 - type: Transform -- uid: 9470 - type: RandomSpawner - components: - - pos: -24.5,-16.5 - parent: 852 - type: Transform -- uid: 9471 - type: RandomSpawner - components: - - pos: -29.5,-15.5 - parent: 852 - type: Transform -- uid: 9472 - type: RandomSpawner - components: - - pos: -13.5,-14.5 - parent: 852 - type: Transform -- uid: 9473 - type: SignSpace - components: - - pos: -21.5,-31.5 - parent: 852 - type: Transform -- uid: 9474 - type: CableHV - components: - - pos: 13.5,8.5 - parent: 852 - type: Transform -- uid: 9475 - type: RandomPosterContraband - components: - - pos: -10.5,-32.5 - parent: 852 - type: Transform -- uid: 9476 - type: RandomPosterLegit - components: - - pos: 1.5,-26.5 - parent: 852 - type: Transform -- uid: 9477 - type: PosterMapSaltern - components: - - pos: -30.5,6.5 - parent: 852 - type: Transform -- uid: 9478 - type: PosterMapSaltern - components: - - pos: -39.5,-0.5 - parent: 852 - type: Transform -- uid: 9479 - type: PosterMapSaltern - components: - - pos: -38.5,-6.5 - parent: 852 - type: Transform -- uid: 9480 - type: JetpackMini - components: - - pos: 6.5050597,9.9238615 - parent: 852 - type: Transform -- uid: 9481 - type: CableHV - components: - - pos: 13.5,7.5 - parent: 852 - type: Transform -- uid: 9482 - type: CableHV - components: - - pos: 13.5,6.5 - parent: 852 - type: Transform -- uid: 9483 - type: CableHV - components: - - pos: 13.5,5.5 - parent: 852 - type: Transform -- uid: 9484 - type: CableHV - components: - - pos: 13.5,4.5 - parent: 852 - type: Transform -- uid: 9485 - type: CableHV - components: - - pos: 12.5,4.5 - parent: 852 - type: Transform -- uid: 9486 - type: CableHV - components: - - pos: 11.5,4.5 - parent: 852 - type: Transform -- uid: 9487 - type: CableHV - components: - - pos: 10.5,4.5 - parent: 852 - type: Transform -- uid: 9488 - type: CableHV - components: - - pos: 9.5,4.5 - parent: 852 - type: Transform -- uid: 9489 - type: CableHV - components: - - pos: 8.5,4.5 - parent: 852 - type: Transform -- uid: 9490 - type: CableHV - components: - - pos: 7.5,4.5 - parent: 852 - type: Transform -- uid: 9491 - type: CableHV - components: - - pos: 6.5,4.5 - parent: 852 - type: Transform -- uid: 9492 - type: CableHV - components: - - pos: 5.5,4.5 - parent: 852 - type: Transform -- uid: 9493 - type: CableHV - components: - - pos: 4.5,4.5 - parent: 852 - type: Transform -- uid: 9494 - type: CableHV - components: - - pos: 3.5,4.5 - parent: 852 - type: Transform -- uid: 9495 - type: CableHV - components: - - pos: 3.5,5.5 - parent: 852 - type: Transform -- uid: 9496 - type: CableHV - components: - - pos: 3.5,6.5 - parent: 852 - type: Transform -- uid: 9497 - type: CableHV - components: - - pos: 3.5,7.5 - parent: 852 - type: Transform -- uid: 9498 - type: CableHV - components: - - pos: 3.5,8.5 - parent: 852 - type: Transform -- uid: 9499 - type: CableHV - components: - - pos: 3.5,9.5 - parent: 852 - type: Transform -- uid: 9500 - type: CableHV - components: - - pos: 3.5,10.5 - parent: 852 - type: Transform -- uid: 9501 - type: CableHV - components: - - pos: 3.5,11.5 - parent: 852 - type: Transform -- uid: 9502 - type: CableHV - components: - - pos: 3.5,12.5 - parent: 852 - type: Transform -- uid: 9503 - type: CableHV - components: - - pos: 3.5,13.5 - parent: 852 - type: Transform -- uid: 9504 - type: CableHV - components: - - pos: 25.5,-10.5 - parent: 852 - type: Transform -- uid: 9505 - type: CableHV - components: - - pos: 24.5,-10.5 - parent: 852 - type: Transform -- uid: 9506 - type: CableHV - components: - - pos: 23.5,-10.5 - parent: 852 - type: Transform -- uid: 9507 - type: CableHV - components: - - pos: 22.5,-10.5 - parent: 852 - type: Transform -- uid: 9508 - type: CableHV - components: - - pos: 21.5,-10.5 - parent: 852 - type: Transform -- uid: 9509 - type: CableHV - components: - - pos: 43.5,0.5 - parent: 852 - type: Transform -- uid: 9510 - type: Table - components: - - pos: 45.5,-2.5 - parent: 852 - type: Transform -- uid: 9511 - type: Table - components: - - pos: 44.5,-2.5 - parent: 852 - type: Transform -- uid: 9512 - type: WallmountTelescreen - components: - - pos: 11.5,25.5 - parent: 852 - type: Transform -... diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index 812d75fdc7..167d8d057e 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -9,4 +9,3 @@ - Marathon - Omega - Pillar - - Saltern diff --git a/Resources/Prototypes/Maps/saltern.yml b/Resources/Prototypes/Maps/saltern.yml deleted file mode 100644 index 1da1b0c5e4..0000000000 --- a/Resources/Prototypes/Maps/saltern.yml +++ /dev/null @@ -1,48 +0,0 @@ -- type: gameMap - id: Saltern - mapName: 'Saltern' - mapPath: /Maps/saltern.yml - minPlayers: 0 - maxPlayers: 35 - fallback: true - stations: - Saltern: - mapNameTemplate: '{0} Saltern {1}' - nameGenerator: - !type:NanotrasenNameGenerator - prefixCreator: '14' - overflowJobs: - - Passenger - availableJobs: - CargoTechnician: [ 2, 2 ] - Passenger: [ -1, -1 ] - Bartender: [ 1, 1 ] - Botanist: [ 2, 2 ] - Chef: [ 1, 1 ] - Clown: [ 1, 1 ] - Janitor: [ 1, 1 ] - Mime: [ 1, 1 ] - Captain: [ 1, 1 ] - HeadOfPersonnel: [ 1, 1 ] - ChiefEngineer: [ 1, 1 ] - StationEngineer: [ 3, 3 ] - AtmosphericTechnician: [ 2, 2 ] - ChiefMedicalOfficer: [ 1, 1 ] - MedicalDoctor: [ 2, 2 ] - Chemist: [ 2, 2 ] - ResearchDirector: [ 1, 1 ] - Scientist: [ 3, 3 ] - HeadOfSecurity: [ 1, 1 ] - SecurityOfficer: [ 3, 3 ] - Chaplain: [ 1, 1 ] - Librarian: [ 1, 1 ] - Musician: [ 1, 1 ] - Lawyer: [ 1, 1 ] - SalvageSpecialist: [ 1, 2 ] - Quartermaster: [ 1, 1 ] - TechnicalAssistant: [ 2, 2 ] - MedicalIntern: [ 2, 2 ] - ServiceWorker: [ 2, 2 ] - SecurityCadet: [ 2, 2 ] - Detective: [ 1, 1 ] - Warden: [ 1, 1 ]