From d870a13445e4561747104753e320ea88070c026f Mon Sep 17 00:00:00 2001 From: 20kdc Date: Thu, 17 Dec 2020 07:20:57 +0000 Subject: [PATCH] Singularity testing map & "startsingularityengine" admin command (#2752) * Singularity Testing Map: Add a command to auto-config the singularity engine * Singularity Testing Map: Add the singularity testing map A derivative of 20kdcstation. --- .../Commands/StartSingularityEngineCommand.cs | 47 + .../ParticleAcceleratorControlBoxComponent.cs | 6 +- .../Singularity/EmitterComponent.cs | 4 +- Resources/Maps/Test/singularity.yml | 2699 +++++++++++++++++ 4 files changed, 2751 insertions(+), 5 deletions(-) create mode 100644 Content.Server/Commands/StartSingularityEngineCommand.cs create mode 100644 Resources/Maps/Test/singularity.yml diff --git a/Content.Server/Commands/StartSingularityEngineCommand.cs b/Content.Server/Commands/StartSingularityEngineCommand.cs new file mode 100644 index 0000000000..1a0b703434 --- /dev/null +++ b/Content.Server/Commands/StartSingularityEngineCommand.cs @@ -0,0 +1,47 @@ +#nullable enable +using System; +using System.Collections.Generic; +using Content.Server.Administration; +using Content.Server.GameObjects.Components.Singularity; +using Content.Server.GameObjects.Components.PA; +using Content.Shared.Administration; +using Content.Shared.GameObjects.Components; +using Robust.Server.Interfaces.Console; +using Robust.Server.Interfaces.Player; +using Robust.Shared.GameObjects; +using Robust.Shared.Interfaces.GameObjects; +using Robust.Shared.IoC; + +namespace Content.Server.Commands +{ + [AdminCommand(AdminFlags.Admin)] + public class StartSingularityEngineCommand : IClientCommand + { + public string Command => "startsingularityengine"; + public string Description => "Automatically turns on the particle accelerator and containment field emitters."; + public string Help => $"{Command}"; + + public void Execute(IConsoleShell shell, IPlayerSession? player, string[] args) + { + if (args.Length != 0) + { + shell.SendText(player, $"Invalid amount of arguments: {args.Length}.\n{Help}"); + return; + } + + var entityManager = IoCManager.Resolve(); + foreach (var ent in entityManager.GetEntities(new TypeEntityQuery(typeof(EmitterComponent)))) + { + ent.GetComponent().SwitchOn(); + } + foreach (var ent in entityManager.GetEntities(new TypeEntityQuery(typeof(ParticleAcceleratorControlBoxComponent)))) + { + var pacb = ent.GetComponent(); + pacb.RescanParts(); + pacb.SetStrength(ParticleAcceleratorPowerState.Level1); + pacb.SwitchOn(); + } + shell.SendText(player, "Done!"); + } + } +} diff --git a/Content.Server/GameObjects/Components/PA/ParticleAcceleratorControlBoxComponent.cs b/Content.Server/GameObjects/Components/PA/ParticleAcceleratorControlBoxComponent.cs index a2f5c122d3..4525a42a25 100644 --- a/Content.Server/GameObjects/Components/PA/ParticleAcceleratorControlBoxComponent.cs +++ b/Content.Server/GameObjects/Components/PA/ParticleAcceleratorControlBoxComponent.cs @@ -483,7 +483,7 @@ namespace Content.Server.GameObjects.Components.PA yield return _partEmitterRight; } - private void SwitchOn() + public void SwitchOn() { DebugTools.Assert(_isAssembled); @@ -509,7 +509,7 @@ namespace Content.Server.GameObjects.Components.PA _partPowerBox!.PowerConsumerComponent!.DrawRate = PowerDrawFor(_selectedStrength); } - private void SwitchOff() + public void SwitchOff() { _isEnabled = false; PowerOff(); @@ -545,7 +545,7 @@ namespace Content.Server.GameObjects.Components.PA UpdatePartVisualStates(); } - private void SetStrength(ParticleAcceleratorPowerState state) + public void SetStrength(ParticleAcceleratorPowerState state) { if (_wireStrengthCut) { diff --git a/Content.Server/GameObjects/Components/Singularity/EmitterComponent.cs b/Content.Server/GameObjects/Components/Singularity/EmitterComponent.cs index 9968edd2e8..c396bb74a5 100644 --- a/Content.Server/GameObjects/Components/Singularity/EmitterComponent.cs +++ b/Content.Server/GameObjects/Components/Singularity/EmitterComponent.cs @@ -168,7 +168,7 @@ namespace Content.Server.GameObjects.Components.Singularity return Task.FromResult(true); } - private void SwitchOff() + public void SwitchOff() { _isOn = false; _powerConsumer.DrawRate = 0; @@ -176,7 +176,7 @@ namespace Content.Server.GameObjects.Components.Singularity UpdateAppearance(); } - private void SwitchOn() + public void SwitchOn() { _isOn = true; _powerConsumer.DrawRate = _powerUseActive; diff --git a/Resources/Maps/Test/singularity.yml b/Resources/Maps/Test/singularity.yml new file mode 100644 index 0000000000..c8ef2bd148 --- /dev/null +++ b/Resources/Maps/Test/singularity.yml @@ -0,0 +1,2699 @@ +meta: + format: 2 + name: "Singularitystation" + author: "20kdc, other contributors to this file (ideally, please sign your names here)" + postmapinit: false +tilemap: + 0: space + 1: floor_asteroid_coarse_sand0 + 2: floor_asteroid_coarse_sand1 + 3: floor_asteroid_coarse_sand2 + 4: floor_asteroid_coarse_sand_dug + 5: floor_asteroid_sand + 6: floor_asteroid_tile + 7: floor_dark + 8: floor_elevator_shaft + 9: floor_freezer + 10: floor_gold + 11: floor_green_circuit + 12: floor_hydro + 13: floor_lino + 14: floor_mono + 15: floor_reinforced + 16: floor_rock_vault + 17: floor_showroom + 18: floor_snow + 19: floor_steel + 20: floor_steel_dirty + 21: floor_techmaint + 22: floor_white + 23: floor_wood + 24: lattice + 25: plating + 26: underplating +grids: +- settings: + chunksize: 16 + tilesize: 1 + snapsize: 1 + chunks: + - ind: "-1,-1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAGAAAABgAAAAYAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAYAAAAGgAAABgAAAAYAAAAGAAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAGAAAABoAAAAYAAAAGAAAABgAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAABgAAAAaAAAAGAAAABgAAAAYAAAAGgAAAA== + - ind: "0,-1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAGAAAABgAAAAYAAAAGgAAABgAAAAYAAAAGAAAABoAAAAYAAAAGAAAABgAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAABgAAAAYAAAAGAAAABoAAAAYAAAAGAAAABgAAAAaAAAAGAAAABgAAAAYAAAAGgAAABgAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAYAAAAGAAAABgAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAaAAAAAAAAABgAAAAAAAAAGgAAABgAAAAYAAAAGAAAABoAAAAYAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAGAAAABgAAAAYAAAAGgAAABgAAAAYAAAAGAAAABoAAAAYAAAAGAAAABgAAAAaAAAAGAAAABgAAAAAAAAAAAAAAA== + - ind: "0,0" + tiles: AAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAGAAAABgAAAAYAAAAGgAAABgAAAAYAAAAGAAAABoAAAAYAAAAGAAAABgAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAABoAAAAaAAAAGQAAABoAAAAaAAAAGgAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-1,0" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAGAAAABgAAAAYAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAA== + - ind: "1,-1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "0,-2" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-1,-2" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "1,0" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "1,-2" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-1,1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "0,1" + tiles: GgAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAaAAAAGgAAABoAAAAaAAAAGgAAABoAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "1,1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-2,1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-2,0" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-2,-1" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: "-2,-2" + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== +entities: +- uid: 0 + components: + - parent: null + pos: 12.738245,-10.80254 + type: Transform + - index: 0 + type: MapGrid + - shapes: + - !type:PhysShapeGrid + grid: 0 + type: Physics + - uniqueMixes: + - volume: 2500 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + molesArchived: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + temperature: 293.15 + tiles: + ? X: -7 + Y: -15 + : 0 + ? X: -7 + Y: -14 + : 0 + ? X: -7 + Y: -13 + : 0 + ? X: -7 + Y: -12 + : 0 + ? X: -7 + Y: -11 + : 0 + ? X: -7 + Y: -10 + : 0 + ? X: -7 + Y: -9 + : 0 + ? X: -7 + Y: -8 + : 0 + ? X: -7 + Y: -7 + : 0 + ? X: -7 + Y: -6 + : 0 + ? X: -7 + Y: -5 + : 0 + ? X: -7 + Y: -4 + : 0 + ? X: -7 + Y: -3 + : 0 + ? X: -7 + Y: -2 + : 0 + ? X: -7 + Y: -1 + : 0 + ? X: -6 + Y: -15 + : 0 + ? X: -6 + Y: -9 + : 0 + ? X: -6 + Y: -5 + : 0 + ? X: -6 + Y: -1 + : 0 + ? X: -5 + Y: -15 + : 0 + ? X: -5 + Y: -13 + : 0 + ? X: -5 + Y: -12 + : 0 + ? X: -5 + Y: -11 + : 0 + ? X: -5 + Y: -10 + : 0 + ? X: -5 + Y: -9 + : 0 + ? X: -5 + Y: -8 + : 0 + ? X: -5 + Y: -7 + : 0 + ? X: -5 + Y: -6 + : 0 + ? X: -5 + Y: -5 + : 0 + ? X: -5 + Y: -4 + : 0 + ? X: -5 + Y: -3 + : 0 + ? X: -5 + Y: -2 + : 0 + ? X: -5 + Y: -1 + : 0 + ? X: -4 + Y: -15 + : 0 + ? X: -4 + Y: -13 + : 0 + ? X: -4 + Y: -9 + : 0 + ? X: -4 + Y: -5 + : 0 + ? X: -4 + Y: -1 + : 0 + ? X: -3 + Y: -15 + : 0 + ? X: -3 + Y: -13 + : 0 + ? X: -3 + Y: -9 + : 0 + ? X: -3 + Y: -5 + : 0 + ? X: -3 + Y: -1 + : 0 + ? X: -2 + Y: -15 + : 0 + ? X: -2 + Y: -13 + : 0 + ? X: -2 + Y: -9 + : 0 + ? X: -2 + Y: -5 + : 0 + ? X: -2 + Y: -1 + : 0 + ? X: -1 + Y: -15 + : 0 + ? X: -1 + Y: -14 + : 0 + ? X: -1 + Y: -13 + : 0 + ? X: -1 + Y: -12 + : 0 + ? X: -1 + Y: -11 + : 0 + ? X: -1 + Y: -10 + : 0 + ? X: -1 + Y: -9 + : 0 + ? X: -1 + Y: -8 + : 0 + ? X: -1 + Y: -7 + : 0 + ? X: -1 + Y: -6 + : 0 + ? X: -1 + Y: -5 + : 0 + ? X: -1 + Y: -4 + : 0 + ? X: -1 + Y: -3 + : 0 + ? X: -1 + Y: -2 + : 0 + ? X: -1 + Y: -1 + : 0 + ? X: 0 + Y: -15 + : 0 + ? X: 0 + Y: -13 + : 0 + ? X: 0 + Y: -9 + : 0 + ? X: 0 + Y: -1 + : 0 + ? X: 1 + Y: -15 + : 0 + ? X: 1 + Y: -13 + : 0 + ? X: 1 + Y: -9 + : 0 + ? X: 1 + Y: -7 + : 0 + ? X: 1 + Y: -6 + : 0 + ? X: 1 + Y: -5 + : 0 + ? X: 1 + Y: -4 + : 0 + ? X: 1 + Y: -3 + : 0 + ? X: 1 + Y: -1 + : 0 + ? X: 2 + Y: -15 + : 0 + ? X: 2 + Y: -13 + : 0 + ? X: 2 + Y: -9 + : 0 + ? X: 2 + Y: -7 + : 0 + ? X: 2 + Y: -3 + : 0 + ? X: 2 + Y: -1 + : 0 + ? X: 3 + Y: -15 + : 0 + ? X: 3 + Y: -14 + : 0 + ? X: 3 + Y: -13 + : 0 + ? X: 3 + Y: -12 + : 0 + ? X: 3 + Y: -11 + : 0 + ? X: 3 + Y: -10 + : 0 + ? X: 3 + Y: -9 + : 0 + ? X: 3 + Y: -8 + : 0 + ? X: 3 + Y: -7 + : 0 + ? X: 3 + Y: -6 + : 0 + ? X: 3 + Y: -5 + : 0 + ? X: 3 + Y: -3 + : 0 + ? X: 3 + Y: -1 + : 0 + ? X: 4 + Y: -15 + : 0 + ? X: 4 + Y: -13 + : 0 + ? X: 4 + Y: -9 + : 0 + ? X: 4 + Y: -7 + : 0 + ? X: 4 + Y: -3 + : 0 + ? X: 4 + Y: -1 + : 0 + ? X: 5 + Y: -15 + : 0 + ? X: 5 + Y: -13 + : 0 + ? X: 5 + Y: -9 + : 0 + ? X: 5 + Y: -7 + : 0 + ? X: 5 + Y: -6 + : 0 + ? X: 5 + Y: -5 + : 0 + ? X: 5 + Y: -4 + : 0 + ? X: 5 + Y: -3 + : 0 + ? X: 5 + Y: -1 + : 0 + ? X: 6 + Y: -15 + : 0 + ? X: 6 + Y: -13 + : 0 + ? X: 6 + Y: -9 + : 0 + ? X: 6 + Y: -1 + : 0 + ? X: 7 + Y: -15 + : 0 + ? X: 7 + Y: -14 + : 0 + ? X: 7 + Y: -13 + : 0 + ? X: 7 + Y: -12 + : 0 + ? X: 7 + Y: -11 + : 0 + ? X: 7 + Y: -10 + : 0 + ? X: 7 + Y: -9 + : 0 + ? X: 7 + Y: -8 + : 0 + ? X: 7 + Y: -7 + : 0 + ? X: 7 + Y: -6 + : 0 + ? X: 7 + Y: -5 + : 0 + ? X: 7 + Y: -4 + : 0 + ? X: 7 + Y: -3 + : 0 + ? X: 7 + Y: -2 + : 0 + ? X: 7 + Y: -1 + : 0 + ? X: 8 + Y: -15 + : 0 + ? X: 8 + Y: -13 + : 0 + ? X: 8 + Y: -9 + : 0 + ? X: 8 + Y: -5 + : 0 + ? X: 8 + Y: -1 + : 0 + ? X: 9 + Y: -15 + : 0 + ? X: 9 + Y: -13 + : 0 + ? X: 9 + Y: -9 + : 0 + ? X: 9 + Y: -5 + : 0 + ? X: 9 + Y: -1 + : 0 + ? X: 10 + Y: -15 + : 0 + ? X: 10 + Y: -13 + : 0 + ? X: 10 + Y: -9 + : 0 + ? X: 10 + Y: -5 + : 0 + ? X: 10 + Y: -1 + : 0 + ? X: 11 + Y: -15 + : 0 + ? X: 11 + Y: -13 + : 0 + ? X: 11 + Y: -12 + : 0 + ? X: 11 + Y: -11 + : 0 + ? X: 11 + Y: -10 + : 0 + ? X: 11 + Y: -9 + : 0 + ? X: 11 + Y: -8 + : 0 + ? X: 11 + Y: -7 + : 0 + ? X: 11 + Y: -6 + : 0 + ? X: 11 + Y: -5 + : 0 + ? X: 11 + Y: -4 + : 0 + ? X: 11 + Y: -3 + : 0 + ? X: 11 + Y: -2 + : 0 + ? X: 11 + Y: -1 + : 0 + ? X: 12 + Y: -15 + : 0 + ? X: 12 + Y: -9 + : 0 + ? X: 12 + Y: -5 + : 0 + ? X: 12 + Y: -1 + : 0 + ? X: 13 + Y: -15 + : 0 + ? X: 13 + Y: -14 + : 0 + ? X: 13 + Y: -13 + : 0 + ? X: 13 + Y: -12 + : 0 + ? X: 13 + Y: -11 + : 0 + ? X: 13 + Y: -10 + : 0 + ? X: 13 + Y: -9 + : 0 + ? X: 13 + Y: -8 + : 0 + ? X: 13 + Y: -7 + : 0 + ? X: 13 + Y: -6 + : 0 + ? X: 13 + Y: -5 + : 0 + ? X: 13 + Y: -4 + : 0 + ? X: 13 + Y: -3 + : 0 + ? X: 13 + Y: -2 + : 0 + ? X: 13 + Y: -1 + : 0 + ? X: 0 + Y: 3 + : 0 + ? X: 0 + Y: 5 + : 0 + ? X: 0 + Y: 9 + : 0 + ? X: 0 + Y: 10 + : 0 + ? X: 0 + Y: 11 + : 0 + ? X: 0 + Y: 12 + : 0 + ? X: 0 + Y: 13 + : 0 + ? X: 0 + Y: 14 + : 0 + ? X: 0 + Y: 15 + : 0 + ? X: 1 + Y: 3 + : 0 + ? X: 1 + Y: 5 + : 0 + ? X: 1 + Y: 9 + : 0 + ? X: 1 + Y: 10 + : 0 + ? X: 1 + Y: 11 + : 0 + ? X: 1 + Y: 12 + : 0 + ? X: 1 + Y: 13 + : 0 + ? X: 1 + Y: 14 + : 0 + ? X: 1 + Y: 15 + : 0 + ? X: 2 + Y: 3 + : 0 + ? X: 2 + Y: 5 + : 0 + ? X: 2 + Y: 9 + : 0 + ? X: 2 + Y: 10 + : 0 + ? X: 2 + Y: 11 + : 0 + ? X: 2 + Y: 12 + : 0 + ? X: 2 + Y: 13 + : 0 + ? X: 2 + Y: 14 + : 0 + ? X: 2 + Y: 15 + : 0 + ? X: 3 + Y: 0 + : 0 + ? X: 3 + Y: 1 + : 0 + ? X: 3 + Y: 2 + : 0 + ? X: 3 + Y: 3 + : 0 + ? X: 3 + Y: 4 + : 0 + ? X: 3 + Y: 5 + : 0 + ? X: 3 + Y: 6 + : 0 + ? X: 3 + Y: 7 + : 0 + ? X: 3 + Y: 8 + : 0 + ? X: 3 + Y: 9 + : 0 + ? X: 3 + Y: 10 + : 0 + ? X: 3 + Y: 11 + : 0 + ? X: 3 + Y: 12 + : 0 + ? X: 3 + Y: 13 + : 0 + ? X: 3 + Y: 14 + : 0 + ? X: 3 + Y: 15 + : 0 + ? X: 4 + Y: 3 + : 0 + ? X: 4 + Y: 5 + : 0 + ? X: 4 + Y: 9 + : 0 + ? X: 4 + Y: 10 + : 0 + ? X: 4 + Y: 11 + : 0 + ? X: 4 + Y: 12 + : 0 + ? X: 4 + Y: 13 + : 0 + ? X: 4 + Y: 14 + : 0 + ? X: 4 + Y: 15 + : 0 + ? X: 5 + Y: 3 + : 0 + ? X: 5 + Y: 5 + : 0 + ? X: 5 + Y: 9 + : 0 + ? X: 5 + Y: 10 + : 0 + ? X: 5 + Y: 11 + : 0 + ? X: 5 + Y: 12 + : 0 + ? X: 5 + Y: 13 + : 0 + ? X: 5 + Y: 14 + : 0 + ? X: 5 + Y: 15 + : 0 + ? X: 6 + Y: 3 + : 0 + ? X: 6 + Y: 5 + : 0 + ? X: 6 + Y: 9 + : 0 + ? X: 6 + Y: 10 + : 0 + ? X: 6 + Y: 11 + : 0 + ? X: 6 + Y: 12 + : 0 + ? X: 6 + Y: 13 + : 0 + ? X: 6 + Y: 14 + : 0 + ? X: 6 + Y: 15 + : 0 + ? X: 7 + Y: 0 + : 0 + ? X: 7 + Y: 1 + : 0 + ? X: 7 + Y: 2 + : 0 + ? X: 7 + Y: 3 + : 0 + ? X: 7 + Y: 4 + : 0 + ? X: 7 + Y: 5 + : 0 + ? X: 7 + Y: 6 + : 0 + ? X: 7 + Y: 7 + : 0 + ? X: 7 + Y: 8 + : 0 + ? X: 7 + Y: 9 + : 0 + ? X: 7 + Y: 10 + : 0 + ? X: 7 + Y: 11 + : 0 + ? X: 7 + Y: 12 + : 0 + ? X: 7 + Y: 13 + : 0 + ? X: 7 + Y: 14 + : 0 + ? X: 7 + Y: 15 + : 0 + ? X: 8 + Y: 3 + : 0 + ? X: 8 + Y: 5 + : 0 + ? X: 9 + Y: 3 + : 0 + ? X: 9 + Y: 5 + : 0 + ? X: 10 + Y: 3 + : 0 + ? X: 10 + Y: 5 + : 0 + ? X: 11 + Y: 0 + : 0 + ? X: 11 + Y: 1 + : 0 + ? X: 11 + Y: 2 + : 0 + ? X: 11 + Y: 3 + : 0 + ? X: 11 + Y: 5 + : 0 + ? X: 12 + Y: 5 + : 0 + ? X: 13 + Y: 0 + : 0 + ? X: 13 + Y: 1 + : 0 + ? X: 13 + Y: 2 + : 0 + ? X: 13 + Y: 3 + : 0 + ? X: 13 + Y: 4 + : 0 + ? X: 13 + Y: 5 + : 0 + ? X: -7 + Y: 0 + : 0 + ? X: -7 + Y: 1 + : 0 + ? X: -7 + Y: 2 + : 0 + ? X: -7 + Y: 3 + : 0 + ? X: -7 + Y: 4 + : 0 + ? X: -7 + Y: 5 + : 0 + ? X: -6 + Y: 5 + : 0 + ? X: -5 + Y: 0 + : 0 + ? X: -5 + Y: 1 + : 0 + ? X: -5 + Y: 2 + : 0 + ? X: -5 + Y: 3 + : 0 + ? X: -5 + Y: 5 + : 0 + ? X: -4 + Y: 3 + : 0 + ? X: -4 + Y: 5 + : 0 + ? X: -3 + Y: 3 + : 0 + ? X: -3 + Y: 5 + : 0 + ? X: -2 + Y: 3 + : 0 + ? X: -2 + Y: 5 + : 0 + ? X: -1 + Y: 0 + : 0 + ? X: -1 + Y: 1 + : 0 + ? X: -1 + Y: 2 + : 0 + ? X: -1 + Y: 3 + : 0 + ? X: -1 + Y: 4 + : 0 + ? X: -1 + Y: 5 + : 0 + ? X: -1 + Y: 6 + : 0 + ? X: -1 + Y: 7 + : 0 + ? X: -1 + Y: 8 + : 0 + ? X: -1 + Y: 9 + : 0 + ? X: -1 + Y: 10 + : 0 + ? X: -1 + Y: 11 + : 0 + ? X: -1 + Y: 12 + : 0 + ? X: -1 + Y: 13 + : 0 + ? X: -1 + Y: 14 + : 0 + ? X: -1 + Y: 15 + : 0 + ? X: -1 + Y: 16 + : 0 + ? X: -1 + Y: 17 + : 0 + ? X: 0 + Y: 16 + : 0 + ? X: 0 + Y: 17 + : 0 + ? X: 1 + Y: 16 + : 0 + ? X: 1 + Y: 17 + : 0 + ? X: 2 + Y: 16 + : 0 + ? X: 2 + Y: 17 + : 0 + ? X: 3 + Y: 16 + : 0 + ? X: 3 + Y: 17 + : 0 + ? X: 4 + Y: 16 + : 0 + ? X: 4 + Y: 17 + : 0 + ? X: 5 + Y: 16 + : 0 + ? X: 5 + Y: 17 + : 0 + ? X: 6 + Y: 16 + : 0 + ? X: 6 + Y: 17 + : 0 + ? X: 7 + Y: 16 + : 0 + ? X: 7 + Y: 17 + : 0 + type: GridAtmosphere +- uid: 1 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: -0.5,-0.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 2 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: 3.5,-0.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 3 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: -0.5,-4.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 4 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: -0.5,-8.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 5 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: 7.5,-8.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 6 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: 7.5,-4.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 7 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: 3.5,-8.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 8 + type: ContainmentFieldGenerator + components: + - parent: 0 + pos: 7.5,-0.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 9 + type: Emitter + components: + - parent: 0 + pos: -0.5,3.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 10 + type: Emitter + components: + - parent: 0 + pos: 3.5,3.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 11 + type: Emitter + components: + - parent: 0 + pos: 7.5,3.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 12 + type: Emitter + components: + - parent: 0 + pos: 11.5,-0.5 + rot: 3.141592653589793 rad + type: Transform +- uid: 13 + type: Emitter + components: + - parent: 0 + pos: 11.5,-4.5 + rot: 3.141592653589793 rad + type: Transform +- uid: 14 + type: Emitter + components: + - parent: 0 + pos: 11.5,-8.5 + rot: 3.141592653589793 rad + type: Transform +- uid: 15 + type: Emitter + components: + - parent: 0 + pos: 7.5,-12.5 + rot: 1.5707963267948966 rad + type: Transform +- uid: 16 + type: Emitter + components: + - parent: 0 + pos: 3.5,-12.5 + rot: 1.5707963267948966 rad + type: Transform +- uid: 17 + type: Emitter + components: + - parent: 0 + pos: -0.5,-12.5 + rot: 1.5707963267948966 rad + type: Transform +- uid: 18 + type: Emitter + components: + - parent: 0 + pos: -4.5,-8.5 + type: Transform +- uid: 19 + type: Emitter + components: + - parent: 0 + pos: -4.5,-4.5 + type: Transform +- uid: 20 + type: Emitter + components: + - parent: 0 + pos: -4.5,-0.5 + type: Transform +- uid: 21 + type: MVWire + components: + - parent: 0 + pos: -4.5,-0.5 + type: Transform +- uid: 22 + type: MVWire + components: + - parent: 0 + pos: -5.5,-0.5 + type: Transform +- uid: 23 + type: MVWire + components: + - parent: 0 + pos: -6.5,-0.5 + type: Transform +- uid: 24 + type: MVWire + components: + - parent: 0 + pos: -6.5,-1.5 + type: Transform +- uid: 25 + type: MVWire + components: + - parent: 0 + pos: -6.5,-2.5 + type: Transform +- uid: 26 + type: MVWire + components: + - parent: 0 + pos: -6.5,-3.5 + type: Transform +- uid: 27 + type: MVWire + components: + - parent: 0 + pos: -6.5,-4.5 + type: Transform +- uid: 28 + type: MVWire + components: + - parent: 0 + pos: -5.5,-4.5 + type: Transform +- uid: 29 + type: MVWire + components: + - parent: 0 + pos: -4.5,-4.5 + type: Transform +- uid: 30 + type: MVWire + components: + - parent: 0 + pos: -6.5,-5.5 + type: Transform +- uid: 31 + type: MVWire + components: + - parent: 0 + pos: -6.5,-6.5 + type: Transform +- uid: 32 + type: MVWire + components: + - parent: 0 + pos: -6.5,-7.5 + type: Transform +- uid: 33 + type: MVWire + components: + - parent: 0 + pos: -6.5,-8.5 + type: Transform +- uid: 34 + type: MVWire + components: + - parent: 0 + pos: -5.5,-8.5 + type: Transform +- uid: 35 + type: MVWire + components: + - parent: 0 + pos: -4.5,-8.5 + type: Transform +- uid: 36 + type: MVWire + components: + - parent: 0 + pos: -0.5,3.5 + type: Transform +- uid: 37 + type: MVWire + components: + - parent: 0 + pos: -0.5,4.5 + type: Transform +- uid: 38 + type: MVWire + components: + - parent: 0 + pos: -0.5,5.5 + type: Transform +- uid: 39 + type: MVWire + components: + - parent: 0 + pos: 0.5,5.5 + type: Transform +- uid: 40 + type: MVWire + components: + - parent: 0 + pos: 1.5,5.5 + type: Transform +- uid: 41 + type: MVWire + components: + - parent: 0 + pos: 2.5,5.5 + type: Transform +- uid: 42 + type: MVWire + components: + - parent: 0 + pos: 3.5,5.5 + type: Transform +- uid: 43 + type: MVWire + components: + - parent: 0 + pos: 3.5,4.5 + type: Transform +- uid: 44 + type: MVWire + components: + - parent: 0 + pos: 3.5,3.5 + type: Transform +- uid: 45 + type: MVWire + components: + - parent: 0 + pos: 4.5,5.5 + type: Transform +- uid: 46 + type: MVWire + components: + - parent: 0 + pos: 5.5,5.5 + type: Transform +- uid: 47 + type: MVWire + components: + - parent: 0 + pos: 6.5,5.5 + type: Transform +- uid: 48 + type: MVWire + components: + - parent: 0 + pos: 7.5,5.5 + type: Transform +- uid: 49 + type: MVWire + components: + - parent: 0 + pos: 7.5,4.5 + type: Transform +- uid: 50 + type: MVWire + components: + - parent: 0 + pos: 7.5,3.5 + type: Transform +- uid: 51 + type: MVWire + components: + - parent: 0 + pos: 11.5,-0.5 + type: Transform +- uid: 52 + type: MVWire + components: + - parent: 0 + pos: 12.5,-0.5 + type: Transform +- uid: 53 + type: MVWire + components: + - parent: 0 + pos: 13.5,-0.5 + type: Transform +- uid: 54 + type: MVWire + components: + - parent: 0 + pos: 13.5,-1.5 + type: Transform +- uid: 55 + type: MVWire + components: + - parent: 0 + pos: 13.5,-2.5 + type: Transform +- uid: 56 + type: MVWire + components: + - parent: 0 + pos: 13.5,-3.5 + type: Transform +- uid: 57 + type: MVWire + components: + - parent: 0 + pos: 13.5,-4.5 + type: Transform +- uid: 58 + type: MVWire + components: + - parent: 0 + pos: 12.5,-4.5 + type: Transform +- uid: 59 + type: MVWire + components: + - parent: 0 + pos: 11.5,-4.5 + type: Transform +- uid: 60 + type: MVWire + components: + - parent: 0 + pos: 13.5,-5.5 + type: Transform +- uid: 61 + type: MVWire + components: + - parent: 0 + pos: 13.5,-6.5 + type: Transform +- uid: 62 + type: MVWire + components: + - parent: 0 + pos: 13.5,-7.5 + type: Transform +- uid: 63 + type: MVWire + components: + - parent: 0 + pos: 13.5,-8.5 + type: Transform +- uid: 64 + type: MVWire + components: + - parent: 0 + pos: 12.5,-8.5 + type: Transform +- uid: 65 + type: MVWire + components: + - parent: 0 + pos: 11.5,-8.5 + type: Transform +- uid: 66 + type: MVWire + components: + - parent: 0 + pos: 7.5,-12.5 + type: Transform +- uid: 67 + type: MVWire + components: + - parent: 0 + pos: 7.5,-13.5 + type: Transform +- uid: 68 + type: MVWire + components: + - parent: 0 + pos: 7.5,-14.5 + type: Transform +- uid: 69 + type: MVWire + components: + - parent: 0 + pos: 3.5,-12.5 + type: Transform +- uid: 70 + type: MVWire + components: + - parent: 0 + pos: 3.5,-13.5 + type: Transform +- uid: 71 + type: MVWire + components: + - parent: 0 + pos: 3.5,-14.5 + type: Transform +- uid: 72 + type: MVWire + components: + - parent: 0 + pos: -0.5,-12.5 + type: Transform +- uid: 73 + type: MVWire + components: + - parent: 0 + pos: -0.5,-13.5 + type: Transform +- uid: 74 + type: MVWire + components: + - parent: 0 + pos: -0.5,-14.5 + type: Transform +- uid: 75 + type: MVWire + components: + - parent: 0 + pos: 0.5,-14.5 + type: Transform +- uid: 76 + type: MVWire + components: + - parent: 0 + pos: 1.5,-14.5 + type: Transform +- uid: 77 + type: MVWire + components: + - parent: 0 + pos: 2.5,-14.5 + type: Transform +- uid: 78 + type: MVWire + components: + - parent: 0 + pos: 4.5,-14.5 + type: Transform +- uid: 79 + type: MVWire + components: + - parent: 0 + pos: 5.5,-14.5 + type: Transform +- uid: 80 + type: MVWire + components: + - parent: 0 + pos: 6.5,-14.5 + type: Transform +- uid: 81 + type: SinguloGenerator + components: + - parent: 0 + pos: 3.5,-4.5 + type: Transform +- uid: 82 + type: MVWire + components: + - parent: 0 + pos: -6.5,0.5 + type: Transform +- uid: 83 + type: MVWire + components: + - parent: 0 + pos: -6.5,1.5 + type: Transform +- uid: 84 + type: MVWire + components: + - parent: 0 + pos: -6.5,2.5 + type: Transform +- uid: 85 + type: MVWire + components: + - parent: 0 + pos: -6.5,3.5 + type: Transform +- uid: 86 + type: MVWire + components: + - parent: 0 + pos: -6.5,4.5 + type: Transform +- uid: 87 + type: MVWire + components: + - parent: 0 + pos: -6.5,5.5 + type: Transform +- uid: 88 + type: MVWire + components: + - parent: 0 + pos: -5.5,5.5 + type: Transform +- uid: 89 + type: MVWire + components: + - parent: 0 + pos: -4.5,5.5 + type: Transform +- uid: 90 + type: MVWire + components: + - parent: 0 + pos: -3.5,5.5 + type: Transform +- uid: 91 + type: MVWire + components: + - parent: 0 + pos: -2.5,5.5 + type: Transform +- uid: 92 + type: MVWire + components: + - parent: 0 + pos: -1.5,5.5 + type: Transform +- uid: 93 + type: MVWire + components: + - parent: 0 + pos: -6.5,-9.5 + type: Transform +- uid: 94 + type: MVWire + components: + - parent: 0 + pos: -6.5,-10.5 + type: Transform +- uid: 95 + type: MVWire + components: + - parent: 0 + pos: -6.5,-11.5 + type: Transform +- uid: 96 + type: MVWire + components: + - parent: 0 + pos: -6.5,-12.5 + type: Transform +- uid: 97 + type: MVWire + components: + - parent: 0 + pos: -6.5,-13.5 + type: Transform +- uid: 98 + type: MVWire + components: + - parent: 0 + pos: -6.5,-14.5 + type: Transform +- uid: 99 + type: MVWire + components: + - parent: 0 + pos: -5.5,-14.5 + type: Transform +- uid: 100 + type: MVWire + components: + - parent: 0 + pos: -4.5,-14.5 + type: Transform +- uid: 101 + type: MVWire + components: + - parent: 0 + pos: -3.5,-14.5 + type: Transform +- uid: 102 + type: MVWire + components: + - parent: 0 + pos: -2.5,-14.5 + type: Transform +- uid: 103 + type: MVWire + components: + - parent: 0 + pos: -1.5,-14.5 + type: Transform +- uid: 104 + type: MVWire + components: + - parent: 0 + pos: 8.5,-14.5 + type: Transform +- uid: 105 + type: MVWire + components: + - parent: 0 + pos: 9.5,-14.5 + type: Transform +- uid: 106 + type: MVWire + components: + - parent: 0 + pos: 10.5,-14.5 + type: Transform +- uid: 107 + type: MVWire + components: + - parent: 0 + pos: 11.5,-14.5 + type: Transform +- uid: 108 + type: MVWire + components: + - parent: 0 + pos: 12.5,-14.5 + type: Transform +- uid: 109 + type: MVWire + components: + - parent: 0 + pos: 13.5,-14.5 + type: Transform +- uid: 110 + type: MVWire + components: + - parent: 0 + pos: 13.5,-13.5 + type: Transform +- uid: 111 + type: MVWire + components: + - parent: 0 + pos: 13.5,-12.5 + type: Transform +- uid: 112 + type: MVWire + components: + - parent: 0 + pos: 13.5,-11.5 + type: Transform +- uid: 113 + type: MVWire + components: + - parent: 0 + pos: 13.5,-10.5 + type: Transform +- uid: 114 + type: MVWire + components: + - parent: 0 + pos: 13.5,-9.5 + type: Transform +- uid: 115 + type: MVWire + components: + - parent: 0 + pos: 13.5,0.5 + type: Transform +- uid: 116 + type: MVWire + components: + - parent: 0 + pos: 13.5,1.5 + type: Transform +- uid: 117 + type: MVWire + components: + - parent: 0 + pos: 13.5,2.5 + type: Transform +- uid: 118 + type: MVWire + components: + - parent: 0 + pos: 13.5,3.5 + type: Transform +- uid: 119 + type: MVWire + components: + - parent: 0 + pos: 13.5,4.5 + type: Transform +- uid: 120 + type: MVWire + components: + - parent: 0 + pos: 13.5,5.5 + type: Transform +- uid: 121 + type: MVWire + components: + - parent: 0 + pos: 12.5,5.5 + type: Transform +- uid: 122 + type: MVWire + components: + - parent: 0 + pos: 11.5,5.5 + type: Transform +- uid: 123 + type: MVWire + components: + - parent: 0 + pos: 10.5,5.5 + type: Transform +- uid: 124 + type: MVWire + components: + - parent: 0 + pos: 9.5,5.5 + type: Transform +- uid: 125 + type: MVWire + components: + - parent: 0 + pos: 8.5,5.5 + type: Transform +- uid: 126 + type: ParticleAcceleratorEmitterLeft + components: + - parent: 0 + pos: 2.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 127 + type: ParticleAcceleratorEmitterCenter + components: + - parent: 0 + pos: 3.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 128 + type: ParticleAcceleratorEmitterRight + components: + - parent: 0 + pos: 4.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 129 + type: ParticleAcceleratorFuelChamber + components: + - parent: 0 + pos: 3.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 130 + type: ParticleAcceleratorPowerBox + components: + - parent: 0 + pos: 3.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 131 + type: ParticleAcceleratorControlBox + components: + - parent: 0 + pos: 2.5,14.5 + rot: -1.5707963267948966 rad + type: Transform + - powerLoad: 250 + type: PowerReceiver +- uid: 132 + type: ParticleAcceleratorEndCap + components: + - parent: 0 + pos: 3.5,15.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 133 + type: HVWire + components: + - parent: 0 + pos: 2.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 134 + type: HVWire + components: + - parent: 0 + pos: 3.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 135 + type: HVWire + components: + - parent: 0 + pos: 4.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 136 + type: HVWire + components: + - parent: 0 + pos: 3.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 137 + type: HVWire + components: + - parent: 0 + pos: 3.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 138 + type: HVWire + components: + - parent: 0 + pos: 2.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 139 + type: HVWire + components: + - parent: 0 + pos: 3.5,15.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 140 + type: HVWire + components: + - parent: 0 + pos: 4.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 141 + type: HVWire + components: + - parent: 0 + pos: 3.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 142 + type: HVWire + components: + - parent: 0 + pos: 0.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 143 + type: HVWire + components: + - parent: 0 + pos: 1.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 144 + type: HVWire + components: + - parent: 0 + pos: 2.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 145 + type: HVWire + components: + - parent: 0 + pos: 4.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 146 + type: HVWire + components: + - parent: 0 + pos: 5.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 147 + type: HVWire + components: + - parent: 0 + pos: 6.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 148 + type: SalternSubstation + components: + - parent: 0 + pos: 3.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 149 + type: SalternApc + components: + - parent: 0 + pos: 3.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 150 + type: ApcExtensionCable + components: + - parent: 0 + pos: 3.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 151 + type: ApcExtensionCable + components: + - parent: 0 + pos: 3.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 152 + type: ApcExtensionCable + components: + - parent: 0 + pos: 2.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 153 + type: ApcExtensionCable + components: + - parent: 0 + pos: 2.5,15.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 154 + type: ApcExtensionCable + components: + - parent: 0 + pos: 2.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 155 + type: SalternGenerator + components: + - parent: 0 + pos: 0.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 156 + type: SalternGenerator + components: + - parent: 0 + pos: 6.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 157 + type: SalternGenerator + components: + - parent: 0 + pos: 5.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 158 + type: SalternGenerator + components: + - parent: 0 + pos: 1.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 159 + type: HVWire + components: + - parent: 0 + pos: 0.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 160 + type: HVWire + components: + - parent: 0 + pos: 0.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 161 + type: HVWire + components: + - parent: 0 + pos: 6.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 162 + type: HVWire + components: + - parent: 0 + pos: 6.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 163 + type: HVWire + components: + - parent: 0 + pos: 6.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 164 + type: HVWire + components: + - parent: 0 + pos: 0.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 165 + type: HVWire + components: + - parent: 0 + pos: 0.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 166 + type: HVWire + components: + - parent: 0 + pos: 1.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 167 + type: HVWire + components: + - parent: 0 + pos: 6.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 168 + type: HVWire + components: + - parent: 0 + pos: 5.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 169 + type: SalternSubstation + components: + - parent: 0 + pos: 1.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 170 + type: SalternSubstation + components: + - parent: 0 + pos: 0.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 171 + type: SalternSubstation + components: + - parent: 0 + pos: 5.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 172 + type: SalternSubstation + components: + - parent: 0 + pos: 6.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 173 + type: SalternGenerator + components: + - parent: 0 + pos: 0.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 174 + type: SalternGenerator + components: + - parent: 0 + pos: 0.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 175 + type: SalternGenerator + components: + - parent: 0 + pos: 0.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 176 + type: SalternGenerator + components: + - parent: 0 + pos: 6.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 177 + type: SalternGenerator + components: + - parent: 0 + pos: 6.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 178 + type: SalternGenerator + components: + - parent: 0 + pos: 6.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 179 + type: MVWire + components: + - parent: 0 + pos: 3.5,6.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 180 + type: MVWire + components: + - parent: 0 + pos: 3.5,7.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 181 + type: MVWire + components: + - parent: 0 + pos: 3.5,8.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 182 + type: MVWire + components: + - parent: 0 + pos: 3.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 183 + type: MVWire + components: + - parent: 0 + pos: 3.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 184 + type: MVWire + components: + - parent: 0 + pos: 2.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 185 + type: MVWire + components: + - parent: 0 + pos: 4.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 186 + type: MVWire + components: + - parent: 0 + pos: 5.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 187 + type: MVWire + components: + - parent: 0 + pos: 6.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 188 + type: MVWire + components: + - parent: 0 + pos: 1.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 189 + type: MVWire + components: + - parent: 0 + pos: 0.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 190 + type: reinforced_wall + components: + - parent: 0 + pos: 3.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 191 + type: SpawnPointObserver + components: + - parent: 0 + pos: 2.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 192 + type: SpawnPointLatejoin + components: + - parent: 0 + pos: 2.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 193 + type: SpawnPointAssistant + components: + - parent: 0 + pos: 2.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 194 + type: SpawnPointChiefEngineer + components: + - parent: 0 + pos: 2.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 195 + type: SpawnPointStationEngineer + components: + - parent: 0 + pos: 2.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 196 + type: reinforced_wall + components: + - parent: 0 + pos: 4.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 197 + type: reinforced_wall + components: + - parent: 0 + pos: 5.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 198 + type: reinforced_wall + components: + - parent: 0 + pos: 6.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 199 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 200 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 201 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,15.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 202 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 203 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 204 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 205 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 206 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 207 + type: reinforced_wall + components: + - parent: 0 + pos: 7.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 208 + type: reinforced_wall + components: + - parent: 0 + pos: 1.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 209 + type: reinforced_wall + components: + - parent: 0 + pos: 2.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 210 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 211 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,10.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 212 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,11.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 213 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,12.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 214 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,13.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 215 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,14.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 216 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,15.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 217 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 218 + type: reinforced_wall + components: + - parent: 0 + pos: -0.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 219 + type: reinforced_wall + components: + - parent: 0 + pos: 0.5,17.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 220 + type: LowWall + components: + - parent: 0 + pos: 6.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 221 + type: LowWall + components: + - parent: 0 + pos: 4.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 222 + type: LowWall + components: + - parent: 0 + pos: 5.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 223 + type: LowWall + components: + - parent: 0 + pos: 3.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 224 + type: LowWall + components: + - parent: 0 + pos: 2.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 225 + type: LowWall + components: + - parent: 0 + pos: 1.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 226 + type: LowWall + components: + - parent: 0 + pos: 0.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 227 + type: ReinforcedWindow + components: + - parent: 0 + pos: 0.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 228 + type: ReinforcedWindow + components: + - parent: 0 + pos: 1.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 229 + type: ReinforcedWindow + components: + - parent: 0 + pos: 2.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 230 + type: ReinforcedWindow + components: + - parent: 0 + pos: 3.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 231 + type: ReinforcedWindow + components: + - parent: 0 + pos: 4.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 232 + type: ReinforcedWindow + components: + - parent: 0 + pos: 5.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 233 + type: ReinforcedWindow + components: + - parent: 0 + pos: 6.5,9.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 234 + type: TableGlass + components: + - parent: 0 + pos: 2.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 235 + type: Paper + components: + - parent: 0 + pos: 2.3824902,16.604946 + rot: -1.5707963267948966 rad + type: Transform +- uid: 236 + type: Pen + components: + - parent: 0 + pos: 2.6949902,16.667446 + rot: -1.5707963267948966 rad + type: Transform +- uid: 237 + type: Poweredlight + components: + - parent: 0 + pos: 1.5,17 + rot: -1.5707963267948966 rad + type: Transform + - powerLoad: 0 + type: PowerReceiver + - containers: + light_bulb: + type: Content.Server.GameObjects.ContainerSlot + type: ContainerContainer +- uid: 238 + type: Poweredlight + components: + - parent: 0 + pos: 5.5,17 + rot: -1.5707963267948966 rad + type: Transform + - powerLoad: 0 + type: PowerReceiver + - containers: + light_bulb: + type: Content.Server.GameObjects.ContainerSlot + type: ContainerContainer +- uid: 239 + type: ApcExtensionCable + components: + - parent: 0 + pos: 4.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 240 + type: ApcExtensionCable + components: + - parent: 0 + pos: 5.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +- uid: 241 + type: ApcExtensionCable + components: + - parent: 0 + pos: 1.5,16.5 + rot: -1.5707963267948966 rad + type: Transform +...