Media
![image](https://github.com/user-attachments/assets/a8cb4b42-b080-4211-807f-c5a2de541692)
![image](https://github.com/user-attachments/assets/fded6595-35ce-4728-a3b8-3e46ab1e3d19)
![image](https://github.com/user-attachments/assets/71dd5beb-9b4e-4568-b28d-310deacdb62d)
![image](https://github.com/user-attachments/assets/5bc2b21f-85ed-49e6-8a39-e84963b57767)
# Changelog
:cl:
- tweak: Several new updates to Saltern, particularly around Service,
Logistics, and Engineering.
- tweak: Pressure Controlled Valves now actually function like their
real-world counterpart. If the pressure in the control-side exceeds the
pressure in either input or output sides, the valve opens, allowing air
to flow bidirectionally between input and output(Basically, an open
valve). Air can never pass through the Control-side.
- tweak: Literally doubled the power output of solar panels, to make
them actually worthwhile to setup.
---
.../PressureControlledValveSystem.cs | 44 +-
Resources/Maps/saltern.yml | 36256 +++++++++-------
.../Prototypes/Entities/Stations/base.yml | 40 +-
.../Entities/Stations/nanotrasen.yml | 25 +
.../Structures/Power/Generation/solar.yml | 10 +-
Resources/Prototypes/Maps/saltern.yml | 3 +-
6 files changed, 20791 insertions(+), 15587 deletions(-)
diff --git a/Content.Server/Atmos/Piping/Trinary/EntitySystems/PressureControlledValveSystem.cs b/Content.Server/Atmos/Piping/Trinary/EntitySystems/PressureControlledValveSystem.cs
index 1bab2abd8e9..d567e19f02f 100644
--- a/Content.Server/Atmos/Piping/Trinary/EntitySystems/PressureControlledValveSystem.cs
+++ b/Content.Server/Atmos/Piping/Trinary/EntitySystems/PressureControlledValveSystem.cs
@@ -1,7 +1,5 @@
-using Content.Server.Atmos.EntitySystems;
using Content.Server.Atmos.Piping.Components;
using Content.Server.Atmos.Piping.Trinary.Components;
-using Content.Server.NodeContainer;
using Content.Server.NodeContainer.EntitySystems;
using Content.Server.NodeContainer.Nodes;
using Content.Shared.Atmos.Piping;
@@ -13,7 +11,6 @@ namespace Content.Server.Atmos.Piping.Trinary.EntitySystems
[UsedImplicitly]
public sealed class PressureControlledValveSystem : EntitySystem
{
- [Dependency] private readonly AtmosphereSystem _atmosphereSystem = default!;
[Dependency] private readonly SharedAmbientSoundSystem _ambientSoundSystem = default!;
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
[Dependency] private readonly NodeContainerSystem _nodeContainer = default!;
@@ -40,39 +37,26 @@ private void OnUpdate(EntityUid uid, PressureControlledValveComponent comp, ref
return;
}
- // If output is higher than input, flip input/output to enable bidirectional flow.
- if (outletNode.Air.Pressure > inletNode.Air.Pressure)
- {
- PipeNode temp = outletNode;
- outletNode = inletNode;
- inletNode = temp;
- }
-
- float control = (controlNode.Air.Pressure - outletNode.Air.Pressure) - comp.Threshold;
- float transferRate;
- if (control < 0)
- {
- comp.Enabled = false;
- transferRate = 0;
- }
- else
+ // If the pressure in either inlet or outlet exceeds the side pressure, act as an open pipe.
+ if (!comp.Enabled && (controlNode.Air.Pressure < inletNode.Air.Pressure
+ || controlNode.Air.Pressure < outletNode.Air.Pressure))
{
+ inletNode.AddAlwaysReachable(outletNode);
+ outletNode.AddAlwaysReachable(inletNode);
comp.Enabled = true;
- transferRate = Math.Min(control * comp.Gain, comp.MaxTransferRate * _atmosphereSystem.PumpSpeedup());
+ UpdateAppearance(uid, comp);
+ _ambientSoundSystem.SetAmbience(uid, true);
+ return;
}
- UpdateAppearance(uid, comp);
- // We multiply the transfer rate in L/s by the seconds passed since the last process to get the liters.
- var transferVolume = transferRate * args.dt;
- if (transferVolume <= 0)
- {
- _ambientSoundSystem.SetAmbience(uid, false);
+ if (!comp.Enabled)
return;
- }
- _ambientSoundSystem.SetAmbience(uid, true);
- var removed = inletNode.Air.RemoveVolume(transferVolume);
- _atmosphereSystem.Merge(outletNode.Air, removed);
+ inletNode.RemoveAlwaysReachable(outletNode);
+ outletNode.RemoveAlwaysReachable(inletNode);
+ comp.Enabled = false;
+ UpdateAppearance(uid, comp);
+ _ambientSoundSystem.SetAmbience(uid, false);
}
private void OnFilterLeaveAtmosphere(EntityUid uid, PressureControlledValveComponent comp, ref AtmosDeviceDisabledEvent args)
diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml
index 35a401a4744..46bdea0fda7 100644
--- a/Resources/Maps/saltern.yml
+++ b/Resources/Maps/saltern.yml
@@ -59,7 +59,7 @@ entities:
version: 6
-1,0:
ind: -1,0
- tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADLQAAAAAAWQAAAAADLQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAAALAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADeQAAAAAAHQAAAAABLAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACLQAAAAAAWQAAAAACLQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAeQAAAAAALAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
+ tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADLQAAAAAAWQAAAAADLQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAbAAAAAAALAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADeQAAAAAAbAAAAAAALAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACLQAAAAAAWQAAAAACLQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAbAAAAAAAeQAAAAAALAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
version: 6
0,-1:
ind: 0,-1
@@ -67,7 +67,7 @@ entities:
version: 6
0,0:
ind: 0,0
- tiles: dgAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAACeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACHQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAIgAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACHQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAA
+ tiles: dgAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAACeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACHQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAbAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACbAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAbAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAA
version: 6
1,0:
ind: 1,0
@@ -91,7 +91,7 @@ entities:
version: 6
1,-2:
ind: 1,-2
- tiles: eQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAcQAAAAABcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
+ tiles: eQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAcQAAAAABcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
version: 6
-1,1:
ind: -1,1
@@ -99,7 +99,7 @@ entities:
version: 6
-2,1:
ind: -2,1
- tiles: dgAAAAACeQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: dgAAAAACeQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAALgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
version: 6
-1,2:
ind: -1,2
@@ -119,7 +119,7 @@ entities:
version: 6
3,0:
ind: 3,0
- tiles: HQAAAAADWQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAABeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA
+ tiles: HQAAAAADWQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAABeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA
version: 6
2,-1:
ind: 2,-1
@@ -139,11 +139,11 @@ entities:
version: 6
-3,0:
ind: -3,0
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAA
+ tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAA
version: 6
-3,-1:
ind: -3,-1
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAAWQAAAAADWQAAAAAAWQAAAAACLQAAAAAALQAAAAAALQAAAAAAWQAAAAAAWQAAAAACLQAAAAAALQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAA
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAAWQAAAAADWQAAAAAAWQAAAAACLQAAAAAALQAAAAAALQAAAAAAWQAAAAAAWQAAAAACLQAAAAAALQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAA
version: 6
3,-1:
ind: 3,-1
@@ -151,7 +151,7 @@ entities:
version: 6
2,-2:
ind: 2,-2
- tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACLQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABLQAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABWQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADLQAAAAAALwAAAAAALwAAAAAALQAAAAAALQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABeQAAAAAAHQAAAAABLQAAAAAALwAAAAAALwAAAAAALQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACHQAAAAABLQAAAAAALwAAAAAALwAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAALQAAAAAALwAAAAAAHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADLQAAAAAALQAAAAAAHQAAAAADHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA
+ tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACLQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABLQAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABWQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADLQAAAAAALwAAAAAALwAAAAAALQAAAAAALQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABeQAAAAAAHQAAAAABLQAAAAAALwAAAAAALwAAAAAALQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACHQAAAAABLQAAAAAALwAAAAAALwAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAALQAAAAAALwAAAAAAHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADLQAAAAAALQAAAAAAHQAAAAADHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA
version: 6
5,-1:
ind: 5,-1
@@ -167,7 +167,7 @@ entities:
version: 6
-3,1:
ind: -3,1
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADEwAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADEwAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA
version: 6
0,-3:
ind: 0,-3
@@ -175,15 +175,15 @@ entities:
version: 6
1,-3:
ind: 1,-3
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA
version: 6
2,1:
ind: 2,1
- tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
version: 6
3,1:
ind: 3,1
- tiles: eQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: eQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
version: 6
-1,-3:
ind: -1,-3
@@ -203,27 +203,51 @@ entities:
version: 6
2,-3:
ind: 2,-3
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA
version: 6
-3,-2:
ind: -3,-2
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
+ tiles: AAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAABdgAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAACdgAAAAACAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAADAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAABdgAAAAABAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
version: 6
-3,-3:
ind: -3,-3
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAAC
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAAC
version: 6
-2,-3:
ind: -2,-3
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAA
+ tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAA
version: 6
- 2,2:
- ind: 2,2
- tiles: AAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ -4,0:
+ ind: -4,0
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
version: 6
-4,-1:
ind: -4,-1
- tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA
+ version: 6
+ -3,2:
+ ind: -3,2
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ version: 6
+ -2,2:
+ ind: -2,2
+ tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ version: 6
+ -4,-2:
+ ind: -4,-2
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ version: 6
+ -4,-3:
+ ind: -4,-3
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA
+ version: 6
+ -3,-4:
+ ind: -3,-4
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ version: 6
+ -2,-4:
+ ind: -2,-4
+ tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
version: 6
- type: Broadphase
- type: Physics
@@ -236,6 +260,7 @@ entities:
fixtures: {}
- type: BecomesStation
id: Saltern
+ - type: TradeStation
- type: GridAtmosphere
version: 2
data:
@@ -783,11 +808,11 @@ entities:
2: 57344
8,5:
0: 272
- 4: 17472
+ 3: 17472
8,6:
2: 65521
8,7:
- 2: 61167
+ 2: 15
1,9:
2: 15
2,9:
@@ -824,10 +849,10 @@ entities:
0: 53759
11,2:
0: 4319
- 3: 49152
+ 4: 49152
11,3:
0: 61457
- 3: 204
+ 4: 204
11,-1:
0: 30583
11,4:
@@ -839,9 +864,9 @@ entities:
0: 28791
12,2:
0: 119
- 3: 28672
+ 4: 28672
12,3:
- 3: 119
+ 4: 119
0: 61440
12,-1:
0: 29311
@@ -886,7 +911,8 @@ entities:
15,-1:
0: 52428
16,0:
- 0: 65532
+ 0: 13116
+ 4: 52416
16,1:
0: 65484
16,2:
@@ -1041,13 +1067,17 @@ entities:
-5,-3:
0: 28791
-12,0:
- 0: 2056
+ 0: 3855
+ -13,0:
+ 0: 3855
+ -12,2:
+ 0: 3855
+ -13,2:
+ 0: 3855
-11,0:
0: 3855
-12,1:
2: 2056
- -12,2:
- 0: 2056
-11,2:
0: 3855
-12,3:
@@ -1251,28 +1281,32 @@ entities:
2: 18240
3,-9:
2: 1396
+ 4,-10:
+ 2: 17408
+ 0: 34816
5,-10:
- 2: 17648
+ 2: 22000
+ 0: 43520
6,-10:
- 2: 240
+ 2: 22000
+ 0: 43520
7,-10:
- 2: 240
+ 2: 4592
+ 0: 8704
8,-10:
2: 240
- 8,8:
- 2: 65534
9,5:
5: 4368
- 3: 17472
+ 4: 17472
9,6:
2: 8176
10,5:
- 3: 4368
+ 4: 4368
6: 17472
10,6:
2: 4080
11,5:
- 3: 21840
+ 4: 21840
11,6:
2: 4080
12,5:
@@ -1313,8 +1347,9 @@ entities:
0: 4369
2: 52416
17,0:
- 0: 22289
+ 0: 17921
2: 8
+ 4: 4368
18,-3:
2: 4096
18,-2:
@@ -1366,12 +1401,10 @@ entities:
2: 8192
-6,-10:
2: 25262
- 8,9:
- 2: 2815
- 9,8:
- 2: 4368
- 9,9:
- 2: 17
+ -14,0:
+ 0: 3598
+ -14,2:
+ 0: 3598
-14,-3:
0: 3272
-13,-4:
@@ -1426,7 +1459,7 @@ entities:
temperature: 293.15
moles:
- 0
- - 0
+ - 6666.982
- 0
- 0
- 0
@@ -1441,7 +1474,7 @@ entities:
temperature: 293.15
moles:
- 0
- - 6666.982
+ - 0
- 0
- 0
- 0
@@ -3087,7 +3120,7 @@ entities:
color: '#FF0000FF'
id: WarnBox
decals:
- 872: 69,2
+ 860: 69,2
- node:
color: '#FFFFFFFF'
id: WarnBox
@@ -3097,7 +3130,7 @@ entities:
color: '#FF0000FF'
id: WarnCornerNE
decals:
- 875: 68,3
+ 863: 68,3
- node:
color: '#FFFFFFFF'
id: WarnCornerNE
@@ -3107,7 +3140,7 @@ entities:
color: '#FF0000FF'
id: WarnCornerNW
decals:
- 876: 66,3
+ 864: 66,3
- node:
color: '#FFFFFFFF'
id: WarnCornerNW
@@ -3117,7 +3150,7 @@ entities:
color: '#FF0000FF'
id: WarnCornerSE
decals:
- 874: 68,1
+ 862: 68,1
- node:
color: '#FFFFFFFF'
id: WarnCornerSE
@@ -3127,32 +3160,12 @@ entities:
color: '#FF0000FF'
id: WarnCornerSW
decals:
- 873: 66,1
+ 861: 66,1
- node:
color: '#FFFFFFFF'
id: WarnCornerSW
decals:
814: -43,-4
- - node:
- color: '#FFFFFFFF'
- id: WarnCornerSmallNE
- decals:
- 829: 37,12
- - node:
- color: '#FFFFFFFF'
- id: WarnCornerSmallNW
- decals:
- 828: 39,12
- - node:
- color: '#FFFFFFFF'
- id: WarnCornerSmallSE
- decals:
- 831: 37,16
- - node:
- color: '#FFFFFFFF'
- id: WarnCornerSmallSW
- decals:
- 830: 39,16
- node:
color: '#FFFFFFFF'
id: WarnEndE
@@ -3162,12 +3175,12 @@ entities:
color: '#FF0000FF'
id: WarnEndN
decals:
- 871: 70,3
+ 859: 70,3
- node:
color: '#FF0000FF'
id: WarnEndS
decals:
- 870: 70,2
+ 858: 70,2
- node:
color: '#FFFFFFFF'
id: WarnEndW
@@ -3177,9 +3190,9 @@ entities:
color: '#FF0000FF'
id: WarnLineE
decals:
- 844: 60,7
- 845: 60,6
- 877: 68,2
+ 832: 60,7
+ 833: 60,6
+ 865: 68,2
- node:
color: '#FFFFFFFF'
id: WarnLineE
@@ -3189,27 +3202,24 @@ entities:
665: 54,-4
666: 54,-5
667: 54,-6
- 820: 37,14
- 821: 37,13
- 822: 37,15
- 833: 57,7
- 834: 57,6
- 835: 57,8
- 836: 57,5
- 837: 57,4
- 838: 57,3
- 839: 57,2
- 840: 57,1
- 841: 57,0
+ 821: 57,7
+ 822: 57,6
+ 823: 57,8
+ 824: 57,5
+ 825: 57,4
+ 826: 57,3
+ 827: 57,2
+ 828: 57,1
+ 829: 57,0
- node:
color: '#FF0000FF'
id: WarnLineN
decals:
- 865: 62,0
- 866: 63,0
- 867: 63,5
- 868: 62,5
- 869: 67,1
+ 853: 62,0
+ 854: 63,0
+ 855: 63,5
+ 856: 62,5
+ 857: 67,1
- node:
color: '#FFFFFFFF'
id: WarnLineN
@@ -3227,27 +3237,27 @@ entities:
685: -1,-29
686: 0,-29
815: -42,-4
- 823: 38,16
+ 869: 70,5
- node:
color: '#FF0000FF'
id: WarnLineS
decals:
- 846: 62,10
- 847: 62,8
- 848: 62,9
- 849: 62,7
- 850: 62,6
- 851: 62,5
- 852: 62,4
- 853: 62,3
- 854: 62,2
- 855: 62,1
- 856: 62,0
- 857: 62,-1
- 858: 62,-2
- 859: 62,-3
- 860: 62,-4
- 878: 66,2
+ 834: 62,10
+ 835: 62,8
+ 836: 62,9
+ 837: 62,7
+ 838: 62,6
+ 839: 62,5
+ 840: 62,4
+ 841: 62,3
+ 842: 62,2
+ 843: 62,1
+ 844: 62,0
+ 845: 62,-1
+ 846: 62,-2
+ 847: 62,-3
+ 848: 62,-4
+ 866: 66,2
- node:
color: '#FFFFFFFF'
id: WarnLineS
@@ -3258,20 +3268,17 @@ entities:
771: -15,19
772: -15,20
773: -15,21
- 825: 39,13
- 826: 39,14
- 827: 39,15
- 842: 59,7
- 843: 59,6
+ 830: 59,7
+ 831: 59,6
- node:
color: '#FF0000FF'
id: WarnLineW
decals:
- 861: 62,4
- 862: 63,4
- 863: 63,-1
- 864: 62,-1
- 879: 67,3
+ 849: 62,4
+ 850: 63,4
+ 851: 63,-1
+ 852: 62,-1
+ 867: 67,3
- node:
color: '#FFFFFFFF'
id: WarnLineW
@@ -3280,7 +3287,6 @@ entities:
519: 22,24
521: 20,24
816: -42,-6
- 824: 38,12
- node:
angle: -1.5707963267948966 rad
color: '#FFFFFFFF'
@@ -3414,7 +3420,7 @@ entities:
color: '#FFFF00FF'
id: radiation
decals:
- 832: 59,7
+ 820: 59,7
- type: OccluderTree
- type: SpreaderGrid
- type: Shuttle
@@ -3479,11 +3485,6 @@ entities:
- type: Transform
pos: 38.38827,-0.43327445
parent: 31
- - uid: 6684
- components:
- - type: Transform
- pos: -37.568184,29.675117
- parent: 31
- uid: 7907
components:
- type: Transform
@@ -3992,6 +3993,16 @@ entities:
- type: Transform
pos: -2.5,-8.5
parent: 31
+ - uid: 6550
+ components:
+ - type: Transform
+ anchored: True
+ pos: 68.5,10.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- uid: 10112
components:
- type: Transform
@@ -4184,8 +4195,20 @@ entities:
- type: DeviceLinkSink
links:
- 276
+- proto: AirlockCorpsmanGlassLocked
+ entities:
+ - uid: 33
+ components:
+ - type: Transform
+ pos: 0.5,11.5
+ parent: 31
- proto: AirlockDetectiveLocked
entities:
+ - uid: 1338
+ components:
+ - type: Transform
+ pos: -20.5,16.5
+ parent: 31
- uid: 1889
components:
- type: Transform
@@ -4239,6 +4262,8 @@ entities:
parent: 31
- uid: 6827
components:
+ - type: MetaData
+ name: backup generators
- type: Transform
pos: 45.5,8.5
parent: 31
@@ -4321,6 +4346,9 @@ entities:
parent: 31
- uid: 6451
components:
+ - type: MetaData
+ desc: A note attached reads, "Connect the HV cable to this room if you need emergency power and the generators are out."
+ name: backup batteries
- type: Transform
pos: 41.5,9.5
parent: 31
@@ -4330,12 +4358,6 @@ entities:
rot: 3.141592653589793 rad
pos: 70.5,4.5
parent: 31
- - uid: 8199
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,2.5
- parent: 31
- uid: 9592
components:
- type: Transform
@@ -4610,29 +4632,29 @@ entities:
parent: 31
- proto: AirlockExternalGlassShuttleEmergencyLocked
entities:
- - uid: 9377
+ - uid: 12326
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -44.5,8.5
+ pos: -54.5,10.5
parent: 31
- - uid: 9388
+ - uid: 12327
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -44.5,2.5
+ pos: -54.5,8.5
parent: 31
- - uid: 9391
+ - uid: 12329
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -44.5,10.5
+ pos: -54.5,2.5
parent: 31
- - uid: 9392
+ - uid: 12330
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -44.5,0.5
+ pos: -54.5,0.5
parent: 31
- proto: AirlockExternalGlassShuttleEscape
entities:
@@ -5371,11 +5393,6 @@ entities:
- type: Transform
pos: 0.5,9.5
parent: 31
- - uid: 5068
- components:
- - type: Transform
- pos: 0.5,11.5
- parent: 31
- uid: 5069
components:
- type: Transform
@@ -5424,6 +5441,20 @@ entities:
- type: Transform
pos: -4.5,6.5
parent: 31
+- proto: AirlockShuttle
+ entities:
+ - uid: 12463
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 35.5,28.5
+ parent: 31
+ - uid: 12525
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 33.5,28.5
+ parent: 31
- proto: AirlockTheatreLocked
entities:
- uid: 7337
@@ -5547,12 +5578,29 @@ entities:
- type: Transform
pos: -20.5,-20.5
parent: 31
-- proto: AmeController
+- proto: AmmoniaCanister
entities:
- - uid: 1537
+ - uid: 6707
components:
- type: Transform
- pos: 46.5,7.5
+ anchored: True
+ pos: 46.5,23.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
+ - uid: 12258
+ components:
+ - type: Transform
+ pos: 63.5,-3.5
+ parent: 31
+- proto: AmmoTechFabCircuitboard
+ entities:
+ - uid: 12575
+ components:
+ - type: Transform
+ pos: -3.582569,17.427122
parent: 31
- proto: Amphora
entities:
@@ -5947,37 +5995,39 @@ entities:
- type: Transform
pos: 3.3790083,-33.463173
parent: 31
-- proto: AtmosDeviceFanTiny
- entities:
- - uid: 950
+ - uid: 12181
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 0.6720078,-5.4154224
parent: 31
- - uid: 5157
+ - uid: 12183
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -44.5,0.5
+ pos: -2.3748672,-5.8372974
parent: 31
- - uid: 6694
+ - uid: 12184
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -44.5,2.5
+ pos: -4.734242,-4.3060474
parent: 31
- - uid: 7138
+ - uid: 12185
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -44.5,8.5
+ pos: -6.265492,-4.4779224
parent: 31
- - uid: 7346
+ - uid: 12196
+ components:
+ - type: Transform
+ pos: -1.3455484,1.4907897
+ parent: 31
+- proto: AtmosDeviceFanTiny
+ entities:
+ - uid: 950
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -44.5,10.5
+ pos: -14.5,-4.5
parent: 31
- uid: 7566
components:
@@ -6018,6 +6068,30 @@ entities:
rot: 3.141592653589793 rad
pos: 31.5,-16.5
parent: 31
+ - uid: 12401
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,10.5
+ parent: 31
+ - uid: 12402
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,8.5
+ parent: 31
+ - uid: 12403
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,2.5
+ parent: 31
+ - uid: 12404
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,0.5
+ parent: 31
- proto: AtmosFixBlockerMarker
entities:
- uid: 87
@@ -6065,11 +6139,6 @@ entities:
- type: Transform
pos: 40.5,21.5
parent: 31
- - uid: 1878
- components:
- - type: Transform
- pos: 46.5,22.5
- parent: 31
- uid: 4265
components:
- type: Transform
@@ -6095,11 +6164,6 @@ entities:
- type: Transform
pos: 46.5,11.5
parent: 31
- - uid: 5140
- components:
- - type: Transform
- pos: 46.5,23.5
- parent: 31
- uid: 5745
components:
- type: Transform
@@ -6155,11 +6219,6 @@ entities:
- type: Transform
pos: 50.5,12.5
parent: 31
- - uid: 8210
- components:
- - type: Transform
- pos: 46.5,21.5
- parent: 31
- uid: 11084
components:
- type: Transform
@@ -6170,6 +6229,66 @@ entities:
- type: Transform
pos: 50.5,11.5
parent: 31
+ - uid: 12131
+ components:
+ - type: Transform
+ pos: 66.5,3.5
+ parent: 31
+ - uid: 12132
+ components:
+ - type: Transform
+ pos: 66.5,2.5
+ parent: 31
+ - uid: 12133
+ components:
+ - type: Transform
+ pos: 67.5,2.5
+ parent: 31
+ - uid: 12134
+ components:
+ - type: Transform
+ pos: 67.5,3.5
+ parent: 31
+ - uid: 12135
+ components:
+ - type: Transform
+ pos: 68.5,3.5
+ parent: 31
+ - uid: 12136
+ components:
+ - type: Transform
+ pos: 68.5,2.5
+ parent: 31
+ - uid: 12137
+ components:
+ - type: Transform
+ pos: 68.5,1.5
+ parent: 31
+ - uid: 12138
+ components:
+ - type: Transform
+ pos: 67.5,1.5
+ parent: 31
+ - uid: 12139
+ components:
+ - type: Transform
+ pos: 66.5,1.5
+ parent: 31
+ - uid: 12570
+ components:
+ - type: Transform
+ pos: 46.5,21.5
+ parent: 31
+ - uid: 12571
+ components:
+ - type: Transform
+ pos: 46.5,22.5
+ parent: 31
+ - uid: 12572
+ components:
+ - type: Transform
+ pos: 46.5,23.5
+ parent: 31
- proto: AtmosFixFreezerMarker
entities:
- uid: 5895
@@ -6297,6 +6416,16 @@ entities:
- type: Transform
pos: -17.5,-20.5
parent: 31
+- proto: AutolatheMachineCircuitboard
+ entities:
+ - uid: 12577
+ components:
+ - type: Transform
+ pos: -3.7380998,16.677618
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
- proto: BannerNanotrasen
entities:
- uid: 3677
@@ -6323,11 +6452,6 @@ entities:
parent: 31
- proto: Barricade
entities:
- - uid: 28
- components:
- - type: Transform
- pos: -20.5,16.5
- parent: 31
- uid: 413
components:
- type: Transform
@@ -6387,7 +6511,6 @@ entities:
solutions:
beaker:
temperature: 293.15
- canMix: False
canReact: True
maxVol: 50
name: null
@@ -6477,6 +6600,11 @@ entities:
- type: Transform
pos: 32.5,-10.5
parent: 31
+ - uid: 7138
+ components:
+ - type: Transform
+ pos: -0.5,13.5
+ parent: 31
- uid: 8409
components:
- type: Transform
@@ -6502,6 +6630,16 @@ entities:
- type: Transform
pos: 6.5,-35.5
parent: 31
+ - uid: 11051
+ components:
+ - type: Transform
+ pos: -23.5,17.5
+ parent: 31
+ - uid: 11472
+ components:
+ - type: Transform
+ pos: -0.5,12.5
+ parent: 31
- proto: BedsheetBlack
entities:
- uid: 10705
@@ -6509,6 +6647,18 @@ entities:
- type: Transform
pos: -24.5,-27.5
parent: 31
+- proto: BedsheetBrigmedic
+ entities:
+ - uid: 12101
+ components:
+ - type: Transform
+ pos: -0.5,13.5
+ parent: 31
+ - uid: 12102
+ components:
+ - type: Transform
+ pos: -0.5,12.5
+ parent: 31
- proto: BedsheetCaptain
entities:
- uid: 515
@@ -6614,6 +6764,11 @@ entities:
rot: -1.5707963267948966 rad
pos: -13.5,-37.5
parent: 31
+ - uid: 11057
+ components:
+ - type: Transform
+ pos: -23.5,17.5
+ parent: 31
- proto: BedsheetSpawner
entities:
- uid: 553
@@ -6643,23 +6798,23 @@ entities:
parent: 31
- proto: BenchPewLeft
entities:
- - uid: 11471
+ - uid: 1537
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -24.5,-20.5
+ pos: -25.5,-18.5
parent: 31
- - uid: 11472
+ - uid: 1730
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -26.5,-20.5
+ pos: -26.5,-18.5
parent: 31
- - uid: 11476
+ - uid: 1878
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -25.5,-20.5
+ pos: -24.5,-18.5
parent: 31
- proto: BenchPewMiddle
entities:
@@ -6683,23 +6838,23 @@ entities:
parent: 31
- proto: BenchPewRight
entities:
- - uid: 11474
+ - uid: 1366
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -25.5,-18.5
+ pos: -26.5,-20.5
parent: 31
- - uid: 11478
+ - uid: 1423
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -26.5,-18.5
+ pos: -24.5,-20.5
parent: 31
- - uid: 11479
+ - uid: 1485
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -24.5,-18.5
+ pos: -25.5,-20.5
parent: 31
- proto: BenchSofaCorner
entities:
@@ -6818,6 +6973,15 @@ entities:
- type: DeviceLinkSink
links:
- 10325
+ - uid: 8199
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 69.5,2.5
+ parent: 31
+ - type: DeviceLinkSink
+ links:
+ - 11939
- uid: 10095
components:
- type: Transform
@@ -6842,6 +7006,15 @@ entities:
- type: DeviceLinkSink
links:
- 10218
+ - uid: 11027
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 71.5,2.5
+ parent: 31
+ - type: DeviceLinkSink
+ links:
+ - 11939
- uid: 11369
components:
- type: Transform
@@ -6905,15 +7078,6 @@ entities:
- type: DeviceLinkSink
links:
- 11939
- - uid: 11937
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,2.5
- parent: 31
- - type: DeviceLinkSink
- links:
- - 11939
- uid: 11938
components:
- type: Transform
@@ -12867,11 +13031,6 @@ entities:
- type: Transform
pos: 47.5,8.5
parent: 31
- - uid: 6550
- components:
- - type: Transform
- pos: 46.5,15.5
- parent: 31
- uid: 6560
components:
- type: Transform
@@ -13922,6 +14081,11 @@ entities:
- type: Transform
pos: -39.5,-9.5
parent: 31
+ - uid: 8315
+ components:
+ - type: Transform
+ pos: 46.5,15.5
+ parent: 31
- uid: 8348
components:
- type: Transform
@@ -14587,36 +14751,16 @@ entities:
- type: Transform
pos: 33.5,27.5
parent: 31
- - uid: 9938
- components:
- - type: Transform
- pos: 34.5,28.5
- parent: 31
- uid: 9939
components:
- type: Transform
pos: 34.5,27.5
parent: 31
- - uid: 9945
- components:
- - type: Transform
- pos: 34.5,29.5
- parent: 31
- uid: 9947
components:
- type: Transform
pos: 25.5,20.5
parent: 31
- - uid: 9955
- components:
- - type: Transform
- pos: 34.5,37.5
- parent: 31
- - uid: 9956
- components:
- - type: Transform
- pos: 34.5,36.5
- parent: 31
- uid: 10055
components:
- type: Transform
@@ -14657,36 +14801,6 @@ entities:
- type: Transform
pos: 32.5,27.5
parent: 31
- - uid: 10102
- components:
- - type: Transform
- pos: 34.5,30.5
- parent: 31
- - uid: 10103
- components:
- - type: Transform
- pos: 34.5,31.5
- parent: 31
- - uid: 10104
- components:
- - type: Transform
- pos: 34.5,32.5
- parent: 31
- - uid: 10105
- components:
- - type: Transform
- pos: 34.5,33.5
- parent: 31
- - uid: 10106
- components:
- - type: Transform
- pos: 34.5,34.5
- parent: 31
- - uid: 10107
- components:
- - type: Transform
- pos: 34.5,35.5
- parent: 31
- uid: 10222
components:
- type: Transform
@@ -15767,16 +15881,6 @@ entities:
- type: Transform
pos: 52.5,21.5
parent: 31
- - uid: 11464
- components:
- - type: Transform
- pos: 52.5,20.5
- parent: 31
- - uid: 11465
- components:
- - type: Transform
- pos: 52.5,19.5
- parent: 31
- uid: 11515
components:
- type: Transform
@@ -16172,340 +16276,375 @@ entities:
- type: Transform
pos: 76.5,3.5
parent: 31
-- proto: CableApcStack
- entities:
- - uid: 94
+ - uid: 12104
components:
- type: Transform
- pos: 48.373375,5.713002
+ pos: 62.5,6.5
parent: 31
- - uid: 134
+ - uid: 12105
components:
- type: Transform
- pos: 29.54536,1.2261796
+ pos: 62.5,5.5
parent: 31
- - uid: 1021
+ - uid: 12106
components:
- type: Transform
- pos: 48.373375,5.713002
+ pos: 62.5,1.5
parent: 31
-- proto: CableApcStack1
- entities:
- - uid: 4263
+ - uid: 12107
components:
- type: Transform
- pos: 49.699306,-5.6046276
+ pos: 62.5,4.5
parent: 31
- - uid: 9664
+ - uid: 12108
components:
- type: Transform
- pos: -3.5609899,-43.099728
+ pos: 62.5,3.5
parent: 31
- - uid: 9669
+ - uid: 12109
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.0297182,-43.247223
+ pos: 62.5,2.5
parent: 31
- - uid: 10901
+ - uid: 12110
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.31561,-5.6046276
+ pos: 62.5,0.5
parent: 31
-- proto: CableApcStack10
- entities:
- - uid: 2048
+ - uid: 12111
components:
- type: Transform
- pos: -2.4564042,-31.599945
+ pos: 62.5,-0.5
parent: 31
-- proto: CableHV
- entities:
- - uid: 23
+ - uid: 12112
components:
- type: Transform
- pos: 19.5,-30.5
+ pos: 62.5,-1.5
parent: 31
- - uid: 29
+ - uid: 12113
components:
- type: Transform
- pos: 19.5,-29.5
+ pos: 63.5,-1.5
parent: 31
- - uid: 104
+ - uid: 12114
components:
- type: Transform
- pos: 21.5,-29.5
+ pos: 64.5,-1.5
parent: 31
- - uid: 128
+ - uid: 12115
components:
- type: Transform
- pos: -25.5,18.5
+ pos: 65.5,-1.5
parent: 31
- - uid: 130
+ - uid: 12116
components:
- type: Transform
- pos: 21.5,-28.5
+ pos: 66.5,-1.5
parent: 31
- - uid: 140
+ - uid: 12117
components:
- type: Transform
- pos: -22.5,21.5
+ pos: 67.5,-1.5
parent: 31
- - uid: 202
+ - uid: 12118
components:
- type: Transform
- pos: 55.5,5.5
+ pos: 68.5,-1.5
parent: 31
- - uid: 290
+ - uid: 12333
components:
- type: Transform
- pos: 3.5,-20.5
+ pos: -44.5,8.5
parent: 31
- - uid: 412
+ - uid: 12362
components:
- type: Transform
- pos: -21.5,22.5
+ pos: -44.5,0.5
parent: 31
- - uid: 420
+ - uid: 12363
components:
- type: Transform
- pos: 21.5,-34.5
+ pos: -45.5,0.5
parent: 31
- - uid: 421
+ - uid: 12364
components:
- type: Transform
- pos: 21.5,-33.5
+ pos: -46.5,0.5
parent: 31
- - uid: 422
+ - uid: 12365
components:
- type: Transform
- pos: 21.5,-32.5
+ pos: -47.5,0.5
parent: 31
- - uid: 437
+ - uid: 12366
components:
- type: Transform
- pos: 19.5,-34.5
+ pos: -48.5,0.5
parent: 31
- - uid: 442
+ - uid: 12367
components:
- type: Transform
- pos: -35.5,22.5
+ pos: -49.5,0.5
parent: 31
- - uid: 443
+ - uid: 12368
components:
- type: Transform
- pos: -35.5,23.5
+ pos: -50.5,0.5
parent: 31
- - uid: 444
+ - uid: 12369
components:
- type: Transform
- pos: -37.5,21.5
+ pos: -51.5,0.5
parent: 31
- - uid: 445
+ - uid: 12370
components:
- type: Transform
- pos: -37.5,22.5
+ pos: -52.5,0.5
parent: 31
- - uid: 450
+ - uid: 12371
components:
- type: Transform
- pos: -38.5,24.5
+ pos: -53.5,0.5
parent: 31
- - uid: 451
+ - uid: 12372
components:
- type: Transform
- pos: -37.5,23.5
+ pos: -44.5,2.5
parent: 31
- - uid: 452
+ - uid: 12373
components:
- type: Transform
- pos: -35.5,21.5
+ pos: -45.5,2.5
parent: 31
- - uid: 453
+ - uid: 12374
components:
- type: Transform
- pos: -33.5,23.5
+ pos: -46.5,2.5
parent: 31
- - uid: 455
+ - uid: 12375
components:
- type: Transform
- pos: -31.5,23.5
+ pos: -47.5,2.5
parent: 31
- - uid: 456
+ - uid: 12376
components:
- type: Transform
- pos: -33.5,21.5
+ pos: -48.5,2.5
parent: 31
- - uid: 457
+ - uid: 12377
components:
- type: Transform
- pos: -33.5,22.5
+ pos: -49.5,2.5
parent: 31
- - uid: 458
+ - uid: 12378
components:
- type: Transform
- pos: -35.5,26.5
+ pos: -50.5,2.5
parent: 31
- - uid: 459
+ - uid: 12379
components:
- type: Transform
- pos: -35.5,25.5
+ pos: -51.5,2.5
parent: 31
- - uid: 460
+ - uid: 12380
components:
- type: Transform
- pos: -37.5,27.5
+ pos: -52.5,2.5
parent: 31
- - uid: 461
+ - uid: 12381
components:
- type: Transform
- pos: -37.5,26.5
+ pos: -53.5,2.5
parent: 31
- - uid: 464
+ - uid: 12382
components:
- type: Transform
- pos: -37.5,25.5
+ pos: -45.5,8.5
parent: 31
- - uid: 465
+ - uid: 12383
components:
- type: Transform
- pos: 32.5,-31.5
+ pos: -46.5,8.5
parent: 31
- - uid: 466
+ - uid: 12384
components:
- type: Transform
- pos: 30.5,-31.5
+ pos: -47.5,8.5
parent: 31
- - uid: 468
+ - uid: 12385
components:
- type: Transform
- pos: 29.5,-33.5
+ pos: -48.5,8.5
parent: 31
- - uid: 470
+ - uid: 12386
components:
- type: Transform
- pos: 31.5,-31.5
+ pos: -49.5,8.5
parent: 31
- - uid: 471
+ - uid: 12387
components:
- type: Transform
- pos: 29.5,-30.5
+ pos: -50.5,8.5
parent: 31
- - uid: 479
+ - uid: 12388
components:
- type: Transform
- pos: 27.5,-29.5
+ pos: -51.5,8.5
parent: 31
- - uid: 480
+ - uid: 12389
components:
- type: Transform
- pos: 27.5,-28.5
+ pos: -52.5,8.5
parent: 31
- - uid: 481
+ - uid: 12390
components:
- type: Transform
- pos: 29.5,-28.5
+ pos: -53.5,8.5
parent: 31
- - uid: 482
+ - uid: 12391
components:
- type: Transform
- pos: 29.5,-29.5
+ pos: -53.5,10.5
parent: 31
- - uid: 483
+ - uid: 12392
components:
- type: Transform
- pos: 27.5,-30.5
+ pos: -52.5,10.5
parent: 31
- - uid: 485
+ - uid: 12393
components:
- type: Transform
- pos: 27.5,-32.5
+ pos: -51.5,10.5
parent: 31
- - uid: 486
+ - uid: 12394
components:
- type: Transform
- pos: 25.5,-32.5
+ pos: -50.5,10.5
parent: 31
- - uid: 487
+ - uid: 12395
components:
- type: Transform
- pos: 27.5,-33.5
+ pos: -49.5,10.5
parent: 31
- - uid: 488
+ - uid: 12396
components:
- type: Transform
- pos: 27.5,-34.5
+ pos: -48.5,10.5
parent: 31
- - uid: 489
+ - uid: 12397
components:
- type: Transform
- pos: 25.5,-33.5
+ pos: -47.5,10.5
parent: 31
- - uid: 499
+ - uid: 12398
components:
- type: Transform
- pos: 23.5,-35.5
+ pos: -46.5,10.5
parent: 31
- - uid: 500
+ - uid: 12399
components:
- type: Transform
- pos: 23.5,-34.5
+ pos: -45.5,10.5
parent: 31
- - uid: 502
+ - uid: 12400
components:
- type: Transform
- pos: 23.5,-33.5
+ pos: -44.5,10.5
parent: 31
- - uid: 504
+ - uid: 12526
components:
- type: Transform
- pos: 23.5,-32.5
+ pos: 35.5,27.5
parent: 31
- - uid: 505
+- proto: CableApcStack
+ entities:
+ - uid: 94
components:
- type: Transform
- pos: 23.5,-30.5
+ pos: 48.373375,5.713002
parent: 31
- - uid: 506
+ - uid: 134
components:
- type: Transform
- pos: 23.5,-28.5
+ pos: 29.54536,1.2261796
parent: 31
- - uid: 507
+ - uid: 1021
components:
- type: Transform
- pos: 23.5,-29.5
+ pos: 48.373375,5.713002
parent: 31
- - uid: 508
+- proto: CableApcStack1
+ entities:
+ - uid: 4263
components:
- type: Transform
- pos: 23.5,-27.5
+ pos: 49.699306,-5.6046276
parent: 31
- - uid: 509
+ - uid: 9664
components:
- type: Transform
- pos: 25.5,-28.5
+ pos: -3.5609899,-43.099728
parent: 31
- - uid: 510
+ - uid: 9669
components:
- type: Transform
- pos: 25.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: -3.0297182,-43.247223
parent: 31
- - uid: 511
+ - uid: 10901
components:
- type: Transform
- pos: 25.5,-30.5
+ rot: -1.5707963267948966 rad
+ pos: 49.31561,-5.6046276
parent: 31
- - uid: 512
+- proto: CableApcStack10
+ entities:
+ - uid: 2048
components:
- type: Transform
- pos: 25.5,-35.5
+ pos: -2.4564042,-31.599945
parent: 31
- - uid: 513
+- proto: CableHV
+ entities:
+ - uid: 23
+ components:
+ - type: Transform
+ pos: -32.5,42.5
+ parent: 31
+ - uid: 29
+ components:
+ - type: Transform
+ pos: 30.5,-45.5
+ parent: 31
+ - uid: 104
+ components:
+ - type: Transform
+ pos: 34.5,-45.5
+ parent: 31
+ - uid: 128
+ components:
+ - type: Transform
+ pos: -25.5,18.5
+ parent: 31
+ - uid: 140
components:
- type: Transform
- pos: 25.5,-34.5
+ pos: -22.5,21.5
+ parent: 31
+ - uid: 202
+ components:
+ - type: Transform
+ pos: 55.5,5.5
+ parent: 31
+ - uid: 290
+ components:
+ - type: Transform
+ pos: 3.5,-20.5
+ parent: 31
+ - uid: 412
+ components:
+ - type: Transform
+ pos: -21.5,22.5
parent: 31
- uid: 544
components:
@@ -16597,21 +16736,11 @@ entities:
- type: Transform
pos: 51.5,3.5
parent: 31
- - uid: 932
- components:
- - type: Transform
- pos: 19.5,-32.5
- parent: 31
- uid: 948
components:
- type: Transform
pos: -28.5,-22.5
parent: 31
- - uid: 972
- components:
- - type: Transform
- pos: 29.5,-34.5
- parent: 31
- uid: 1018
components:
- type: Transform
@@ -16677,6 +16806,11 @@ entities:
- type: Transform
pos: -28.5,-27.5
parent: 31
+ - uid: 1268
+ components:
+ - type: Transform
+ pos: 35.5,-45.5
+ parent: 31
- uid: 1273
components:
- type: Transform
@@ -16762,11 +16896,6 @@ entities:
- type: Transform
pos: 43.5,-3.5
parent: 31
- - uid: 1640
- components:
- - type: Transform
- pos: -29.5,22.5
- parent: 31
- uid: 1665
components:
- type: Transform
@@ -16802,6 +16931,16 @@ entities:
- type: Transform
pos: 27.5,-11.5
parent: 31
+ - uid: 1915
+ components:
+ - type: Transform
+ pos: 33.5,-45.5
+ parent: 31
+ - uid: 1918
+ components:
+ - type: Transform
+ pos: 31.5,-45.5
+ parent: 31
- uid: 2000
components:
- type: Transform
@@ -18082,21 +18221,6 @@ entities:
- type: Transform
pos: 65.5,7.5
parent: 31
- - uid: 4218
- components:
- - type: Transform
- pos: 19.5,-33.5
- parent: 31
- - uid: 4226
- components:
- - type: Transform
- pos: 19.5,-28.5
- parent: 31
- - uid: 4227
- components:
- - type: Transform
- pos: 21.5,-30.5
- parent: 31
- uid: 4233
components:
- type: Transform
@@ -18152,11 +18276,6 @@ entities:
- type: Transform
pos: 14.5,-29.5
parent: 31
- - uid: 4343
- components:
- - type: Transform
- pos: 19.5,-35.5
- parent: 31
- uid: 4349
components:
- type: Transform
@@ -18212,16 +18331,6 @@ entities:
- type: Transform
pos: 66.5,3.5
parent: 31
- - uid: 4412
- components:
- - type: Transform
- pos: 21.5,-27.5
- parent: 31
- - uid: 4413
- components:
- - type: Transform
- pos: 19.5,-27.5
- parent: 31
- uid: 4442
components:
- type: Transform
@@ -18242,16 +18351,6 @@ entities:
- type: Transform
pos: 52.5,3.5
parent: 31
- - uid: 4454
- components:
- - type: Transform
- pos: 27.5,-27.5
- parent: 31
- - uid: 4462
- components:
- - type: Transform
- pos: 25.5,-27.5
- parent: 31
- uid: 4465
components:
- type: Transform
@@ -18282,11 +18381,6 @@ entities:
- type: Transform
pos: 46.5,1.5
parent: 31
- - uid: 4564
- components:
- - type: Transform
- pos: 21.5,-35.5
- parent: 31
- uid: 4565
components:
- type: Transform
@@ -18362,11 +18456,6 @@ entities:
- type: Transform
pos: 63.5,1.5
parent: 31
- - uid: 4744
- components:
- - type: Transform
- pos: 29.5,-32.5
- parent: 31
- uid: 4774
components:
- type: Transform
@@ -18420,43 +18509,23 @@ entities:
- uid: 4873
components:
- type: Transform
- pos: 29.5,-27.5
+ pos: -46.5,-27.5
parent: 31
- - uid: 4875
+ - uid: 4874
components:
- type: Transform
- pos: 29.5,-35.5
+ pos: -44.5,-27.5
parent: 31
- - uid: 4876
+ - uid: 4875
components:
- type: Transform
- pos: 27.5,-35.5
+ pos: -42.5,-29.5
parent: 31
- uid: 4947
components:
- type: Transform
pos: -22.5,19.5
parent: 31
- - uid: 4953
- components:
- - type: Transform
- pos: -29.5,26.5
- parent: 31
- - uid: 4955
- components:
- - type: Transform
- pos: -29.5,27.5
- parent: 31
- - uid: 4956
- components:
- - type: Transform
- pos: -29.5,23.5
- parent: 31
- - uid: 4960
- components:
- - type: Transform
- pos: -33.5,27.5
- parent: 31
- uid: 4992
components:
- type: Transform
@@ -18487,70 +18556,40 @@ entities:
- type: Transform
pos: 35.5,11.5
parent: 31
- - uid: 5033
- components:
- - type: Transform
- pos: 35.5,12.5
- parent: 31
- - uid: 5038
- components:
- - type: Transform
- pos: -31.5,25.5
- parent: 31
- - uid: 5039
- components:
- - type: Transform
- pos: -35.5,27.5
- parent: 31
- - uid: 5040
- components:
- - type: Transform
- pos: -29.5,25.5
- parent: 31
- uid: 5041
components:
- type: Transform
pos: -28.5,24.5
parent: 31
- - uid: 5042
- components:
- - type: Transform
- pos: -31.5,26.5
- parent: 31
- - uid: 5043
+ - uid: 5098
components:
- type: Transform
- pos: -31.5,27.5
+ pos: 36.5,12.5
parent: 31
- - uid: 5051
+ - uid: 5168
components:
- type: Transform
- pos: -29.5,21.5
+ pos: -29.5,24.5
parent: 31
- - uid: 5052
+ - uid: 5169
components:
- type: Transform
- pos: -31.5,21.5
+ pos: -33.5,30.5
parent: 31
- - uid: 5053
+ - uid: 5170
components:
- type: Transform
- pos: -31.5,22.5
+ pos: -30.5,24.5
parent: 31
- - uid: 5054
+ - uid: 5174
components:
- type: Transform
- pos: -33.5,26.5
+ pos: -33.5,34.5
parent: 31
- - uid: 5055
- components:
- - type: Transform
- pos: -33.5,25.5
- parent: 31
- - uid: 5098
+ - uid: 5180
components:
- type: Transform
- pos: 36.5,12.5
+ pos: -33.5,29.5
parent: 31
- uid: 5200
components:
@@ -18627,6 +18666,16 @@ entities:
- type: Transform
pos: 15.5,-31.5
parent: 31
+ - uid: 5265
+ components:
+ - type: Transform
+ pos: -33.5,33.5
+ parent: 31
+ - uid: 5271
+ components:
+ - type: Transform
+ pos: -33.5,32.5
+ parent: 31
- uid: 5299
components:
- type: Transform
@@ -18642,11 +18691,6 @@ entities:
- type: Transform
pos: 18.5,-31.5
parent: 31
- - uid: 5307
- components:
- - type: Transform
- pos: 37.5,12.5
- parent: 31
- uid: 5738
components:
- type: Transform
@@ -18732,11 +18776,146 @@ entities:
- type: Transform
pos: 31.5,12.5
parent: 31
+ - uid: 6564
+ components:
+ - type: Transform
+ pos: -47.5,-28.5
+ parent: 31
- uid: 6610
components:
- type: Transform
pos: 49.5,5.5
parent: 31
+ - uid: 6647
+ components:
+ - type: Transform
+ pos: 49.5,7.5
+ parent: 31
+ - uid: 6658
+ components:
+ - type: Transform
+ pos: 34.5,-43.5
+ parent: 31
+ - uid: 6661
+ components:
+ - type: Transform
+ pos: 34.5,-42.5
+ parent: 31
+ - uid: 6662
+ components:
+ - type: Transform
+ pos: 34.5,-39.5
+ parent: 31
+ - uid: 6664
+ components:
+ - type: Transform
+ pos: 34.5,-38.5
+ parent: 31
+ - uid: 6665
+ components:
+ - type: Transform
+ pos: 34.5,-36.5
+ parent: 31
+ - uid: 6666
+ components:
+ - type: Transform
+ pos: 34.5,-34.5
+ parent: 31
+ - uid: 6667
+ components:
+ - type: Transform
+ pos: 34.5,-31.5
+ parent: 31
+ - uid: 6668
+ components:
+ - type: Transform
+ pos: 33.5,-31.5
+ parent: 31
+ - uid: 6669
+ components:
+ - type: Transform
+ pos: 31.5,-31.5
+ parent: 31
+ - uid: 6670
+ components:
+ - type: Transform
+ pos: 30.5,-31.5
+ parent: 31
+ - uid: 6671
+ components:
+ - type: Transform
+ pos: 28.5,-31.5
+ parent: 31
+ - uid: 6672
+ components:
+ - type: Transform
+ pos: 34.5,-40.5
+ parent: 31
+ - uid: 6673
+ components:
+ - type: Transform
+ pos: 34.5,-41.5
+ parent: 31
+ - uid: 6674
+ components:
+ - type: Transform
+ pos: -35.5,42.5
+ parent: 31
+ - uid: 6675
+ components:
+ - type: Transform
+ pos: 29.5,-31.5
+ parent: 31
+ - uid: 6677
+ components:
+ - type: Transform
+ pos: 34.5,-32.5
+ parent: 31
+ - uid: 6678
+ components:
+ - type: Transform
+ pos: 34.5,-35.5
+ parent: 31
+ - uid: 6679
+ components:
+ - type: Transform
+ pos: 34.5,-33.5
+ parent: 31
+ - uid: 6680
+ components:
+ - type: Transform
+ pos: 34.5,-37.5
+ parent: 31
+ - uid: 6683
+ components:
+ - type: Transform
+ pos: -37.5,42.5
+ parent: 31
+ - uid: 6684
+ components:
+ - type: Transform
+ pos: -34.5,42.5
+ parent: 31
+ - uid: 6690
+ components:
+ - type: Transform
+ pos: -36.5,42.5
+ parent: 31
+ - uid: 6702
+ components:
+ - type: Transform
+ pos: -46.5,-28.5
+ parent: 31
+ - uid: 6703
+ components:
+ - type: Transform
+ pos: -48.5,-28.5
+ parent: 31
+ - uid: 6705
+ components:
+ - type: Transform
+ pos: -43.5,-28.5
+ parent: 31
- uid: 6735
components:
- type: Transform
@@ -18762,6 +18941,16 @@ entities:
- type: Transform
pos: 63.5,-2.5
parent: 31
+ - uid: 6774
+ components:
+ - type: Transform
+ pos: 32.5,-45.5
+ parent: 31
+ - uid: 6779
+ components:
+ - type: Transform
+ pos: 37.5,-45.5
+ parent: 31
- uid: 6817
components:
- type: Transform
@@ -18987,10 +19176,20 @@ entities:
- type: Transform
pos: 63.5,6.5
parent: 31
- - uid: 8303
+ - uid: 8351
components:
- type: Transform
- pos: 38.5,12.5
+ pos: 34.5,-44.5
+ parent: 31
+ - uid: 8352
+ components:
+ - type: Transform
+ pos: 38.5,-45.5
+ parent: 31
+ - uid: 8353
+ components:
+ - type: Transform
+ pos: 36.5,-45.5
parent: 31
- uid: 8452
components:
@@ -19032,6 +19231,11 @@ entities:
- type: Transform
pos: -25.5,-29.5
parent: 31
+ - uid: 8582
+ components:
+ - type: Transform
+ pos: 27.5,-31.5
+ parent: 31
- uid: 8602
components:
- type: Transform
@@ -19160,62 +19364,17 @@ entities:
- uid: 8627
components:
- type: Transform
- pos: -42.5,-29.5
+ pos: -42.5,-27.5
parent: 31
- uid: 8628
components:
- type: Transform
- pos: -42.5,-30.5
+ pos: -46.5,-29.5
parent: 31
- uid: 8629
components:
- type: Transform
- pos: -42.5,-31.5
- parent: 31
- - uid: 8630
- components:
- - type: Transform
- pos: -40.5,-31.5
- parent: 31
- - uid: 8631
- components:
- - type: Transform
- pos: -40.5,-30.5
- parent: 31
- - uid: 8632
- components:
- - type: Transform
- pos: -40.5,-29.5
- parent: 31
- - uid: 8633
- components:
- - type: Transform
- pos: -40.5,-27.5
- parent: 31
- - uid: 8634
- components:
- - type: Transform
- pos: -40.5,-26.5
- parent: 31
- - uid: 8635
- components:
- - type: Transform
- pos: -40.5,-25.5
- parent: 31
- - uid: 8636
- components:
- - type: Transform
- pos: -42.5,-27.5
- parent: 31
- - uid: 8637
- components:
- - type: Transform
- pos: -42.5,-26.5
- parent: 31
- - uid: 8638
- components:
- - type: Transform
- pos: -42.5,-25.5
+ pos: -44.5,-29.5
parent: 31
- uid: 8639
components:
@@ -19242,41 +19401,11 @@ entities:
- type: Transform
pos: -33.5,-38.5
parent: 31
- - uid: 8644
- components:
- - type: Transform
- pos: -34.5,-38.5
- parent: 31
- - uid: 8645
- components:
- - type: Transform
- pos: -35.5,-38.5
- parent: 31
- uid: 8646
components:
- type: Transform
pos: -31.5,-38.5
parent: 31
- - uid: 8647
- components:
- - type: Transform
- pos: -30.5,-38.5
- parent: 31
- - uid: 8648
- components:
- - type: Transform
- pos: -29.5,-38.5
- parent: 31
- - uid: 8649
- components:
- - type: Transform
- pos: -29.5,-36.5
- parent: 31
- - uid: 8650
- components:
- - type: Transform
- pos: -30.5,-36.5
- parent: 31
- uid: 8651
components:
- type: Transform
@@ -19290,12 +19419,7 @@ entities:
- uid: 8653
components:
- type: Transform
- pos: -34.5,-36.5
- parent: 31
- - uid: 8654
- components:
- - type: Transform
- pos: -35.5,-36.5
+ pos: -32.5,-39.5
parent: 31
- uid: 8665
components:
@@ -19312,16 +19436,6 @@ entities:
- type: Transform
pos: -23.5,19.5
parent: 31
- - uid: 9077
- components:
- - type: Transform
- pos: 38.5,14.5
- parent: 31
- - uid: 9079
- components:
- - type: Transform
- pos: 38.5,13.5
- parent: 31
- uid: 9166
components:
- type: Transform
@@ -19747,9264 +19861,8727 @@ entities:
- type: Transform
pos: -31.5,7.5
parent: 31
-- proto: CableHVStack
- entities:
- - uid: 538
+ - uid: 12256
components:
- type: Transform
- pos: 29.54536,1.7105546
+ pos: -45.5,-28.5
parent: 31
- - uid: 6023
+ - uid: 12413
components:
- type: Transform
- pos: 48.339085,5.504549
+ pos: 38.5,8.5
parent: 31
- - uid: 7634
+ - uid: 12414
components:
- type: Transform
- pos: -20.539572,25.33725
+ pos: 39.5,8.5
parent: 31
-- proto: CableMV
- entities:
- - uid: 96
+ - uid: 12415
components:
- type: Transform
- pos: 42.5,1.5
+ pos: 40.5,8.5
parent: 31
- - uid: 160
+ - uid: 12419
components:
- type: Transform
- pos: -36.5,-6.5
+ pos: 38.5,9.5
parent: 31
- - uid: 407
+ - uid: 12420
components:
- type: Transform
- pos: 13.5,-8.5
+ pos: 39.5,9.5
parent: 31
- - uid: 428
+ - uid: 12421
components:
- type: Transform
- pos: -9.5,-28.5
+ pos: 40.5,9.5
parent: 31
- - uid: 429
+ - uid: 12422
components:
- type: Transform
- pos: -9.5,-30.5
+ pos: 41.5,9.5
parent: 31
- - uid: 434
+ - uid: 12423
components:
- type: Transform
- pos: -7.5,-27.5
+ pos: 42.5,9.5
parent: 31
- - uid: 440
+ - uid: 12424
components:
- type: Transform
- pos: -6.5,-21.5
+ pos: 42.5,7.5
parent: 31
- - uid: 463
+ - uid: 12426
components:
- type: Transform
- pos: -3.5,-27.5
+ pos: 39.5,4.5
parent: 31
- - uid: 577
+ - uid: 12427
components:
- type: Transform
- pos: -11.5,-25.5
+ pos: 39.5,5.5
parent: 31
- - uid: 590
+ - uid: 12436
components:
- type: Transform
- pos: -15.5,-25.5
+ pos: 50.5,7.5
parent: 31
- - uid: 601
+ - uid: 12437
components:
- type: Transform
- pos: -14.5,-23.5
+ pos: 50.5,8.5
parent: 31
- - uid: 605
+ - uid: 12444
components:
- type: Transform
- pos: -10.5,-23.5
+ pos: 53.5,8.5
parent: 31
- - uid: 618
+ - uid: 12445
components:
- type: Transform
- pos: 37.5,3.5
+ pos: 53.5,9.5
parent: 31
- - uid: 675
+ - uid: 12446
components:
- type: Transform
- pos: -12.5,-10.5
+ pos: 53.5,10.5
parent: 31
- - uid: 678
+ - uid: 12447
components:
- type: Transform
- pos: 22.5,-11.5
+ pos: 53.5,11.5
parent: 31
- - uid: 679
+ - uid: 12448
components:
- type: Transform
- pos: -14.5,-10.5
+ pos: 53.5,12.5
parent: 31
- - uid: 694
+ - uid: 12449
components:
- type: Transform
- pos: -13.5,-10.5
+ pos: 53.5,13.5
parent: 31
- - uid: 724
+ - uid: 12450
components:
- type: Transform
- pos: -10.5,-22.5
+ pos: 54.5,13.5
parent: 31
- - uid: 725
+ - uid: 12451
components:
- type: Transform
- pos: -10.5,-21.5
+ pos: 55.5,13.5
parent: 31
- - uid: 755
+ - uid: 12452
components:
- type: Transform
- pos: 10.5,25.5
+ pos: 55.5,14.5
parent: 31
- - uid: 843
+ - uid: 12453
components:
- type: Transform
- pos: -2.5,-27.5
+ pos: 55.5,15.5
parent: 31
- - uid: 845
+ - uid: 12454
components:
- type: Transform
- pos: 0.5,-28.5
+ pos: 55.5,16.5
parent: 31
- - uid: 890
+ - uid: 12455
components:
- type: Transform
- pos: 12.5,21.5
+ pos: 56.5,16.5
parent: 31
- - uid: 931
+ - uid: 12456
components:
- type: Transform
- pos: 8.5,26.5
+ pos: 57.5,16.5
parent: 31
- - uid: 986
+ - uid: 12457
components:
- type: Transform
- pos: -0.5,-27.5
+ pos: 55.5,17.5
parent: 31
- - uid: 1080
+ - uid: 12458
components:
- type: Transform
- pos: 16.5,-13.5
+ pos: 55.5,18.5
parent: 31
- - uid: 1196
+ - uid: 12459
components:
- type: Transform
- pos: -1.5,-10.5
+ pos: 55.5,19.5
parent: 31
- - uid: 1242
+ - uid: 12460
components:
- type: Transform
- pos: -28.5,-12.5
+ pos: 56.5,19.5
parent: 31
- - uid: 1297
+ - uid: 12461
components:
- type: Transform
- pos: 12.5,22.5
+ pos: 57.5,19.5
parent: 31
- - uid: 1569
+ - uid: 12462
components:
- type: Transform
- pos: -15.5,-24.5
+ pos: 58.5,19.5
parent: 31
- - uid: 1571
+ - uid: 12464
components:
- type: Transform
- pos: 36.5,3.5
+ pos: 56.5,14.5
parent: 31
- - uid: 1572
+ - uid: 12465
components:
- type: Transform
- pos: 35.5,3.5
+ pos: 57.5,14.5
parent: 31
- - uid: 1599
+ - uid: 12466
components:
- type: Transform
- pos: -20.5,15.5
+ pos: 58.5,14.5
parent: 31
- - uid: 1601
+ - uid: 12467
components:
- type: Transform
- pos: 21.5,-10.5
+ pos: 58.5,15.5
parent: 31
- - uid: 1726
+ - uid: 12468
components:
- type: Transform
- pos: 55.5,7.5
+ pos: 59.5,15.5
parent: 31
- - uid: 1731
+ - uid: 12469
components:
- type: Transform
- pos: 56.5,7.5
+ pos: 57.5,17.5
parent: 31
- - uid: 1844
+ - uid: 12470
components:
- type: Transform
- pos: 57.5,7.5
+ pos: 58.5,17.5
parent: 31
- - uid: 1873
+ - uid: 12471
components:
- type: Transform
- pos: 60.5,7.5
+ pos: 59.5,17.5
parent: 31
- - uid: 2182
+ - uid: 12472
components:
- type: Transform
- pos: -11.5,-19.5
+ pos: 60.5,15.5
parent: 31
- - uid: 2194
+ - uid: 12473
components:
- type: Transform
- pos: -12.5,-27.5
+ pos: 59.5,19.5
parent: 31
- - uid: 2264
+ - uid: 12474
components:
- type: Transform
- pos: -11.5,-10.5
+ pos: 60.5,19.5
parent: 31
- - uid: 2432
+ - uid: 12475
components:
- type: Transform
- pos: 15.5,-27.5
+ pos: 55.5,20.5
parent: 31
- - uid: 2433
+ - uid: 12476
components:
- type: Transform
- pos: 15.5,-26.5
+ pos: 55.5,21.5
parent: 31
- - uid: 2487
+ - uid: 12477
components:
- type: Transform
- pos: 26.5,12.5
+ pos: 56.5,21.5
parent: 31
- - uid: 2645
+ - uid: 12478
components:
- type: Transform
- pos: -32.5,-7.5
+ pos: 57.5,21.5
parent: 31
- - uid: 2696
+ - uid: 12479
components:
- type: Transform
- pos: 20.5,-11.5
+ pos: 55.5,22.5
parent: 31
- - uid: 2698
+ - uid: 12480
components:
- type: Transform
- pos: 19.5,-11.5
+ pos: 55.5,23.5
parent: 31
- - uid: 2715
+ - uid: 12481
components:
- type: Transform
- pos: -11.5,-35.5
+ pos: 56.5,23.5
parent: 31
- - uid: 2738
+ - uid: 12482
components:
- type: Transform
- pos: -16.5,-1.5
+ pos: 57.5,23.5
parent: 31
- - uid: 2744
+ - uid: 12552
components:
- type: Transform
- pos: -3.5,-21.5
+ pos: -44.5,-28.5
parent: 31
- - uid: 2822
+ - uid: 12560
components:
- type: Transform
- pos: -0.5,-8.5
+ pos: -31.5,42.5
parent: 31
- - uid: 2823
+ - uid: 12562
components:
- type: Transform
- pos: -0.5,-9.5
+ pos: -30.5,42.5
parent: 31
- - uid: 2842
+ - uid: 12566
components:
- type: Transform
- pos: -11.5,-34.5
+ pos: -29.5,42.5
parent: 31
- - uid: 2884
+ - uid: 12567
components:
- type: Transform
- pos: -9.5,-33.5
+ pos: -29.5,40.5
parent: 31
- - uid: 2885
+ - uid: 12569
components:
- type: Transform
- pos: -9.5,-27.5
+ pos: -30.5,40.5
parent: 31
- - uid: 2887
+ - uid: 12581
components:
- type: Transform
- pos: -9.5,-29.5
+ pos: -31.5,40.5
parent: 31
- - uid: 2888
+ - uid: 12582
components:
- type: Transform
- pos: -9.5,-34.5
+ pos: -32.5,40.5
parent: 31
- - uid: 2892
+ - uid: 12583
components:
- type: Transform
- pos: 20.5,-13.5
+ pos: -34.5,40.5
parent: 31
- - uid: 2904
+ - uid: 12584
components:
- type: Transform
- pos: -9.5,-36.5
+ pos: -35.5,40.5
parent: 31
- - uid: 2905
+ - uid: 12585
components:
- type: Transform
- pos: 14.5,-8.5
+ pos: -36.5,40.5
parent: 31
- - uid: 2908
+ - uid: 12586
components:
- type: Transform
- pos: -12.5,-11.5
+ pos: -37.5,40.5
parent: 31
- - uid: 3068
+ - uid: 12587
components:
- type: Transform
- pos: -4.5,17.5
+ pos: -37.5,38.5
parent: 31
- - uid: 3108
+ - uid: 12588
components:
- type: Transform
- pos: 59.5,7.5
+ pos: -36.5,38.5
parent: 31
- - uid: 3111
+ - uid: 12589
components:
- type: Transform
- pos: 58.5,7.5
+ pos: -35.5,38.5
parent: 31
- - uid: 3144
+ - uid: 12590
components:
- type: Transform
- pos: 43.5,10.5
+ pos: -34.5,38.5
parent: 31
- - uid: 3147
+ - uid: 12591
components:
- type: Transform
- pos: 19.5,-13.5
+ pos: -32.5,38.5
parent: 31
- - uid: 3148
+ - uid: 12592
components:
- type: Transform
- pos: 26.5,11.5
+ pos: -31.5,38.5
parent: 31
- - uid: 3174
+ - uid: 12593
components:
- type: Transform
- pos: 18.5,-11.5
+ pos: -30.5,38.5
parent: 31
- - uid: 3184
+ - uid: 12594
components:
- type: Transform
- pos: 12.5,15.5
+ pos: -29.5,38.5
parent: 31
- - uid: 3190
+ - uid: 12595
components:
- type: Transform
- pos: 12.5,14.5
+ pos: -29.5,36.5
parent: 31
- - uid: 3205
+ - uid: 12596
components:
- type: Transform
- pos: 14.5,13.5
+ pos: -30.5,36.5
parent: 31
- - uid: 3221
+ - uid: 12597
components:
- type: Transform
- pos: 18.5,-10.5
+ pos: -31.5,36.5
parent: 31
- - uid: 3351
+ - uid: 12598
components:
- type: Transform
- pos: -3.5,17.5
+ pos: -32.5,36.5
parent: 31
- - uid: 3352
+ - uid: 12599
components:
- type: Transform
- pos: -2.5,17.5
+ pos: -34.5,36.5
parent: 31
- - uid: 3353
+ - uid: 12600
components:
- type: Transform
- pos: -1.5,17.5
+ pos: -35.5,36.5
parent: 31
- - uid: 3356
+ - uid: 12601
components:
- type: Transform
- pos: 14.5,-25.5
+ pos: -36.5,36.5
parent: 31
- - uid: 3357
+ - uid: 12602
components:
- type: Transform
- pos: -0.5,17.5
+ pos: -37.5,36.5
parent: 31
- - uid: 3366
+ - uid: 12603
components:
- type: Transform
- pos: -9.5,-19.5
+ pos: -37.5,34.5
parent: 31
- - uid: 3370
+ - uid: 12604
components:
- type: Transform
- pos: -8.5,-19.5
+ pos: -36.5,34.5
parent: 31
- - uid: 3372
+ - uid: 12605
components:
- type: Transform
- pos: -11.5,-33.5
+ pos: -35.5,34.5
parent: 31
- - uid: 3373
+ - uid: 12606
components:
- type: Transform
- pos: -10.5,-35.5
+ pos: -34.5,34.5
parent: 31
- - uid: 3479
+ - uid: 12607
components:
- type: Transform
- pos: -19.5,15.5
+ pos: -32.5,34.5
parent: 31
- - uid: 3481
+ - uid: 12608
components:
- type: Transform
- pos: 12.5,16.5
+ pos: -31.5,34.5
parent: 31
- - uid: 3589
+ - uid: 12609
components:
- type: Transform
- pos: 12.5,24.5
+ pos: -30.5,34.5
parent: 31
- - uid: 3597
+ - uid: 12610
components:
- type: Transform
- pos: 27.5,13.5
+ pos: -29.5,34.5
parent: 31
- - uid: 3598
+ - uid: 12611
components:
- type: Transform
- pos: 28.5,13.5
+ pos: -29.5,32.5
parent: 31
- - uid: 3600
+ - uid: 12612
components:
- type: Transform
- pos: 26.5,13.5
+ pos: -30.5,32.5
parent: 31
- - uid: 3603
+ - uid: 12613
components:
- type: Transform
- pos: 25.5,12.5
+ pos: -31.5,32.5
parent: 31
- - uid: 3604
+ - uid: 12614
components:
- type: Transform
- pos: 24.5,12.5
+ pos: -32.5,32.5
parent: 31
- - uid: 3605
+ - uid: 12615
components:
- type: Transform
- pos: 23.5,12.5
+ pos: -34.5,32.5
parent: 31
- - uid: 3606
+ - uid: 12616
components:
- type: Transform
- pos: 22.5,12.5
+ pos: -35.5,32.5
parent: 31
- - uid: 3607
+ - uid: 12617
components:
- type: Transform
- pos: 21.5,12.5
+ pos: -36.5,32.5
parent: 31
- - uid: 3608
+ - uid: 12618
components:
- type: Transform
- pos: 20.5,12.5
+ pos: -37.5,32.5
parent: 31
- - uid: 3609
+ - uid: 12619
components:
- type: Transform
- pos: 19.5,12.5
+ pos: -33.5,31.5
parent: 31
- - uid: 3610
+ - uid: 12620
components:
- type: Transform
- pos: 18.5,12.5
+ pos: -33.5,35.5
parent: 31
- - uid: 3611
+ - uid: 12621
components:
- type: Transform
- pos: 17.5,12.5
+ pos: -33.5,36.5
parent: 31
- - uid: 3612
+ - uid: 12622
components:
- type: Transform
- pos: 16.5,12.5
+ pos: -33.5,37.5
parent: 31
- - uid: 3613
+ - uid: 12623
components:
- type: Transform
- pos: 15.5,12.5
+ pos: -33.5,38.5
parent: 31
- - uid: 3614
+ - uid: 12624
components:
- type: Transform
- pos: 14.5,12.5
+ pos: -33.5,39.5
parent: 31
- - uid: 3615
+ - uid: 12625
components:
- type: Transform
- pos: 12.5,17.5
+ pos: -33.5,40.5
parent: 31
- - uid: 3616
+ - uid: 12626
components:
- type: Transform
- pos: 12.5,18.5
+ pos: -33.5,41.5
parent: 31
- - uid: 3618
+ - uid: 12627
components:
- type: Transform
- pos: 11.5,24.5
+ pos: -33.5,42.5
parent: 31
- - uid: 3620
+ - uid: 12628
components:
- type: Transform
- pos: 10.5,24.5
+ pos: -33.5,43.5
parent: 31
- - uid: 3621
+ - uid: 12630
components:
- type: Transform
- pos: 9.5,23.5
+ pos: -33.5,44.5
parent: 31
- - uid: 3622
+ - uid: 12705
components:
- type: Transform
- pos: 9.5,22.5
+ pos: -40.5,-27.5
parent: 31
- - uid: 3624
+ - uid: 12708
components:
- type: Transform
- pos: 9.5,25.5
+ pos: -49.5,-28.5
parent: 31
- - uid: 3628
+ - uid: 12709
components:
- type: Transform
- pos: 8.5,25.5
+ pos: -50.5,-28.5
parent: 31
- - uid: 3629
+ - uid: 12710
components:
- type: Transform
- pos: 7.5,25.5
+ pos: -51.5,-28.5
parent: 31
- - uid: 3630
+ - uid: 12711
components:
- type: Transform
- pos: 6.5,25.5
+ pos: -52.5,-28.5
parent: 31
- - uid: 3631
+ - uid: 12712
components:
- type: Transform
- pos: 5.5,25.5
+ pos: -53.5,-28.5
parent: 31
- - uid: 3632
+ - uid: 12713
components:
- type: Transform
- pos: 4.5,25.5
+ pos: -54.5,-28.5
parent: 31
- - uid: 3633
+ - uid: 12726
components:
- type: Transform
- pos: 3.5,25.5
+ pos: -48.5,-27.5
parent: 31
- - uid: 3634
+ - uid: 12727
components:
- type: Transform
- pos: 2.5,25.5
+ pos: -48.5,-26.5
parent: 31
- - uid: 3635
+ - uid: 12728
components:
- type: Transform
- pos: 1.5,25.5
+ pos: -48.5,-25.5
parent: 31
- - uid: 3636
+ - uid: 12729
components:
- type: Transform
- pos: 0.5,25.5
+ pos: -50.5,-27.5
parent: 31
- - uid: 3637
+ - uid: 12730
components:
- type: Transform
- pos: 0.5,26.5
+ pos: -50.5,-26.5
parent: 31
- - uid: 3639
+ - uid: 12731
components:
- type: Transform
- pos: -0.5,26.5
+ pos: -50.5,-25.5
parent: 31
- - uid: 3640
+ - uid: 12732
components:
- type: Transform
- pos: -1.5,26.5
+ pos: -52.5,-25.5
parent: 31
- - uid: 3641
+ - uid: 12733
components:
- type: Transform
- pos: -2.5,26.5
+ pos: -52.5,-26.5
parent: 31
- - uid: 3642
+ - uid: 12734
components:
- type: Transform
- pos: -2.5,27.5
+ pos: -52.5,-27.5
parent: 31
- - uid: 3643
+ - uid: 12735
components:
- type: Transform
- pos: 41.5,2.5
+ pos: -54.5,-27.5
parent: 31
- - uid: 3644
+ - uid: 12736
components:
- type: Transform
- pos: 42.5,2.5
+ pos: -54.5,-26.5
parent: 31
- - uid: 3645
+ - uid: 12737
components:
- type: Transform
- pos: 43.5,0.5
+ pos: -54.5,-25.5
parent: 31
- - uid: 3646
+ - uid: 12738
components:
- type: Transform
- pos: 43.5,1.5
+ pos: -54.5,-29.5
parent: 31
- - uid: 3647
+ - uid: 12739
components:
- type: Transform
- pos: 44.5,1.5
+ pos: -54.5,-30.5
parent: 31
- - uid: 3648
+ - uid: 12740
components:
- type: Transform
- pos: 45.5,1.5
+ pos: -54.5,-31.5
parent: 31
- - uid: 3649
+ - uid: 12741
components:
- type: Transform
- pos: 46.5,1.5
+ pos: -52.5,-29.5
parent: 31
- - uid: 3650
+ - uid: 12742
components:
- type: Transform
- pos: 47.5,1.5
+ pos: -52.5,-30.5
parent: 31
- - uid: 3651
+ - uid: 12743
components:
- type: Transform
- pos: 48.5,1.5
+ pos: -52.5,-31.5
parent: 31
- - uid: 3652
+ - uid: 12744
components:
- type: Transform
- pos: 48.5,0.5
+ pos: -50.5,-29.5
parent: 31
- - uid: 3653
+ - uid: 12745
components:
- type: Transform
- pos: 48.5,-0.5
+ pos: -50.5,-30.5
parent: 31
- - uid: 3654
+ - uid: 12746
components:
- type: Transform
- pos: 48.5,-1.5
+ pos: -50.5,-31.5
parent: 31
- - uid: 3657
+ - uid: 12747
components:
- type: Transform
- pos: 47.5,-1.5
+ pos: -48.5,-29.5
parent: 31
- - uid: 3659
+ - uid: 12748
components:
- type: Transform
- pos: 40.5,2.5
+ pos: -48.5,-30.5
parent: 31
- - uid: 3660
+ - uid: 12749
components:
- type: Transform
- pos: 39.5,-0.5
+ pos: -48.5,-31.5
parent: 31
- - uid: 3661
+ - uid: 12801
components:
- type: Transform
- pos: 39.5,2.5
+ pos: -40.5,-29.5
parent: 31
- - uid: 3662
+ - uid: 12816
components:
- type: Transform
- pos: 38.5,2.5
+ pos: -32.5,-40.5
parent: 31
- - uid: 3664
+ - uid: 12817
components:
- type: Transform
- pos: 37.5,2.5
+ pos: -32.5,-41.5
parent: 31
- - uid: 3665
+ - uid: 12818
components:
- type: Transform
- pos: 34.5,-0.5
+ pos: -32.5,-42.5
parent: 31
- - uid: 3666
+ - uid: 12819
components:
- type: Transform
- pos: 33.5,-0.5
+ pos: -32.5,-43.5
parent: 31
- - uid: 3667
+ - uid: 12820
components:
- type: Transform
- pos: 32.5,-0.5
+ pos: -32.5,-44.5
parent: 31
- - uid: 3668
+ - uid: 12821
components:
- type: Transform
- pos: 32.5,0.5
+ pos: -32.5,-45.5
parent: 31
- - uid: 3669
+ - uid: 12822
components:
- type: Transform
- pos: 31.5,0.5
+ pos: -32.5,-46.5
parent: 31
- - uid: 3670
+ - uid: 12823
components:
- type: Transform
- pos: 31.5,1.5
+ pos: -33.5,-46.5
parent: 31
- - uid: 3671
+ - uid: 12824
components:
- type: Transform
- pos: 43.5,2.5
+ pos: -34.5,-46.5
parent: 31
- - uid: 3672
+ - uid: 12825
components:
- type: Transform
- pos: 43.5,3.5
+ pos: -35.5,-46.5
parent: 31
- - uid: 3673
+ - uid: 12826
components:
- type: Transform
- pos: 43.5,4.5
+ pos: -33.5,-44.5
parent: 31
- - uid: 3674
+ - uid: 12827
components:
- type: Transform
- pos: 43.5,5.5
+ pos: -34.5,-44.5
parent: 31
- - uid: 3680
+ - uid: 12828
components:
- type: Transform
- pos: 24.5,18.5
+ pos: -35.5,-44.5
parent: 31
- - uid: 3681
+ - uid: 12829
components:
- type: Transform
- pos: 21.5,-8.5
+ pos: -33.5,-42.5
parent: 31
- - uid: 3682
+ - uid: 12830
components:
- type: Transform
- pos: 21.5,-7.5
+ pos: -34.5,-42.5
parent: 31
- - uid: 3683
+ - uid: 12831
components:
- type: Transform
- pos: 21.5,-6.5
+ pos: -35.5,-42.5
parent: 31
- - uid: 3684
+ - uid: 12832
components:
- type: Transform
- pos: 21.5,-5.5
+ pos: -33.5,-40.5
parent: 31
- - uid: 3685
+ - uid: 12833
components:
- type: Transform
- pos: 21.5,-4.5
+ pos: -34.5,-40.5
parent: 31
- - uid: 3686
+ - uid: 12834
components:
- type: Transform
- pos: 22.5,-4.5
+ pos: -35.5,-40.5
parent: 31
- - uid: 3687
+ - uid: 12835
components:
- type: Transform
- pos: 22.5,-3.5
+ pos: -31.5,-40.5
parent: 31
- - uid: 3688
+ - uid: 12836
components:
- type: Transform
- pos: 20.5,-9.5
+ pos: -30.5,-40.5
parent: 31
- - uid: 3689
+ - uid: 12837
components:
- type: Transform
- pos: 19.5,-9.5
+ pos: -29.5,-40.5
parent: 31
- - uid: 3690
+ - uid: 12838
components:
- type: Transform
- pos: 21.5,-9.5
+ pos: -31.5,-42.5
parent: 31
- - uid: 3691
+ - uid: 12839
components:
- type: Transform
- pos: 18.5,-9.5
+ pos: -30.5,-42.5
parent: 31
- - uid: 3692
+ - uid: 12840
components:
- type: Transform
- pos: 17.5,-9.5
+ pos: -29.5,-42.5
parent: 31
- - uid: 3693
+ - uid: 12841
components:
- type: Transform
- pos: 16.5,-9.5
+ pos: -31.5,-44.5
parent: 31
- - uid: 3694
+ - uid: 12842
components:
- type: Transform
- pos: 15.5,-9.5
+ pos: -30.5,-44.5
parent: 31
- - uid: 3695
+ - uid: 12843
components:
- type: Transform
- pos: 0.5,17.5
+ pos: -29.5,-44.5
parent: 31
- - uid: 3696
+ - uid: 12844
components:
- type: Transform
- pos: 1.5,17.5
+ pos: -31.5,-46.5
parent: 31
- - uid: 3697
+ - uid: 12845
components:
- type: Transform
- pos: 2.5,17.5
+ pos: -30.5,-46.5
parent: 31
- - uid: 3698
+ - uid: 12846
components:
- type: Transform
- pos: 3.5,17.5
+ pos: -29.5,-46.5
parent: 31
- - uid: 3699
+ - uid: 12905
components:
- type: Transform
- pos: 3.5,16.5
+ pos: 32.5,-31.5
parent: 31
- - uid: 3700
+ - uid: 12906
components:
- type: Transform
- pos: 3.5,15.5
+ pos: 26.5,-31.5
parent: 31
- - uid: 3701
+ - uid: 12907
components:
- type: Transform
- pos: 8.5,-9.5
+ pos: 24.5,-31.5
parent: 31
- - uid: 3702
+ - uid: 12908
components:
- type: Transform
- pos: 3.5,14.5
+ pos: 25.5,-31.5
parent: 31
- - uid: 3704
+ - uid: 12909
components:
- type: Transform
- pos: -8.5,-36.5
+ pos: 23.5,-31.5
parent: 31
- - uid: 3705
+ - uid: 12910
components:
- type: Transform
- pos: -27.5,-14.5
+ pos: 22.5,-31.5
parent: 31
- - uid: 3706
+ - uid: 12911
components:
- type: Transform
- pos: -26.5,-14.5
+ pos: 21.5,-31.5
parent: 31
- - uid: 3711
+ - uid: 12912
components:
- type: Transform
- pos: 15.5,-8.5
+ pos: 20.5,-31.5
parent: 31
- - uid: 3712
+ - uid: 12913
components:
- type: Transform
- pos: 15.5,-7.5
+ pos: 33.5,-43.5
parent: 31
- - uid: 3713
+ - uid: 12914
components:
- type: Transform
- pos: 15.5,-6.5
+ pos: 19.5,-31.5
parent: 31
- - uid: 3714
+ - uid: 12915
components:
- type: Transform
- pos: 15.5,-5.5
+ pos: 32.5,-43.5
parent: 31
- - uid: 3715
+ - uid: 12916
components:
- type: Transform
- pos: 15.5,-4.5
+ pos: 31.5,-43.5
parent: 31
- - uid: 3716
+ - uid: 12917
components:
- type: Transform
- pos: 15.5,-3.5
+ pos: 30.5,-43.5
parent: 31
- - uid: 3717
+ - uid: 12918
components:
- type: Transform
- pos: 15.5,-2.5
+ pos: 33.5,-41.5
parent: 31
- - uid: 3718
+ - uid: 12919
components:
- type: Transform
- pos: 15.5,-1.5
+ pos: 32.5,-41.5
parent: 31
- - uid: 3719
+ - uid: 12920
components:
- type: Transform
- pos: 15.5,-0.5
+ pos: 31.5,-41.5
parent: 31
- - uid: 3720
+ - uid: 12921
components:
- type: Transform
- pos: 15.5,0.5
+ pos: 30.5,-41.5
parent: 31
- - uid: 3721
+ - uid: 12922
components:
- type: Transform
- pos: 15.5,1.5
+ pos: 33.5,-39.5
parent: 31
- - uid: 3722
+ - uid: 12923
components:
- type: Transform
- pos: 16.5,1.5
+ pos: 32.5,-39.5
parent: 31
- - uid: 3723
+ - uid: 12924
components:
- type: Transform
- pos: 16.5,2.5
+ pos: 31.5,-39.5
parent: 31
- - uid: 3746
+ - uid: 12925
components:
- type: Transform
- pos: 17.5,-13.5
+ pos: 30.5,-39.5
parent: 31
- - uid: 3754
+ - uid: 12926
components:
- type: Transform
- pos: -2.5,-10.5
+ pos: 35.5,-39.5
parent: 31
- - uid: 3755
+ - uid: 12927
components:
- type: Transform
- pos: -2.5,-9.5
+ pos: 36.5,-39.5
parent: 31
- - uid: 3756
+ - uid: 12928
components:
- type: Transform
- pos: -3.5,-9.5
+ pos: 37.5,-39.5
parent: 31
- - uid: 3757
+ - uid: 12929
components:
- type: Transform
- pos: -4.5,-9.5
+ pos: 38.5,-39.5
parent: 31
- - uid: 3758
+ - uid: 12930
components:
- type: Transform
- pos: -5.5,-9.5
+ pos: 35.5,-41.5
parent: 31
- - uid: 3759
+ - uid: 12931
components:
- type: Transform
- pos: -5.5,-8.5
+ pos: 36.5,-41.5
parent: 31
- - uid: 3760
+ - uid: 12932
components:
- type: Transform
- pos: -6.5,-9.5
+ pos: 37.5,-41.5
parent: 31
- - uid: 3761
+ - uid: 12933
components:
- type: Transform
- pos: -7.5,-9.5
+ pos: 38.5,-41.5
parent: 31
- - uid: 3762
+ - uid: 12934
components:
- type: Transform
- pos: -8.5,-9.5
+ pos: 35.5,-43.5
parent: 31
- - uid: 3763
+ - uid: 12935
components:
- type: Transform
- pos: -9.5,-9.5
+ pos: 36.5,-43.5
parent: 31
- - uid: 3770
+ - uid: 12936
components:
- type: Transform
- pos: -18.5,-3.5
+ pos: 37.5,-43.5
parent: 31
- - uid: 3771
+ - uid: 12937
components:
- type: Transform
- pos: -18.5,-2.5
+ pos: 38.5,-43.5
parent: 31
- - uid: 3772
+- proto: CableHVStack
+ entities:
+ - uid: 538
components:
- type: Transform
- pos: -17.5,-2.5
+ pos: 29.54536,1.7105546
parent: 31
- - uid: 3773
+ - uid: 6023
components:
- type: Transform
- pos: -16.5,-2.5
+ pos: 48.339085,5.504549
parent: 31
- - uid: 3774
+ - uid: 7634
components:
- type: Transform
- pos: -16.5,-3.5
+ pos: -20.539572,25.33725
parent: 31
- - uid: 3775
+- proto: CableMV
+ entities:
+ - uid: 96
components:
- type: Transform
- pos: -16.5,-4.5
+ pos: 42.5,1.5
parent: 31
- - uid: 3776
+ - uid: 160
components:
- type: Transform
- pos: -12.5,0.5
+ pos: -36.5,-6.5
parent: 31
- - uid: 3777
+ - uid: 407
components:
- type: Transform
- pos: -12.5,1.5
+ pos: 13.5,-8.5
parent: 31
- - uid: 3778
+ - uid: 428
components:
- type: Transform
- pos: -11.5,1.5
+ pos: -9.5,-28.5
parent: 31
- - uid: 3779
+ - uid: 429
components:
- type: Transform
- pos: -11.5,2.5
+ pos: -9.5,-30.5
parent: 31
- - uid: 3781
+ - uid: 434
components:
- type: Transform
- pos: -26.5,-4.5
+ pos: -7.5,-27.5
parent: 31
- - uid: 3782
+ - uid: 440
components:
- type: Transform
- pos: -25.5,-4.5
+ pos: -6.5,-21.5
parent: 31
- - uid: 3783
+ - uid: 463
components:
- type: Transform
- pos: -25.5,-6.5
+ pos: -3.5,-27.5
parent: 31
- - uid: 3784
+ - uid: 577
components:
- type: Transform
- pos: -25.5,-7.5
+ pos: -11.5,-25.5
parent: 31
- - uid: 3785
+ - uid: 590
components:
- type: Transform
- pos: -25.5,-5.5
+ pos: -15.5,-25.5
parent: 31
- - uid: 3786
+ - uid: 601
components:
- type: Transform
- pos: -30.5,9.5
+ pos: -14.5,-23.5
parent: 31
- - uid: 3789
+ - uid: 605
components:
- type: Transform
- pos: -15.5,-9.5
+ pos: -10.5,-23.5
parent: 31
- - uid: 3790
+ - uid: 618
components:
- type: Transform
- pos: -14.5,-9.5
+ pos: 37.5,3.5
parent: 31
- - uid: 3791
+ - uid: 675
components:
- type: Transform
- pos: -14.5,-8.5
+ pos: -12.5,-10.5
parent: 31
- - uid: 3792
+ - uid: 678
components:
- type: Transform
- pos: -32.5,-6.5
+ pos: 22.5,-11.5
parent: 31
- - uid: 3796
+ - uid: 679
components:
- type: Transform
- pos: -33.5,-6.5
+ pos: -14.5,-10.5
parent: 31
- - uid: 3798
+ - uid: 694
components:
- type: Transform
- pos: -25.5,-8.5
+ pos: -13.5,-10.5
parent: 31
- - uid: 3799
+ - uid: 724
components:
- type: Transform
- pos: -26.5,-8.5
+ pos: -10.5,-22.5
parent: 31
- - uid: 3800
+ - uid: 725
components:
- type: Transform
- pos: -27.5,-8.5
+ pos: -10.5,-21.5
parent: 31
- - uid: 3801
+ - uid: 755
components:
- type: Transform
- pos: -28.5,-8.5
+ pos: 10.5,25.5
parent: 31
- - uid: 3802
+ - uid: 843
components:
- type: Transform
- pos: -29.5,-8.5
+ pos: -2.5,-27.5
parent: 31
- - uid: 3803
+ - uid: 845
components:
- type: Transform
- pos: -34.5,-6.5
+ pos: 0.5,-28.5
parent: 31
- - uid: 3804
+ - uid: 890
components:
- type: Transform
- pos: -35.5,-6.5
+ pos: 12.5,21.5
parent: 31
- - uid: 3809
+ - uid: 931
components:
- type: Transform
- pos: -32.5,7.5
+ pos: 8.5,26.5
parent: 31
- - uid: 3810
+ - uid: 986
components:
- type: Transform
- pos: -32.5,8.5
+ pos: -0.5,-27.5
parent: 31
- - uid: 3811
+ - uid: 1080
components:
- type: Transform
- pos: -32.5,9.5
+ pos: 16.5,-13.5
parent: 31
- - uid: 3812
+ - uid: 1196
components:
- type: Transform
- pos: -33.5,9.5
+ pos: -1.5,-10.5
parent: 31
- - uid: 3813
+ - uid: 1242
components:
- type: Transform
- pos: -34.5,9.5
+ pos: -28.5,-12.5
parent: 31
- - uid: 3814
+ - uid: 1297
components:
- type: Transform
- pos: -35.5,9.5
+ pos: 12.5,22.5
parent: 31
- - uid: 3815
+ - uid: 1569
components:
- type: Transform
- pos: -36.5,9.5
+ pos: -15.5,-24.5
parent: 31
- - uid: 3816
+ - uid: 1571
components:
- type: Transform
- pos: -37.5,9.5
+ pos: 36.5,3.5
parent: 31
- - uid: 3817
+ - uid: 1572
components:
- type: Transform
- pos: -38.5,9.5
+ pos: 35.5,3.5
parent: 31
- - uid: 3818
+ - uid: 1599
components:
- type: Transform
- pos: -38.5,10.5
+ pos: -20.5,15.5
parent: 31
- - uid: 3819
+ - uid: 1601
components:
- type: Transform
- pos: -39.5,10.5
+ pos: 21.5,-10.5
parent: 31
- - uid: 3820
+ - uid: 1726
components:
- type: Transform
- pos: -39.5,11.5
+ pos: 55.5,7.5
parent: 31
- - uid: 3822
+ - uid: 1731
components:
- type: Transform
- pos: -31.5,9.5
+ pos: 56.5,7.5
parent: 31
- - uid: 3837
+ - uid: 1844
components:
- type: Transform
- pos: -12.5,12.5
+ pos: 57.5,7.5
parent: 31
- - uid: 3839
+ - uid: 1873
components:
- type: Transform
- pos: 21.5,-13.5
+ pos: 60.5,7.5
parent: 31
- - uid: 3846
+ - uid: 2182
components:
- type: Transform
- pos: -6.5,15.5
+ pos: -11.5,-19.5
parent: 31
- - uid: 3847
+ - uid: 2194
components:
- type: Transform
- pos: -5.5,15.5
+ pos: -12.5,-27.5
parent: 31
- - uid: 3848
+ - uid: 2264
components:
- type: Transform
- pos: -15.5,-4.5
+ pos: -11.5,-10.5
parent: 31
- - uid: 3850
+ - uid: 2432
components:
- type: Transform
- pos: -16.5,16.5
+ pos: 15.5,-27.5
parent: 31
- - uid: 3870
+ - uid: 2433
components:
- type: Transform
- pos: -4.5,15.5
+ pos: 15.5,-26.5
parent: 31
- - uid: 3879
+ - uid: 2487
components:
- type: Transform
- pos: -31.5,-12.5
+ pos: 26.5,12.5
parent: 31
- - uid: 3896
+ - uid: 2645
components:
- type: Transform
- pos: -7.5,15.5
+ pos: -32.5,-7.5
parent: 31
- - uid: 3919
+ - uid: 2696
components:
- type: Transform
- pos: -15.5,-5.5
+ pos: 20.5,-11.5
parent: 31
- - uid: 3920
+ - uid: 2698
components:
- type: Transform
- pos: 13.5,-23.5
+ pos: 19.5,-11.5
parent: 31
- - uid: 4054
+ - uid: 2715
components:
- type: Transform
- pos: -5.5,-7.5
+ pos: -11.5,-35.5
parent: 31
- - uid: 4139
+ - uid: 2738
components:
- type: Transform
- pos: 8.5,27.5
+ pos: -16.5,-1.5
parent: 31
- - uid: 4201
+ - uid: 2744
components:
- type: Transform
- pos: -10.5,15.5
+ pos: -3.5,-21.5
parent: 31
- - uid: 4338
+ - uid: 2822
components:
- type: Transform
- pos: 18.5,-13.5
+ pos: -0.5,-8.5
parent: 31
- - uid: 4467
+ - uid: 2823
components:
- type: Transform
- pos: -15.5,-6.5
+ pos: -0.5,-9.5
parent: 31
- - uid: 4822
+ - uid: 2842
components:
- type: Transform
- pos: 23.5,-11.5
+ pos: -11.5,-34.5
parent: 31
- - uid: 4841
+ - uid: 2884
components:
- type: Transform
- pos: 0.5,-27.5
+ pos: -9.5,-33.5
parent: 31
- - uid: 4863
+ - uid: 2885
components:
- type: Transform
- pos: 12.5,23.5
+ pos: -9.5,-27.5
parent: 31
- - uid: 4868
+ - uid: 2887
components:
- type: Transform
- pos: 1.5,-30.5
+ pos: -9.5,-29.5
parent: 31
- - uid: 4999
+ - uid: 2888
components:
- type: Transform
- pos: -0.5,-10.5
+ pos: -9.5,-34.5
parent: 31
- - uid: 5377
+ - uid: 2892
components:
- type: Transform
- pos: -15.5,-7.5
+ pos: 20.5,-13.5
parent: 31
- - uid: 5379
+ - uid: 2904
components:
- type: Transform
- pos: -14.5,-7.5
+ pos: -9.5,-36.5
parent: 31
- - uid: 5650
+ - uid: 2905
components:
- type: Transform
- pos: -4.5,-21.5
+ pos: 14.5,-8.5
parent: 31
- - uid: 5692
+ - uid: 2908
components:
- type: Transform
- pos: -9.5,-35.5
+ pos: -12.5,-11.5
parent: 31
- - uid: 5701
+ - uid: 3068
components:
- type: Transform
- pos: 14.5,-24.5
+ pos: -4.5,17.5
parent: 31
- - uid: 5720
+ - uid: 3108
components:
- type: Transform
- pos: -9.5,-32.5
+ pos: 59.5,7.5
parent: 31
- - uid: 5721
+ - uid: 3111
components:
- type: Transform
- pos: -9.5,-31.5
+ pos: 58.5,7.5
parent: 31
- - uid: 5725
+ - uid: 3144
components:
- type: Transform
- pos: -6.5,-27.5
+ pos: 43.5,10.5
parent: 31
- - uid: 5726
+ - uid: 3147
components:
- type: Transform
- pos: -8.5,-27.5
+ pos: 19.5,-13.5
parent: 31
- - uid: 5728
+ - uid: 3148
components:
- type: Transform
- pos: -5.5,-27.5
+ pos: 26.5,11.5
parent: 31
- - uid: 5736
+ - uid: 3174
components:
- type: Transform
- pos: -7.5,-19.5
+ pos: 18.5,-11.5
parent: 31
- - uid: 5744
+ - uid: 3184
components:
- type: Transform
- pos: -10.5,-19.5
+ pos: 12.5,15.5
parent: 31
- - uid: 5748
+ - uid: 3190
components:
- type: Transform
- pos: -10.5,-25.5
+ pos: 12.5,14.5
parent: 31
- - uid: 5749
+ - uid: 3205
components:
- type: Transform
- pos: -13.5,-25.5
+ pos: 14.5,13.5
parent: 31
- - uid: 5750
+ - uid: 3221
components:
- type: Transform
- pos: -12.5,-25.5
+ pos: 18.5,-10.5
parent: 31
- - uid: 5751
+ - uid: 3351
components:
- type: Transform
- pos: -15.5,-23.5
+ pos: -3.5,17.5
parent: 31
- - uid: 5753
+ - uid: 3352
components:
- type: Transform
- pos: -4.5,-27.5
+ pos: -2.5,17.5
parent: 31
- - uid: 5755
+ - uid: 3353
components:
- type: Transform
- pos: -1.5,-27.5
+ pos: -1.5,17.5
parent: 31
- - uid: 5759
+ - uid: 3356
components:
- type: Transform
- pos: 0.5,-30.5
+ pos: 14.5,-25.5
parent: 31
- - uid: 5761
+ - uid: 3357
components:
- type: Transform
- pos: 0.5,-29.5
+ pos: -0.5,17.5
parent: 31
- - uid: 5782
+ - uid: 3366
components:
- type: Transform
- pos: 14.5,-23.5
+ pos: -9.5,-19.5
parent: 31
- - uid: 5981
+ - uid: 3370
components:
- type: Transform
- pos: -12.5,15.5
+ pos: -8.5,-19.5
parent: 31
- - uid: 5982
+ - uid: 3372
components:
- type: Transform
- pos: -9.5,15.5
+ pos: -11.5,-33.5
parent: 31
- - uid: 6099
+ - uid: 3373
components:
- type: Transform
- pos: -11.5,-27.5
+ pos: -10.5,-35.5
parent: 31
- - uid: 6296
+ - uid: 3479
components:
- type: Transform
- pos: -10.5,-20.5
+ pos: -19.5,15.5
parent: 31
- - uid: 6371
+ - uid: 3481
components:
- type: Transform
- pos: 34.5,10.5
+ pos: 12.5,16.5
parent: 31
- - uid: 6372
+ - uid: 3589
components:
- type: Transform
- pos: 35.5,10.5
+ pos: 12.5,24.5
parent: 31
- - uid: 6373
+ - uid: 3597
components:
- type: Transform
- pos: 37.5,10.5
+ pos: 27.5,13.5
parent: 31
- - uid: 6450
+ - uid: 3598
components:
- type: Transform
- pos: 43.5,6.5
+ pos: 28.5,13.5
parent: 31
- - uid: 6460
+ - uid: 3600
components:
- type: Transform
- pos: 43.5,8.5
+ pos: 26.5,13.5
parent: 31
- - uid: 6461
+ - uid: 3603
components:
- type: Transform
- pos: 43.5,7.5
+ pos: 25.5,12.5
parent: 31
- - uid: 6530
+ - uid: 3604
components:
- type: Transform
- pos: 48.5,10.5
+ pos: 24.5,12.5
parent: 31
- - uid: 6531
+ - uid: 3605
components:
- type: Transform
- pos: 47.5,10.5
+ pos: 23.5,12.5
parent: 31
- - uid: 6536
+ - uid: 3606
components:
- type: Transform
- pos: 50.5,10.5
+ pos: 22.5,12.5
parent: 31
- - uid: 6554
+ - uid: 3607
components:
- type: Transform
- pos: 36.5,10.5
+ pos: 21.5,12.5
parent: 31
- - uid: 6555
+ - uid: 3608
components:
- type: Transform
- pos: 34.5,9.5
+ pos: 20.5,12.5
parent: 31
- - uid: 6556
+ - uid: 3609
components:
- type: Transform
- pos: 34.5,8.5
+ pos: 19.5,12.5
parent: 31
- - uid: 6588
+ - uid: 3610
components:
- type: Transform
- pos: 34.5,7.5
+ pos: 18.5,12.5
parent: 31
- - uid: 6589
+ - uid: 3611
components:
- type: Transform
- pos: 34.5,6.5
+ pos: 17.5,12.5
parent: 31
- - uid: 6590
+ - uid: 3612
components:
- type: Transform
- pos: 34.5,5.5
+ pos: 16.5,12.5
parent: 31
- - uid: 6591
+ - uid: 3613
components:
- type: Transform
- pos: 34.5,4.5
+ pos: 15.5,12.5
parent: 31
- - uid: 6592
+ - uid: 3614
components:
- type: Transform
- pos: 34.5,3.5
+ pos: 14.5,12.5
parent: 31
- - uid: 6593
+ - uid: 3615
components:
- type: Transform
- pos: 34.5,2.5
+ pos: 12.5,17.5
parent: 31
- - uid: 6594
+ - uid: 3616
components:
- type: Transform
- pos: 34.5,1.5
+ pos: 12.5,18.5
parent: 31
- - uid: 6595
+ - uid: 3618
components:
- type: Transform
- pos: 34.5,0.5
+ pos: 11.5,24.5
parent: 31
- - uid: 6638
+ - uid: 3620
components:
- type: Transform
- pos: 43.5,9.5
+ pos: 10.5,24.5
parent: 31
- - uid: 6643
+ - uid: 3621
components:
- type: Transform
- pos: 49.5,10.5
+ pos: 9.5,23.5
parent: 31
- - uid: 6687
+ - uid: 3622
components:
- type: Transform
- pos: 11.5,14.5
+ pos: 9.5,22.5
parent: 31
- - uid: 6688
+ - uid: 3624
components:
- type: Transform
- pos: 10.5,14.5
+ pos: 9.5,25.5
parent: 31
- - uid: 6689
+ - uid: 3628
components:
- type: Transform
- pos: 9.5,14.5
+ pos: 8.5,25.5
parent: 31
- - uid: 6743
+ - uid: 3629
components:
- type: Transform
- pos: 46.5,10.5
+ pos: 7.5,25.5
parent: 31
- - uid: 7057
+ - uid: 3630
components:
- type: Transform
- pos: 8.5,14.5
+ pos: 6.5,25.5
parent: 31
- - uid: 7106
+ - uid: 3631
components:
- type: Transform
- pos: 24.5,17.5
+ pos: 5.5,25.5
parent: 31
- - uid: 7128
+ - uid: 3632
components:
- type: Transform
- pos: 7.5,14.5
+ pos: 4.5,25.5
parent: 31
- - uid: 7136
+ - uid: 3633
components:
- type: Transform
- pos: 23.5,-12.5
+ pos: 3.5,25.5
parent: 31
- - uid: 7168
+ - uid: 3634
components:
- type: Transform
- pos: 0.5,-8.5
+ pos: 2.5,25.5
parent: 31
- - uid: 7209
+ - uid: 3635
components:
- type: Transform
- pos: -26.5,-11.5
+ pos: 1.5,25.5
parent: 31
- - uid: 7255
+ - uid: 3636
components:
- type: Transform
- pos: -11.5,-18.5
+ pos: 0.5,25.5
parent: 31
- - uid: 7260
+ - uid: 3637
components:
- type: Transform
- pos: -5.5,-21.5
+ pos: 0.5,26.5
parent: 31
- - uid: 7404
+ - uid: 3639
components:
- type: Transform
- pos: -16.5,-0.5
+ pos: -0.5,26.5
parent: 31
- - uid: 7456
+ - uid: 3640
components:
- type: Transform
- pos: -10.5,-24.5
+ pos: -1.5,26.5
parent: 31
- - uid: 7469
+ - uid: 3641
components:
- type: Transform
- pos: -14.5,-25.5
+ pos: -2.5,26.5
parent: 31
- - uid: 7589
+ - uid: 3642
components:
- type: Transform
- pos: -10.5,-26.5
+ pos: -2.5,27.5
parent: 31
- - uid: 7590
+ - uid: 3643
components:
- type: Transform
- pos: -10.5,-27.5
+ pos: 41.5,2.5
parent: 31
- - uid: 7606
+ - uid: 3644
components:
- type: Transform
- pos: 15.5,-25.5
+ pos: 42.5,2.5
parent: 31
- - uid: 7635
+ - uid: 3645
components:
- type: Transform
- pos: 7.5,13.5
+ pos: 43.5,0.5
parent: 31
- - uid: 7860
+ - uid: 3646
components:
- type: Transform
- pos: 7.5,12.5
+ pos: 43.5,1.5
parent: 31
- - uid: 8029
+ - uid: 3647
components:
- type: Transform
- pos: -36.5,-7.5
+ pos: 44.5,1.5
parent: 31
- - uid: 8030
+ - uid: 3648
components:
- type: Transform
- pos: -36.5,-8.5
+ pos: 45.5,1.5
parent: 31
- - uid: 8031
+ - uid: 3649
components:
- type: Transform
- pos: -37.5,-8.5
+ pos: 46.5,1.5
parent: 31
- - uid: 8039
+ - uid: 3650
components:
- type: Transform
- pos: -38.5,-8.5
+ pos: 47.5,1.5
parent: 31
- - uid: 8041
+ - uid: 3651
components:
- type: Transform
- pos: -16.5,0.5
+ pos: 48.5,1.5
parent: 31
- - uid: 8071
+ - uid: 3652
components:
- type: Transform
- pos: -18.5,16.5
+ pos: 48.5,0.5
parent: 31
- - uid: 8077
+ - uid: 3653
components:
- type: Transform
- pos: 12.5,20.5
+ pos: 48.5,-0.5
parent: 31
- - uid: 8078
+ - uid: 3654
components:
- type: Transform
- pos: 12.5,19.5
+ pos: 48.5,-1.5
parent: 31
- - uid: 8079
+ - uid: 3657
components:
- type: Transform
- pos: 11.5,19.5
+ pos: 47.5,-1.5
parent: 31
- - uid: 8080
+ - uid: 3659
components:
- type: Transform
- pos: 10.5,19.5
+ pos: 40.5,2.5
parent: 31
- - uid: 8081
+ - uid: 3660
components:
- type: Transform
- pos: 9.5,19.5
+ pos: 39.5,-0.5
parent: 31
- - uid: 8082
+ - uid: 3661
components:
- type: Transform
- pos: 9.5,20.5
+ pos: 39.5,2.5
parent: 31
- - uid: 8083
+ - uid: 3662
components:
- type: Transform
- pos: 9.5,21.5
+ pos: 38.5,2.5
parent: 31
- - uid: 8133
+ - uid: 3664
components:
- type: Transform
- pos: 49.5,1.5
+ pos: 37.5,2.5
parent: 31
- - uid: 8144
+ - uid: 3665
components:
- type: Transform
- pos: 61.5,7.5
+ pos: 34.5,-0.5
parent: 31
- - uid: 8162
+ - uid: 3666
components:
- type: Transform
- pos: 55.5,5.5
+ pos: 33.5,-0.5
parent: 31
- - uid: 8185
+ - uid: 3667
components:
- type: Transform
- pos: 50.5,1.5
+ pos: 32.5,-0.5
parent: 31
- - uid: 8186
+ - uid: 3668
components:
- type: Transform
- pos: 51.5,1.5
+ pos: 32.5,0.5
parent: 31
- - uid: 8187
+ - uid: 3669
components:
- type: Transform
- pos: 52.5,1.5
+ pos: 31.5,0.5
parent: 31
- - uid: 8188
+ - uid: 3670
components:
- type: Transform
- pos: 53.5,1.5
+ pos: 31.5,1.5
parent: 31
- - uid: 8189
+ - uid: 3671
components:
- type: Transform
- pos: 54.5,1.5
+ pos: 43.5,2.5
parent: 31
- - uid: 8190
+ - uid: 3672
components:
- type: Transform
- pos: 55.5,1.5
+ pos: 43.5,3.5
parent: 31
- - uid: 8191
+ - uid: 3673
components:
- type: Transform
- pos: 56.5,1.5
+ pos: 43.5,4.5
parent: 31
- - uid: 8192
+ - uid: 3674
components:
- type: Transform
- pos: 57.5,1.5
+ pos: 43.5,5.5
parent: 31
- - uid: 8193
+ - uid: 3680
components:
- type: Transform
- pos: 58.5,1.5
+ pos: 24.5,18.5
parent: 31
- - uid: 8194
+ - uid: 3681
components:
- type: Transform
- pos: 59.5,1.5
+ pos: 21.5,-8.5
parent: 31
- - uid: 8195
+ - uid: 3682
components:
- type: Transform
- pos: 60.5,1.5
+ pos: 21.5,-7.5
parent: 31
- - uid: 8196
+ - uid: 3683
components:
- type: Transform
- pos: 60.5,2.5
+ pos: 21.5,-6.5
parent: 31
- - uid: 8205
+ - uid: 3684
components:
- type: Transform
- pos: -6.5,-25.5
+ pos: 21.5,-5.5
parent: 31
- - uid: 8208
+ - uid: 3685
components:
- type: Transform
- pos: -6.5,-26.5
+ pos: 21.5,-4.5
parent: 31
- - uid: 8491
+ - uid: 3686
components:
- type: Transform
- pos: -11.5,-17.5
+ pos: 22.5,-4.5
parent: 31
- - uid: 8669
+ - uid: 3687
components:
- type: Transform
- pos: -31.5,-31.5
+ pos: 22.5,-3.5
parent: 31
- - uid: 8670
+ - uid: 3688
components:
- type: Transform
- pos: -32.5,-31.5
+ pos: 20.5,-9.5
parent: 31
- - uid: 8671
+ - uid: 3689
components:
- type: Transform
- pos: -32.5,-30.5
+ pos: 19.5,-9.5
parent: 31
- - uid: 8672
+ - uid: 3690
components:
- type: Transform
- pos: -32.5,-29.5
+ pos: 21.5,-9.5
parent: 31
- - uid: 8673
+ - uid: 3691
components:
- type: Transform
- pos: -32.5,-28.5
+ pos: 18.5,-9.5
parent: 31
- - uid: 8674
+ - uid: 3692
components:
- type: Transform
- pos: -32.5,-27.5
+ pos: 17.5,-9.5
parent: 31
- - uid: 8675
+ - uid: 3693
components:
- type: Transform
- pos: -32.5,-26.5
+ pos: 16.5,-9.5
parent: 31
- - uid: 8676
+ - uid: 3694
components:
- type: Transform
- pos: -32.5,-25.5
+ pos: 15.5,-9.5
parent: 31
- - uid: 8782
+ - uid: 3695
components:
- type: Transform
- pos: -8.5,15.5
+ pos: 0.5,17.5
parent: 31
- - uid: 9050
+ - uid: 3696
components:
- type: Transform
- pos: 18.5,-12.5
+ pos: 1.5,17.5
parent: 31
- - uid: 9055
+ - uid: 3697
components:
- type: Transform
- pos: -18.5,15.5
+ pos: 2.5,17.5
parent: 31
- - uid: 9076
+ - uid: 3698
components:
- type: Transform
- pos: -15.5,0.5
+ pos: 3.5,17.5
parent: 31
- - uid: 9082
+ - uid: 3699
components:
- type: Transform
- pos: -18.5,14.5
+ pos: 3.5,16.5
parent: 31
- - uid: 9083
+ - uid: 3700
components:
- type: Transform
- pos: -17.5,16.5
+ pos: 3.5,15.5
parent: 31
- - uid: 9084
+ - uid: 3701
components:
- type: Transform
- pos: -17.5,14.5
+ pos: 8.5,-9.5
parent: 31
- - uid: 9141
+ - uid: 3702
components:
- type: Transform
- pos: 21.5,-11.5
+ pos: 3.5,14.5
parent: 31
- - uid: 9202
+ - uid: 3704
components:
- type: Transform
- pos: 55.5,6.5
+ pos: -8.5,-36.5
parent: 31
- - uid: 9276
+ - uid: 3705
components:
- type: Transform
- pos: -9.5,-10.5
+ pos: -27.5,-14.5
parent: 31
- - uid: 9278
+ - uid: 3706
components:
- type: Transform
- pos: -10.5,-10.5
+ pos: -26.5,-14.5
parent: 31
- - uid: 9505
+ - uid: 3711
components:
- type: Transform
- pos: -2.5,-21.5
+ pos: 15.5,-8.5
parent: 31
- - uid: 9618
+ - uid: 3712
components:
- type: Transform
- pos: -16.5,14.5
+ pos: 15.5,-7.5
parent: 31
- - uid: 9619
+ - uid: 3713
components:
- type: Transform
- pos: -15.5,14.5
+ pos: 15.5,-6.5
parent: 31
- - uid: 9620
+ - uid: 3714
components:
- type: Transform
- pos: -14.5,14.5
+ pos: 15.5,-5.5
parent: 31
- - uid: 9621
+ - uid: 3715
components:
- type: Transform
- pos: -13.5,14.5
+ pos: 15.5,-4.5
parent: 31
- - uid: 9625
+ - uid: 3716
components:
- type: Transform
- pos: -7.5,-21.5
+ pos: 15.5,-3.5
parent: 31
- - uid: 9627
+ - uid: 3717
components:
- type: Transform
- pos: -14.5,0.5
+ pos: 15.5,-2.5
parent: 31
- - uid: 9684
+ - uid: 3718
components:
- type: Transform
- pos: -7.5,-20.5
+ pos: 15.5,-1.5
parent: 31
- - uid: 9734
+ - uid: 3719
components:
- type: Transform
- pos: -11.5,15.5
+ pos: 15.5,-0.5
parent: 31
- - uid: 9747
+ - uid: 3720
components:
- type: Transform
- pos: 44.5,8.5
+ pos: 15.5,0.5
parent: 31
- - uid: 9869
+ - uid: 3721
components:
- type: Transform
- pos: -12.5,14.5
+ pos: 15.5,1.5
parent: 31
- - uid: 9870
+ - uid: 3722
components:
- type: Transform
- pos: -12.5,13.5
+ pos: 16.5,1.5
parent: 31
- - uid: 10229
+ - uid: 3723
components:
- type: Transform
- pos: 62.5,7.5
+ pos: 16.5,2.5
parent: 31
- - uid: 10235
+ - uid: 3746
components:
- type: Transform
- pos: 63.5,7.5
+ pos: 17.5,-13.5
parent: 31
- - uid: 10269
+ - uid: 3754
components:
- type: Transform
- pos: 50.5,-7.5
+ pos: -2.5,-10.5
parent: 31
- - uid: 10270
+ - uid: 3755
components:
- type: Transform
- pos: 53.5,-0.5
+ pos: -2.5,-9.5
parent: 31
- - uid: 10305
+ - uid: 3756
components:
- type: Transform
- pos: 53.5,-1.5
+ pos: -3.5,-9.5
parent: 31
- - uid: 10306
+ - uid: 3757
components:
- type: Transform
- pos: 53.5,-2.5
+ pos: -4.5,-9.5
parent: 31
- - uid: 10356
+ - uid: 3758
components:
- type: Transform
- pos: -15.5,-12.5
+ pos: -5.5,-9.5
parent: 31
- - uid: 10357
+ - uid: 3759
components:
- type: Transform
- pos: -26.5,-13.5
+ pos: -5.5,-8.5
parent: 31
- - uid: 10360
+ - uid: 3760
components:
- type: Transform
- pos: -27.5,-11.5
+ pos: -6.5,-9.5
parent: 31
- - uid: 10361
+ - uid: 3761
components:
- type: Transform
- pos: -28.5,-11.5
+ pos: -7.5,-9.5
parent: 31
- - uid: 10362
+ - uid: 3762
components:
- type: Transform
- pos: -29.5,-11.5
+ pos: -8.5,-9.5
parent: 31
- - uid: 10363
+ - uid: 3763
components:
- type: Transform
- pos: -30.5,-11.5
+ pos: -9.5,-9.5
parent: 31
- - uid: 10364
+ - uid: 3770
components:
- type: Transform
- pos: -31.5,-11.5
+ pos: -18.5,-3.5
parent: 31
- - uid: 10365
+ - uid: 3771
components:
- type: Transform
- pos: -32.5,-11.5
+ pos: -18.5,-2.5
parent: 31
- - uid: 10366
+ - uid: 3772
components:
- type: Transform
- pos: -32.5,-10.5
+ pos: -17.5,-2.5
parent: 31
- - uid: 10367
+ - uid: 3773
components:
- type: Transform
- pos: -32.5,-9.5
+ pos: -16.5,-2.5
parent: 31
- - uid: 10368
+ - uid: 3774
components:
- type: Transform
- pos: -32.5,-8.5
+ pos: -16.5,-3.5
parent: 31
- - uid: 10369
+ - uid: 3775
components:
- type: Transform
- pos: -31.5,-8.5
+ pos: -16.5,-4.5
parent: 31
- - uid: 10370
+ - uid: 3776
components:
- type: Transform
- pos: -30.5,-8.5
+ pos: -12.5,0.5
parent: 31
- - uid: 10442
+ - uid: 3777
components:
- type: Transform
- pos: -12.5,-12.5
+ pos: -12.5,1.5
parent: 31
- - uid: 10445
+ - uid: 3778
components:
- type: Transform
- pos: -14.5,-12.5
+ pos: -11.5,1.5
parent: 31
- - uid: 10447
+ - uid: 3779
components:
- type: Transform
- pos: -13.5,-12.5
+ pos: -11.5,2.5
parent: 31
- - uid: 10525
+ - uid: 3781
components:
- type: Transform
- pos: -13.5,0.5
+ pos: -26.5,-4.5
parent: 31
- - uid: 10592
+ - uid: 3782
components:
- type: Transform
- pos: 53.5,-3.5
+ pos: -25.5,-4.5
parent: 31
- - uid: 10594
+ - uid: 3783
components:
- type: Transform
- pos: 53.5,-4.5
+ pos: -25.5,-6.5
parent: 31
- - uid: 10595
+ - uid: 3784
components:
- type: Transform
- pos: 54.5,-4.5
+ pos: -25.5,-7.5
parent: 31
- - uid: 10596
+ - uid: 3785
components:
- type: Transform
- pos: 55.5,-4.5
+ pos: -25.5,-5.5
parent: 31
- - uid: 10607
+ - uid: 3786
components:
- type: Transform
- pos: 55.5,-3.5
+ pos: -30.5,9.5
parent: 31
- - uid: 10609
+ - uid: 3789
components:
- type: Transform
- pos: 50.5,-6.5
+ pos: -15.5,-9.5
parent: 31
- - uid: 10610
+ - uid: 3790
components:
- type: Transform
- pos: 52.5,-4.5
+ pos: -14.5,-9.5
parent: 31
- - uid: 10611
+ - uid: 3791
components:
- type: Transform
- pos: 51.5,-4.5
+ pos: -14.5,-8.5
parent: 31
- - uid: 10612
+ - uid: 3792
components:
- type: Transform
- pos: 50.5,-4.5
+ pos: -32.5,-6.5
parent: 31
- - uid: 10614
+ - uid: 3796
components:
- type: Transform
- pos: 49.5,-4.5
+ pos: -33.5,-6.5
parent: 31
- - uid: 10848
+ - uid: 3798
components:
- type: Transform
- pos: 50.5,-5.5
+ pos: -25.5,-8.5
parent: 31
- - uid: 10867
+ - uid: 3799
components:
- type: Transform
- pos: 55.5,-6.5
+ pos: -26.5,-8.5
parent: 31
- - uid: 10868
+ - uid: 3800
components:
- type: Transform
- pos: 53.5,-8.5
+ pos: -27.5,-8.5
parent: 31
- - uid: 10869
+ - uid: 3801
components:
- type: Transform
- pos: 53.5,-9.5
+ pos: -28.5,-8.5
parent: 31
- - uid: 10871
+ - uid: 3802
components:
- type: Transform
- pos: 55.5,-9.5
+ pos: -29.5,-8.5
parent: 31
- - uid: 10872
+ - uid: 3803
components:
- type: Transform
- pos: 52.5,-8.5
+ pos: -34.5,-6.5
parent: 31
- - uid: 10873
+ - uid: 3804
components:
- type: Transform
- pos: 51.5,-8.5
+ pos: -35.5,-6.5
parent: 31
- - uid: 10874
+ - uid: 3809
components:
- type: Transform
- pos: 50.5,-8.5
+ pos: -32.5,7.5
parent: 31
- - uid: 10877
+ - uid: 3810
components:
- type: Transform
- pos: 55.5,-7.5
+ pos: -32.5,8.5
parent: 31
- - uid: 10878
+ - uid: 3811
components:
- type: Transform
- pos: 55.5,-8.5
+ pos: -32.5,9.5
parent: 31
- - uid: 10963
+ - uid: 3812
components:
- type: Transform
- pos: 51.5,-3.5
+ pos: -33.5,9.5
parent: 31
- - uid: 10964
+ - uid: 3813
components:
- type: Transform
- pos: 51.5,-2.5
+ pos: -34.5,9.5
parent: 31
- - uid: 10965
+ - uid: 3814
components:
- type: Transform
- pos: 54.5,-9.5
+ pos: -35.5,9.5
parent: 31
- - uid: 11073
+ - uid: 3815
components:
- type: Transform
- pos: 3.5,13.5
+ pos: -36.5,9.5
parent: 31
- - uid: 11202
+ - uid: 3816
components:
- type: Transform
- pos: 16.5,-27.5
+ pos: -37.5,9.5
parent: 31
- - uid: 11203
+ - uid: 3817
components:
- type: Transform
- pos: -28.5,-13.5
+ pos: -38.5,9.5
parent: 31
- - uid: 11210
+ - uid: 3818
components:
- type: Transform
- pos: -28.5,-14.5
+ pos: -38.5,10.5
parent: 31
- - uid: 11211
+ - uid: 3819
components:
- type: Transform
- pos: 4.5,13.5
+ pos: -39.5,10.5
parent: 31
- - uid: 11212
+ - uid: 3820
components:
- type: Transform
- pos: 5.5,13.5
+ pos: -39.5,11.5
parent: 31
- - uid: 11248
+ - uid: 3822
components:
- type: Transform
- pos: -31.5,7.5
+ pos: -31.5,9.5
parent: 31
- - uid: 11285
+ - uid: 3837
components:
- type: Transform
- pos: 45.5,8.5
+ pos: -12.5,12.5
parent: 31
- - uid: 11286
+ - uid: 3839
components:
- type: Transform
- pos: 46.5,8.5
+ pos: 21.5,-13.5
parent: 31
- - uid: 11287
+ - uid: 3846
components:
- type: Transform
- pos: 46.5,9.5
+ pos: -6.5,15.5
parent: 31
- - uid: 11327
+ - uid: 3847
components:
- type: Transform
- pos: 6.5,13.5
+ pos: -5.5,15.5
parent: 31
- - uid: 11333
+ - uid: 3848
components:
- type: Transform
- pos: 20.5,-23.5
+ pos: -15.5,-4.5
parent: 31
- - uid: 11337
+ - uid: 3850
components:
- type: Transform
- pos: 20.5,-24.5
+ pos: -16.5,16.5
parent: 31
- - uid: 11339
+ - uid: 3870
components:
- type: Transform
- pos: 20.5,-25.5
+ pos: -4.5,15.5
parent: 31
- - uid: 11340
+ - uid: 3879
components:
- type: Transform
- pos: 19.5,-25.5
+ pos: -31.5,-12.5
parent: 31
- - uid: 11341
+ - uid: 3896
components:
- type: Transform
- pos: 18.5,-25.5
+ pos: -7.5,15.5
parent: 31
- - uid: 11342
+ - uid: 3919
components:
- type: Transform
- pos: 17.5,-25.5
+ pos: -15.5,-5.5
parent: 31
- - uid: 11343
+ - uid: 3920
components:
- type: Transform
- pos: 16.5,-25.5
+ pos: 13.5,-23.5
parent: 31
- - uid: 11345
+ - uid: 4054
components:
- type: Transform
- pos: 24.5,16.5
+ pos: -5.5,-7.5
parent: 31
- - uid: 11346
+ - uid: 4139
components:
- type: Transform
- pos: 25.5,16.5
+ pos: 8.5,27.5
parent: 31
- - uid: 11347
+ - uid: 4201
components:
- type: Transform
- pos: 26.5,16.5
+ pos: -10.5,15.5
parent: 31
- - uid: 11348
+ - uid: 4338
components:
- type: Transform
- pos: 26.5,15.5
+ pos: 18.5,-13.5
parent: 31
- - uid: 11349
+ - uid: 4467
components:
- type: Transform
- pos: 26.5,14.5
+ pos: -15.5,-6.5
parent: 31
- - uid: 11483
+ - uid: 4822
components:
- type: Transform
- pos: -12.5,-35.5
+ pos: 23.5,-11.5
parent: 31
- - uid: 11487
+ - uid: 4841
components:
- type: Transform
- pos: -14.5,-35.5
+ pos: 0.5,-27.5
parent: 31
- - uid: 11488
+ - uid: 4863
components:
- type: Transform
- pos: -13.5,-35.5
+ pos: 12.5,23.5
parent: 31
- - uid: 11489
+ - uid: 4868
components:
- type: Transform
- pos: -15.5,-35.5
+ pos: 1.5,-30.5
parent: 31
- - uid: 11491
+ - uid: 4999
components:
- type: Transform
- pos: -16.5,-35.5
+ pos: -0.5,-10.5
parent: 31
- - uid: 11494
+ - uid: 5377
components:
- type: Transform
- pos: -17.5,-35.5
+ pos: -15.5,-7.5
parent: 31
- - uid: 11506
+ - uid: 5379
components:
- type: Transform
- pos: -18.5,-35.5
+ pos: -14.5,-7.5
parent: 31
- - uid: 11507
+ - uid: 5650
components:
- type: Transform
- pos: -19.5,-35.5
+ pos: -4.5,-21.5
parent: 31
- - uid: 11508
+ - uid: 5692
components:
- type: Transform
- pos: -19.5,-34.5
+ pos: -9.5,-35.5
parent: 31
- - uid: 11509
+ - uid: 5701
components:
- type: Transform
- pos: -19.5,-33.5
+ pos: 14.5,-24.5
parent: 31
- - uid: 11510
+ - uid: 5720
components:
- type: Transform
- pos: -19.5,-32.5
+ pos: -9.5,-32.5
parent: 31
- - uid: 11511
+ - uid: 5721
components:
- type: Transform
- pos: -19.5,-31.5
+ pos: -9.5,-31.5
parent: 31
- - uid: 11512
+ - uid: 5725
components:
- type: Transform
- pos: -19.5,-30.5
+ pos: -6.5,-27.5
parent: 31
- - uid: 11513
+ - uid: 5726
components:
- type: Transform
- pos: -19.5,-29.5
+ pos: -8.5,-27.5
parent: 31
- - uid: 11514
+ - uid: 5728
components:
- type: Transform
- pos: -19.5,-28.5
+ pos: -5.5,-27.5
parent: 31
-- proto: CableMVStack
- entities:
- - uid: 48
+ - uid: 5736
components:
- type: Transform
- pos: 48.35775,5.619252
+ pos: -7.5,-19.5
parent: 31
- - uid: 152
+ - uid: 5744
components:
- type: Transform
- pos: 29.54536,1.4761796
+ pos: -10.5,-19.5
parent: 31
- - uid: 712
+ - uid: 5748
components:
- type: Transform
- pos: 48.35775,5.619252
+ pos: -10.5,-25.5
parent: 31
-- proto: CableTerminal
- entities:
- - uid: 4327
+ - uid: 5749
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-29.5
+ pos: -13.5,-25.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 4328
+ - uid: 5750
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,25.5
+ pos: -12.5,-25.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 6414
+ - uid: 5751
components:
- type: Transform
- pos: 40.5,6.5
+ pos: -15.5,-23.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 6930
+ - uid: 5753
components:
- type: Transform
- pos: 42.5,6.5
+ pos: -4.5,-27.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 6941
+ - uid: 5755
components:
- type: Transform
- pos: 41.5,6.5
+ pos: -1.5,-27.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 7913
+ - uid: 5759
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,3.5
+ pos: 0.5,-30.5
parent: 31
- - uid: 8573
+ - uid: 5761
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,-32.5
+ pos: 0.5,-29.5
parent: 31
- - type: Physics
- canCollide: False
- - type: Fixtures
- fixtures: {}
- - uid: 10255
+ - uid: 5782
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 52.5,-1.5
+ pos: 14.5,-23.5
parent: 31
-- proto: CandyBowl
- entities:
- - uid: 1105
+ - uid: 5981
components:
- type: Transform
- pos: 5.4776692,21.540764
+ pos: -12.5,15.5
parent: 31
- - uid: 1912
+ - uid: 5982
components:
- type: Transform
- pos: 6.4716253,-3.2451885
+ pos: -9.5,15.5
parent: 31
-- proto: CannabisSeeds
- entities:
- - uid: 11700
+ - uid: 6099
components:
- type: Transform
- pos: 5.6265216,-33.554047
+ pos: -11.5,-27.5
parent: 31
-- proto: CaptainIDCard
- entities:
- - uid: 4684
+ - uid: 6296
components:
- type: Transform
- pos: 6.5105124,24.655684
+ pos: -10.5,-20.5
parent: 31
-- proto: CarbonDioxideCanister
- entities:
- - uid: 6877
+ - uid: 6371
components:
- type: Transform
- pos: 40.5,23.5
+ pos: 34.5,10.5
parent: 31
- - uid: 10010
+ - uid: 6372
components:
- type: Transform
- pos: 36.5,12.5
+ pos: 35.5,10.5
parent: 31
-- proto: Carpet
- entities:
- - uid: 1275
+ - uid: 6373
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-4.5
+ pos: 37.5,10.5
parent: 31
- - uid: 1376
+ - uid: 6450
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,21.5
+ pos: 43.5,6.5
parent: 31
- - uid: 1916
+ - uid: 6460
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,-6.5
+ pos: 43.5,8.5
parent: 31
- - uid: 1917
+ - uid: 6461
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,-4.5
+ pos: 43.5,7.5
parent: 31
- - uid: 4059
+ - uid: 6530
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,-5.5
+ pos: 48.5,10.5
parent: 31
- - uid: 4160
+ - uid: 6531
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-6.5
+ pos: 47.5,10.5
parent: 31
- - uid: 4161
+ - uid: 6536
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-5.5
+ pos: 50.5,10.5
parent: 31
- - uid: 4700
+ - uid: 6554
components:
- type: Transform
- pos: -7.5,21.5
+ pos: 36.5,10.5
parent: 31
- - uid: 8271
+ - uid: 6555
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,22.5
+ pos: 34.5,9.5
parent: 31
- - uid: 8919
+ - uid: 6556
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-5.5
+ pos: 34.5,8.5
parent: 31
- - uid: 8920
+ - uid: 6588
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-6.5
+ pos: 34.5,7.5
parent: 31
- - uid: 8921
+ - uid: 6589
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-7.5
+ pos: 34.5,6.5
parent: 31
- - uid: 8922
+ - uid: 6590
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-7.5
+ pos: 34.5,5.5
parent: 31
- - uid: 8923
+ - uid: 6591
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-7.5
+ pos: 34.5,4.5
parent: 31
- - uid: 8924
+ - uid: 6592
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-6.5
+ pos: 34.5,3.5
parent: 31
- - uid: 8925
+ - uid: 6593
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-6.5
+ pos: 34.5,2.5
parent: 31
- - uid: 8926
+ - uid: 6594
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-5.5
+ pos: 34.5,1.5
parent: 31
- - uid: 8927
+ - uid: 6595
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-5.5
+ pos: 34.5,0.5
parent: 31
- - uid: 8928
+ - uid: 6638
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-4.5
+ pos: 43.5,9.5
parent: 31
- - uid: 8929
+ - uid: 6643
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-4.5
+ pos: 49.5,10.5
parent: 31
- - uid: 8931
+ - uid: 6687
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-5.5
+ pos: 11.5,14.5
parent: 31
- - uid: 8932
+ - uid: 6688
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-6.5
+ pos: 10.5,14.5
parent: 31
- - uid: 8933
+ - uid: 6689
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-7.5
+ pos: 9.5,14.5
parent: 31
- - uid: 9887
+ - uid: 6743
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,-38.5
+ pos: 46.5,10.5
parent: 31
- - uid: 9888
+ - uid: 7057
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,-39.5
+ pos: 8.5,14.5
parent: 31
- - uid: 9890
+ - uid: 7106
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.5,-38.5
+ pos: 24.5,17.5
parent: 31
- - uid: 9891
+ - uid: 7128
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.5,-39.5
+ pos: 7.5,14.5
parent: 31
- - uid: 9914
+ - uid: 7136
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,-38.5
+ pos: 23.5,-12.5
parent: 31
- - uid: 9936
+ - uid: 7168
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,-39.5
+ pos: 0.5,-8.5
parent: 31
- - uid: 9940
+ - uid: 7209
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.5,-39.5
+ pos: -26.5,-11.5
parent: 31
- - uid: 9942
+ - uid: 7255
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,-39.5
+ pos: -11.5,-18.5
parent: 31
- - uid: 10321
+ - uid: 7260
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-8.5
+ pos: -5.5,-21.5
parent: 31
- - uid: 10322
+ - uid: 7404
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-8.5
+ pos: -16.5,-0.5
parent: 31
- - uid: 11039
+ - uid: 7456
components:
- type: Transform
- pos: -8.5,22.5
+ pos: -10.5,-24.5
parent: 31
- - uid: 11040
+ - uid: 7469
components:
- type: Transform
- pos: -9.5,22.5
+ pos: -14.5,-25.5
parent: 31
- - uid: 11723
+ - uid: 7589
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 5.5,-33.5
+ pos: -10.5,-26.5
parent: 31
- - uid: 11724
+ - uid: 7590
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 5.5,-34.5
+ pos: -10.5,-27.5
parent: 31
- - uid: 11725
+ - uid: 7606
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 5.5,-35.5
+ pos: 15.5,-25.5
parent: 31
- - uid: 11726
+ - uid: 7635
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-35.5
+ pos: 7.5,13.5
parent: 31
- - uid: 11727
+ - uid: 7860
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-34.5
+ pos: 7.5,12.5
parent: 31
- - uid: 11728
+ - uid: 8029
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-33.5
+ pos: -36.5,-7.5
parent: 31
- - uid: 11729
+ - uid: 8030
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-32.5
+ pos: -36.5,-8.5
parent: 31
- - uid: 11730
+ - uid: 8031
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 5.5,-32.5
+ pos: -37.5,-8.5
parent: 31
-- proto: CarpetBlack
- entities:
- - uid: 1449
+ - uid: 8039
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,16.5
+ pos: -38.5,-8.5
parent: 31
- - uid: 4184
+ - uid: 8041
components:
- type: Transform
- pos: -1.5,24.5
+ pos: -16.5,0.5
parent: 31
- - uid: 4189
+ - uid: 8071
components:
- type: Transform
- pos: -1.5,25.5
+ pos: -18.5,16.5
parent: 31
- - uid: 6281
+ - uid: 8077
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,17.5
+ pos: 12.5,20.5
parent: 31
- - uid: 6309
+ - uid: 8078
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,17.5
+ pos: 12.5,19.5
parent: 31
- - uid: 7360
+ - uid: 8079
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,-7.5
+ pos: 11.5,19.5
parent: 31
- - uid: 7361
+ - uid: 8080
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,-6.5
+ pos: 10.5,19.5
parent: 31
- - uid: 7362
+ - uid: 8081
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-6.5
+ pos: 9.5,19.5
parent: 31
- - uid: 7363
+ - uid: 8082
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-7.5
+ pos: 9.5,20.5
parent: 31
-- proto: CarpetBlue
- entities:
- - uid: 20
+ - uid: 8083
components:
- type: Transform
- pos: 11.5,23.5
+ pos: 9.5,21.5
parent: 31
- - uid: 63
+ - uid: 8133
components:
- type: Transform
- pos: 7.5,23.5
+ pos: 49.5,1.5
parent: 31
- - uid: 73
+ - uid: 8144
components:
- type: Transform
- pos: 11.5,24.5
+ pos: 61.5,7.5
parent: 31
- - uid: 491
+ - uid: 8162
components:
- type: Transform
- pos: 6.5,24.5
+ pos: 55.5,5.5
parent: 31
- - uid: 568
+ - uid: 8185
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,-10.5
+ pos: 50.5,1.5
parent: 31
- - uid: 989
+ - uid: 8186
components:
- type: Transform
- pos: 12.5,23.5
+ pos: 51.5,1.5
parent: 31
- - uid: 2129
+ - uid: 8187
components:
- type: Transform
- pos: 25.5,-9.5
+ pos: 52.5,1.5
parent: 31
- - uid: 3270
+ - uid: 8188
components:
- type: Transform
- pos: 8.5,23.5
+ pos: 53.5,1.5
parent: 31
- - uid: 3271
+ - uid: 8189
components:
- type: Transform
- pos: 6.5,23.5
+ pos: 54.5,1.5
parent: 31
- - uid: 3273
+ - uid: 8190
components:
- type: Transform
- pos: 7.5,24.5
+ pos: 55.5,1.5
parent: 31
- - uid: 4107
+ - uid: 8191
components:
- type: Transform
- pos: -29.5,-1.5
+ pos: 56.5,1.5
parent: 31
- - uid: 4108
+ - uid: 8192
components:
- type: Transform
- pos: -29.5,-2.5
+ pos: 57.5,1.5
parent: 31
- - uid: 4109
+ - uid: 8193
components:
- type: Transform
- pos: -28.5,-1.5
+ pos: 58.5,1.5
parent: 31
- - uid: 4110
+ - uid: 8194
components:
- type: Transform
- pos: -28.5,-2.5
+ pos: 59.5,1.5
parent: 31
- - uid: 4922
+ - uid: 8195
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,-10.5
+ pos: 60.5,1.5
parent: 31
- - uid: 5121
+ - uid: 8196
components:
- type: Transform
- pos: 8.5,24.5
+ pos: 60.5,2.5
parent: 31
- - uid: 5137
+ - uid: 8205
components:
- type: Transform
- pos: 12.5,24.5
+ pos: -6.5,-25.5
parent: 31
- - uid: 7074
+ - uid: 8208
components:
- type: Transform
- pos: 25.5,-10.5
+ pos: -6.5,-26.5
parent: 31
- - uid: 7463
+ - uid: 8491
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,-9.5
+ pos: -11.5,-17.5
parent: 31
- - uid: 8344
+ - uid: 8669
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,-9.5
+ pos: -31.5,-31.5
parent: 31
- - uid: 11074
+ - uid: 8670
components:
- type: Transform
- pos: -33.5,18.5
+ pos: -32.5,-31.5
parent: 31
- - uid: 11075
+ - uid: 8671
components:
- type: Transform
- pos: -33.5,17.5
+ pos: -32.5,-30.5
parent: 31
- - uid: 11076
+ - uid: 8672
components:
- type: Transform
- pos: -34.5,17.5
+ pos: -32.5,-29.5
parent: 31
-- proto: CarpetGreen
- entities:
- - uid: 2452
+ - uid: 8673
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,0.5
+ pos: -32.5,-28.5
parent: 31
- - uid: 4058
+ - uid: 8674
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,0.5
+ pos: -32.5,-27.5
parent: 31
- - uid: 4062
+ - uid: 8675
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,1.5
+ pos: -32.5,-26.5
parent: 31
- - uid: 4099
+ - uid: 8676
components:
- type: Transform
- pos: -29.5,1.5
+ pos: -32.5,-25.5
parent: 31
- - uid: 4100
+ - uid: 8782
components:
- type: Transform
- pos: -29.5,0.5
+ pos: -8.5,15.5
parent: 31
- - uid: 4101
+ - uid: 9050
components:
- type: Transform
- pos: -28.5,1.5
+ pos: 18.5,-12.5
parent: 31
- - uid: 4102
+ - uid: 9055
components:
- type: Transform
- pos: -28.5,0.5
+ pos: -18.5,15.5
parent: 31
- - uid: 8423
+ - uid: 9076
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,1.5
+ pos: -15.5,0.5
parent: 31
- - uid: 8726
+ - uid: 9082
components:
- type: Transform
- pos: -34.5,-29.5
+ pos: -18.5,14.5
parent: 31
- - uid: 8727
+ - uid: 9083
components:
- type: Transform
- pos: -34.5,-28.5
+ pos: -17.5,16.5
parent: 31
- - uid: 8728
+ - uid: 9084
components:
- type: Transform
- pos: -35.5,-28.5
+ pos: -17.5,14.5
parent: 31
- - uid: 8729
+ - uid: 9141
components:
- type: Transform
- pos: -36.5,-28.5
+ pos: 21.5,-11.5
parent: 31
- - uid: 8730
+ - uid: 9202
components:
- type: Transform
- pos: -36.5,-29.5
+ pos: 55.5,6.5
parent: 31
- - uid: 8731
+ - uid: 9276
components:
- type: Transform
- pos: -35.5,-29.5
+ pos: -9.5,-10.5
parent: 31
- - uid: 8911
+ - uid: 9278
components:
- type: Transform
- pos: -24.5,-2.5
+ pos: -10.5,-10.5
parent: 31
- - uid: 8912
+ - uid: 9505
components:
- type: Transform
- pos: -23.5,-2.5
+ pos: -2.5,-21.5
parent: 31
- - uid: 8913
+ - uid: 9618
components:
- type: Transform
- pos: -23.5,-1.5
+ pos: -16.5,14.5
parent: 31
- - uid: 8914
+ - uid: 9619
components:
- type: Transform
- pos: -24.5,-1.5
+ pos: -15.5,14.5
parent: 31
-- proto: CarpetOrange
- entities:
- - uid: 22
+ - uid: 9620
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-2.5
+ pos: -14.5,14.5
parent: 31
- - uid: 40
+ - uid: 9621
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-1.5
+ pos: -13.5,14.5
parent: 31
- - uid: 82
+ - uid: 9625
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-1.5
+ pos: -7.5,-21.5
parent: 31
- - uid: 102
+ - uid: 9627
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-2.5
+ pos: -14.5,0.5
parent: 31
- - uid: 107
+ - uid: 9684
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-1.5
+ pos: -7.5,-20.5
parent: 31
- - uid: 119
+ - uid: 9734
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-2.5
+ pos: -11.5,15.5
parent: 31
- - uid: 559
+ - uid: 9747
components:
- type: Transform
- pos: -3.5,-0.5
+ pos: 44.5,8.5
parent: 31
- - uid: 832
+ - uid: 9869
components:
- type: Transform
- pos: 29.5,8.5
+ pos: -12.5,14.5
parent: 31
- - uid: 985
+ - uid: 9870
components:
- type: Transform
- pos: 38.5,-0.5
+ pos: -12.5,13.5
parent: 31
- - uid: 1046
+ - uid: 10229
components:
- type: Transform
- pos: -5.5,-0.5
+ pos: 62.5,7.5
parent: 31
- - uid: 1154
+ - uid: 10235
components:
- type: Transform
- pos: 38.5,-1.5
+ pos: 63.5,7.5
parent: 31
- - uid: 1338
+ - uid: 10269
components:
- type: Transform
- pos: -4.5,-0.5
+ pos: 50.5,-7.5
parent: 31
- - uid: 1607
+ - uid: 10270
components:
- type: Transform
- pos: 39.5,-0.5
+ pos: 53.5,-0.5
parent: 31
- - uid: 1608
+ - uid: 10305
components:
- type: Transform
- pos: 39.5,-1.5
+ pos: 53.5,-1.5
parent: 31
- - uid: 2387
+ - uid: 10306
components:
- type: Transform
- pos: -6.5,-0.5
+ pos: 53.5,-2.5
parent: 31
- - uid: 2945
+ - uid: 10356
components:
- type: Transform
- pos: 28.5,8.5
+ pos: -15.5,-12.5
parent: 31
- - uid: 3751
+ - uid: 10357
components:
- type: Transform
- pos: -7.5,-0.5
+ pos: -26.5,-13.5
parent: 31
- - uid: 3752
+ - uid: 10360
components:
- type: Transform
- pos: -2.5,-0.5
+ pos: -27.5,-11.5
parent: 31
- - uid: 6242
+ - uid: 10361
components:
- type: Transform
- pos: 27.5,8.5
+ pos: -28.5,-11.5
parent: 31
- - uid: 8426
+ - uid: 10362
components:
- type: Transform
- pos: -2.5,-2.5
+ pos: -29.5,-11.5
parent: 31
- - uid: 8427
+ - uid: 10363
components:
- type: Transform
- pos: -3.5,-2.5
+ pos: -30.5,-11.5
parent: 31
- - uid: 8428
+ - uid: 10364
components:
- type: Transform
- pos: -4.5,-2.5
+ pos: -31.5,-11.5
parent: 31
- - uid: 8429
+ - uid: 10365
components:
- type: Transform
- pos: -4.5,-1.5
+ pos: -32.5,-11.5
parent: 31
- - uid: 8430
+ - uid: 10366
components:
- type: Transform
- pos: -3.5,-1.5
+ pos: -32.5,-10.5
parent: 31
- - uid: 8431
+ - uid: 10367
components:
- type: Transform
- pos: -2.5,-1.5
+ pos: -32.5,-9.5
parent: 31
- - uid: 11388
+ - uid: 10368
components:
- type: Transform
- pos: 40.5,-1.5
+ pos: -32.5,-8.5
parent: 31
- - uid: 11389
+ - uid: 10369
components:
- type: Transform
- pos: 41.5,-1.5
+ pos: -31.5,-8.5
parent: 31
-- proto: CarpetPink
- entities:
- - uid: 4103
+ - uid: 10370
components:
- type: Transform
- pos: -29.5,-4.5
+ pos: -30.5,-8.5
parent: 31
- - uid: 4104
+ - uid: 10442
components:
- type: Transform
- pos: -29.5,-5.5
+ pos: -12.5,-12.5
parent: 31
- - uid: 4105
+ - uid: 10445
components:
- type: Transform
- pos: -28.5,-4.5
+ pos: -14.5,-12.5
parent: 31
- - uid: 4106
+ - uid: 10447
components:
- type: Transform
- pos: -28.5,-5.5
+ pos: -13.5,-12.5
parent: 31
-- proto: CarpetPurple
- entities:
- - uid: 1686
+ - uid: 10525
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-25.5
+ pos: -13.5,0.5
parent: 31
- - uid: 1698
+ - uid: 10592
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,-23.5
+ pos: 53.5,-3.5
parent: 31
- - uid: 2087
+ - uid: 10594
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.5,-23.5
+ pos: 53.5,-4.5
parent: 31
- - uid: 2125
+ - uid: 10595
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,-22.5
+ pos: 54.5,-4.5
parent: 31
- - uid: 4718
+ - uid: 10596
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -20.5,-22.5
+ pos: 55.5,-4.5
parent: 31
- - uid: 5122
+ - uid: 10607
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 12.5,-23.5
+ pos: 55.5,-3.5
parent: 31
- - uid: 5261
+ - uid: 10609
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 12.5,-22.5
+ pos: 50.5,-6.5
parent: 31
- - uid: 5672
+ - uid: 10610
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 12.5,-24.5
+ pos: 52.5,-4.5
parent: 31
- - uid: 5677
+ - uid: 10611
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-24.5
+ pos: 51.5,-4.5
parent: 31
- - uid: 5679
+ - uid: 10612
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-23.5
+ pos: 50.5,-4.5
parent: 31
- - uid: 5706
+ - uid: 10614
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -17.5,-22.5
+ pos: 49.5,-4.5
parent: 31
- - uid: 5737
+ - uid: 10848
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-25.5
+ pos: 50.5,-5.5
parent: 31
- - uid: 5770
+ - uid: 10867
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-25.5
+ pos: 55.5,-6.5
parent: 31
- - uid: 5792
+ - uid: 10868
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-24.5
+ pos: 53.5,-8.5
parent: 31
- - uid: 5925
+ - uid: 10869
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-22.5
+ pos: 53.5,-9.5
parent: 31
- - uid: 5926
+ - uid: 10871
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-23.5
+ pos: 55.5,-9.5
parent: 31
- - uid: 5927
+ - uid: 10872
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,-25.5
+ pos: 52.5,-8.5
parent: 31
- - uid: 5992
+ - uid: 10873
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-22.5
+ pos: 51.5,-8.5
parent: 31
- - uid: 6175
+ - uid: 10874
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,-23.5
+ pos: 50.5,-8.5
parent: 31
- - uid: 6232
+ - uid: 10877
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-25.5
+ pos: 55.5,-7.5
parent: 31
- - uid: 6299
+ - uid: 10878
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-26.5
+ pos: 55.5,-8.5
parent: 31
- - uid: 6300
+ - uid: 10963
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,-26.5
+ pos: 51.5,-3.5
parent: 31
- - uid: 6310
+ - uid: 10964
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-26.5
+ pos: 51.5,-2.5
parent: 31
- - uid: 6318
+ - uid: 10965
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-24.5
+ pos: 54.5,-9.5
parent: 31
- - uid: 6321
+ - uid: 11073
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-23.5
+ pos: 3.5,13.5
parent: 31
- - uid: 6325
+ - uid: 11202
components:
- type: Transform
- pos: 9.5,-29.5
+ pos: 16.5,-27.5
parent: 31
- - uid: 6326
+ - uid: 11203
components:
- type: Transform
- pos: 9.5,-30.5
+ pos: -28.5,-13.5
parent: 31
- - uid: 6352
+ - uid: 11210
components:
- type: Transform
- pos: 8.5,-30.5
+ pos: -28.5,-14.5
parent: 31
- - uid: 6360
+ - uid: 11211
components:
- type: Transform
- pos: 8.5,-29.5
+ pos: 4.5,13.5
parent: 31
- - uid: 7700
+ - uid: 11212
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -19.5,-22.5
+ pos: 5.5,13.5
parent: 31
- - uid: 7816
+ - uid: 11248
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,-17.5
+ pos: -31.5,7.5
parent: 31
- - uid: 8474
+ - uid: 11285
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-25.5
+ pos: 45.5,8.5
parent: 31
- - uid: 8475
+ - uid: 11286
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-26.5
+ pos: 46.5,8.5
parent: 31
- - uid: 8479
+ - uid: 11287
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -18.5,-22.5
+ pos: 46.5,9.5
parent: 31
- - uid: 8502
+ - uid: 11327
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -19.5,-21.5
+ pos: 6.5,13.5
parent: 31
- - uid: 8506
+ - uid: 11333
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,-17.5
+ pos: 20.5,-23.5
parent: 31
- - uid: 8520
+ - uid: 11337
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -17.5,-21.5
+ pos: 20.5,-24.5
parent: 31
- - uid: 8523
+ - uid: 11339
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -18.5,-21.5
+ pos: 20.5,-25.5
parent: 31
- - uid: 9457
+ - uid: 11340
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,-21.5
+ pos: 19.5,-25.5
parent: 31
- - uid: 9459
+ - uid: 11341
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -20.5,-21.5
+ pos: 18.5,-25.5
parent: 31
- - uid: 10812
+ - uid: 11342
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,-22.5
+ pos: 17.5,-25.5
parent: 31
- - uid: 10813
+ - uid: 11343
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 12.5,-25.5
+ pos: 16.5,-25.5
parent: 31
- - uid: 10814
+ - uid: 11345
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,-24.5
+ pos: 24.5,16.5
parent: 31
- - uid: 11283
+ - uid: 11346
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-26.5
+ pos: 25.5,16.5
parent: 31
- - uid: 11482
+ - uid: 11347
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-21.5
+ pos: 26.5,16.5
parent: 31
- - uid: 11484
+ - uid: 11348
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -29.5,-21.5
+ pos: 26.5,15.5
parent: 31
- - uid: 11485
+ - uid: 11349
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -29.5,-22.5
+ pos: 26.5,14.5
parent: 31
- - uid: 11486
+ - uid: 11483
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-22.5
- parent: 31
- - uid: 11623
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-21.5
- parent: 31
- - uid: 11624
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-22.5
- parent: 31
- - uid: 11625
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-22.5
+ pos: -12.5,-35.5
parent: 31
- - uid: 11626
+ - uid: 11487
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-21.5
+ pos: -14.5,-35.5
parent: 31
- - uid: 11627
+ - uid: 11488
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-21.5
+ pos: -13.5,-35.5
parent: 31
- - uid: 11628
+ - uid: 11489
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-22.5
+ pos: -15.5,-35.5
parent: 31
- - uid: 11629
+ - uid: 11491
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-22.5
+ pos: -16.5,-35.5
parent: 31
- - uid: 11630
+ - uid: 11494
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-21.5
+ pos: -17.5,-35.5
parent: 31
- - uid: 11631
+ - uid: 11506
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -26.5,-21.5
+ pos: -18.5,-35.5
parent: 31
- - uid: 11632
+ - uid: 11507
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -27.5,-21.5
+ pos: -19.5,-35.5
parent: 31
- - uid: 11633
+ - uid: 11508
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-21.5
+ pos: -19.5,-34.5
parent: 31
- - uid: 11634
+ - uid: 11509
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-21.5
+ pos: -19.5,-33.5
parent: 31
- - uid: 11635
+ - uid: 11510
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-21.5
+ pos: -19.5,-32.5
parent: 31
- - uid: 11636
+ - uid: 11511
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-22.5
+ pos: -19.5,-31.5
parent: 31
- - uid: 11637
+ - uid: 11512
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-22.5
+ pos: -19.5,-30.5
parent: 31
- - uid: 11638
+ - uid: 11513
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-22.5
+ pos: -19.5,-29.5
parent: 31
- - uid: 11639
+ - uid: 11514
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -27.5,-22.5
+ pos: -19.5,-28.5
parent: 31
- - uid: 11640
+- proto: CableMVStack
+ entities:
+ - uid: 48
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -26.5,-22.5
+ pos: 48.35775,5.619252
parent: 31
- - uid: 11641
+ - uid: 152
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-20.5
+ pos: 29.54536,1.4761796
parent: 31
- - uid: 11642
+ - uid: 712
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-19.5
+ pos: 48.35775,5.619252
parent: 31
- - uid: 11643
+- proto: CableTerminal
+ entities:
+ - uid: 4327
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-18.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-29.5
parent: 31
- - uid: 11644
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 4328
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-17.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,25.5
parent: 31
- - uid: 11645
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 6414
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-16.5
+ pos: 40.5,6.5
parent: 31
- - uid: 11646
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 6834
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-16.5
+ pos: 38.5,9.5
parent: 31
- - uid: 11647
+ - uid: 6836
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-17.5
+ pos: 39.5,9.5
parent: 31
- - uid: 11648
+ - uid: 6855
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-18.5
+ pos: 40.5,9.5
parent: 31
- - uid: 11649
+ - uid: 6930
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-19.5
+ pos: 42.5,6.5
parent: 31
- - uid: 11650
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 6941
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-20.5
+ pos: 41.5,6.5
parent: 31
- - uid: 11654
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 7913
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,3.5
parent: 31
- - uid: 11655
+ - uid: 8573
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: -30.5,-32.5
parent: 31
- - uid: 11656
+ - type: Physics
+ canCollide: False
+ - type: Fixtures
+ fixtures: {}
+ - uid: 10255
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: 52.5,-1.5
parent: 31
- - uid: 11657
+ - uid: 12425
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-27.5
+ pos: 39.5,6.5
parent: 31
- - uid: 11658
+- proto: CandyBowl
+ entities:
+ - uid: 1105
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,-27.5
+ pos: 5.4776692,21.540764
parent: 31
- - uid: 11659
+ - uid: 1912
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-27.5
+ pos: 6.4716253,-3.2451885
parent: 31
- - uid: 11660
+- proto: CannabisSeeds
+ entities:
+ - uid: 11700
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-27.5
+ pos: 5.6265216,-33.554047
parent: 31
- - uid: 11661
+- proto: CaptainIDCard
+ entities:
+ - uid: 4684
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,-27.5
+ pos: 6.5105124,24.655684
parent: 31
- - uid: 11662
+- proto: CarbonDioxideCanister
+ entities:
+ - uid: 10010
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 12.5,-27.5
+ pos: 36.5,12.5
parent: 31
- - uid: 11671
+- proto: CargoPalletBuy
+ entities:
+ - uid: 12155
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,10.5
parent: 31
- - uid: 11672
+ - uid: 12156
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,-30.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,11.5
parent: 31
- - uid: 11673
+ - uid: 12157
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: 23.5,11.5
parent: 31
- - uid: 11674
+ - uid: 12158
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: 23.5,10.5
parent: 31
- - uid: 11675
+ - uid: 12159
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-30.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,9.5
parent: 31
- - uid: 11676
+- proto: CargoPalletSell
+ entities:
+ - uid: 12160
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 20.5,9.5
parent: 31
- - uid: 11731
+ - uid: 12161
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,-30.5
+ pos: 20.5,10.5
parent: 31
- - uid: 11732
+ - uid: 12162
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,-30.5
+ pos: 20.5,11.5
parent: 31
- - uid: 11733
+ - uid: 12163
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,-30.5
+ pos: 19.5,11.5
parent: 31
- - uid: 11734
+ - uid: 12164
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,-24.5
+ pos: 19.5,10.5
parent: 31
- - uid: 11735
+- proto: CargoTelepad
+ entities:
+ - uid: 12165
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,-24.5
+ pos: 21.5,10.5
parent: 31
- - uid: 11736
+- proto: Carpet
+ entities:
+ - uid: 1275
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,-24.5
+ pos: 0.5,-4.5
parent: 31
- - uid: 11737
+ - uid: 1376
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,-28.5
+ rot: 1.5707963267948966 rad
+ pos: -8.5,21.5
parent: 31
- - uid: 11738
+ - uid: 1916
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,-27.5
+ pos: -0.5,-6.5
parent: 31
- - uid: 11739
+ - uid: 1917
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,-26.5
+ pos: -0.5,-4.5
parent: 31
-- proto: CarpetSBlue
- entities:
- - uid: 91
+ - uid: 4059
components:
- type: Transform
- pos: 9.5,19.5
+ rot: 3.141592653589793 rad
+ pos: -0.5,-5.5
parent: 31
- - uid: 1177
+ - uid: 4160
components:
- type: Transform
- pos: 8.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 0.5,-6.5
parent: 31
- - uid: 7155
+ - uid: 4161
components:
- type: Transform
- pos: 9.5,20.5
+ rot: 3.141592653589793 rad
+ pos: 0.5,-5.5
parent: 31
- - uid: 7432
+ - uid: 4700
components:
- type: Transform
- pos: 10.5,16.5
+ pos: -7.5,21.5
parent: 31
- - uid: 8418
+ - uid: 8271
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,22.5
parent: 31
- - uid: 9052
+ - uid: 8919
components:
- type: Transform
- pos: 9.5,16.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-5.5
parent: 31
-- proto: Catwalk
- entities:
- - uid: 2
+ - uid: 8920
components:
- type: Transform
- pos: -3.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-6.5
parent: 31
- - uid: 25
+ - uid: 8921
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,38.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-7.5
parent: 31
- - uid: 32
+ - uid: 8922
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,38.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-7.5
parent: 31
- - uid: 187
+ - uid: 8923
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-28.5
+ pos: -24.5,-7.5
parent: 31
- - uid: 402
+ - uid: 8924
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -27.5,-16.5
+ pos: -24.5,-6.5
parent: 31
- - uid: 529
+ - uid: 8925
components:
- type: Transform
- pos: -1.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-6.5
parent: 31
- - uid: 705
+ - uid: 8926
components:
- type: Transform
- pos: -9.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-5.5
parent: 31
- - uid: 710
+ - uid: 8927
components:
- type: Transform
- pos: -7.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-5.5
parent: 31
- - uid: 713
+ - uid: 8928
components:
- type: Transform
- pos: -4.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-4.5
parent: 31
- - uid: 722
+ - uid: 8929
components:
- type: Transform
- pos: -2.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-4.5
parent: 31
- - uid: 743
+ - uid: 8931
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-17.5
+ pos: -22.5,-5.5
parent: 31
- - uid: 764
+ - uid: 8932
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-12.5
+ pos: -22.5,-6.5
parent: 31
- - uid: 808
+ - uid: 8933
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-15.5
+ pos: -22.5,-7.5
parent: 31
- - uid: 833
+ - uid: 9887
components:
- type: Transform
- pos: 47.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: -16.5,-38.5
parent: 31
- - uid: 834
+ - uid: 9888
components:
- type: Transform
- pos: 55.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -16.5,-39.5
parent: 31
- - uid: 850
+ - uid: 9890
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-13.5
+ rot: 1.5707963267948966 rad
+ pos: -15.5,-38.5
parent: 31
- - uid: 884
+ - uid: 9891
components:
- type: Transform
- pos: 52.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: -15.5,-39.5
parent: 31
- - uid: 885
+ - uid: 9914
components:
- type: Transform
- pos: 53.5,-9.5
+ rot: 1.5707963267948966 rad
+ pos: -14.5,-38.5
parent: 31
- - uid: 886
+ - uid: 9936
components:
- type: Transform
- pos: 53.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -14.5,-39.5
parent: 31
- - uid: 887
+ - uid: 9940
components:
- type: Transform
- pos: 51.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -13.5,-39.5
parent: 31
- - uid: 974
+ - uid: 9942
components:
- type: Transform
- pos: -2.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,-39.5
parent: 31
- - uid: 1063
+ - uid: 10321
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-14.5
+ pos: -24.5,-8.5
parent: 31
- - uid: 1153
+ - uid: 10322
components:
- type: Transform
- pos: -0.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-8.5
parent: 31
- - uid: 1388
+ - uid: 11039
components:
- type: Transform
- pos: 32.5,27.5
+ pos: -8.5,22.5
parent: 31
- - uid: 1427
+ - uid: 11040
components:
- type: Transform
- pos: -1.5,-10.5
+ pos: -9.5,22.5
parent: 31
- - uid: 1432
+ - uid: 11723
components:
- type: Transform
- pos: -0.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 5.5,-33.5
parent: 31
- - uid: 1437
+ - uid: 11724
components:
- type: Transform
- pos: -8.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 5.5,-34.5
parent: 31
- - uid: 1438
+ - uid: 11725
components:
- type: Transform
- pos: -5.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 5.5,-35.5
parent: 31
- - uid: 1440
+ - uid: 11726
components:
- type: Transform
- pos: -3.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 6.5,-35.5
parent: 31
- - uid: 1483
+ - uid: 11727
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 6.5,-34.5
parent: 31
- - uid: 1492
+ - uid: 11728
components:
- type: Transform
- pos: 6.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 6.5,-33.5
parent: 31
- - uid: 1552
+ - uid: 11729
components:
- type: Transform
- pos: -9.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: 6.5,-32.5
parent: 31
- - uid: 1624
+ - uid: 11730
components:
- type: Transform
- pos: 43.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 5.5,-32.5
parent: 31
- - uid: 1662
+- proto: CarpetBlack
+ entities:
+ - uid: 1449
components:
- type: Transform
- pos: 27.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,16.5
parent: 31
- - uid: 1684
+ - uid: 4184
components:
- type: Transform
- pos: -22.5,-29.5
+ pos: -1.5,24.5
parent: 31
- - uid: 1711
+ - uid: 4189
components:
- type: Transform
- pos: 27.5,-12.5
+ pos: -1.5,25.5
parent: 31
- - uid: 2146
+ - uid: 4234
components:
- type: Transform
- pos: 43.5,-3.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,-2.5
parent: 31
- - uid: 2157
+ - uid: 4239
components:
- type: Transform
- pos: 12.5,14.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,-1.5
parent: 31
- - uid: 2158
+ - uid: 4474
components:
- type: Transform
- pos: 12.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,-0.5
parent: 31
- - uid: 2329
+ - uid: 4830
components:
- type: Transform
- pos: 27.5,-13.5
+ rot: 3.141592653589793 rad
+ pos: -3.5,-2.5
parent: 31
- - uid: 2866
+ - uid: 4902
components:
- type: Transform
- pos: 22.5,-19.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,-1.5
parent: 31
- - uid: 3110
+ - uid: 4907
components:
- type: Transform
- pos: 59.5,12.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,-1.5
parent: 31
- - uid: 3279
+ - uid: 4920
components:
- type: Transform
- pos: 43.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: -3.5,-0.5
parent: 31
- - uid: 3412
+ - uid: 4952
components:
- type: Transform
- pos: -19.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,-0.5
parent: 31
- - uid: 3414
+ - uid: 4983
components:
- type: Transform
- pos: -19.5,-30.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,-0.5
parent: 31
- - uid: 3656
+ - uid: 5029
components:
- type: Transform
- pos: 55.5,7.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,-2.5
parent: 31
- - uid: 3725
+ - uid: 5033
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 8.5,-38.5
+ pos: -7.5,-2.5
parent: 31
- - uid: 3958
+ - uid: 5068
components:
- type: Transform
- pos: 16.5,20.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,-1.5
parent: 31
- - uid: 4219
+ - uid: 5092
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 7.5,-38.5
+ pos: -4.5,-2.5
parent: 31
- - uid: 4397
+ - uid: 5140
components:
- type: Transform
- pos: 53.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,-0.5
parent: 31
- - uid: 4401
+ - uid: 5141
components:
- type: Transform
- pos: 20.5,-35.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,-2.5
parent: 31
- - uid: 4409
+ - uid: 6281
components:
- type: Transform
- pos: 51.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,17.5
parent: 31
- - uid: 4420
+ - uid: 6309
components:
- type: Transform
- pos: 52.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -22.5,17.5
parent: 31
- - uid: 4437
+ - uid: 7360
components:
- type: Transform
- pos: 50.5,-7.5
+ rot: 3.141592653589793 rad
+ pos: -11.5,-7.5
parent: 31
- - uid: 4438
+ - uid: 7361
components:
- type: Transform
- pos: 50.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -11.5,-6.5
parent: 31
- - uid: 4514
+ - uid: 7362
components:
- type: Transform
- pos: 27.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,-6.5
parent: 31
- - uid: 4530
+ - uid: 7363
components:
- type: Transform
- pos: 47.5,-9.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,-7.5
parent: 31
- - uid: 4537
+ - uid: 11464
components:
- type: Transform
- pos: 48.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,-0.5
parent: 31
- - uid: 4871
+ - uid: 11471
components:
- type: Transform
- pos: 28.5,-35.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,-1.5
parent: 31
- - uid: 4877
+ - uid: 12234
components:
- type: Transform
- pos: 28.5,-27.5
+ pos: -3.5,-1.5
parent: 31
- - uid: 5058
+- proto: CarpetBlue
+ entities:
+ - uid: 20
components:
- type: Transform
- pos: 49.5,-8.5
+ pos: 11.5,23.5
parent: 31
- - uid: 5246
+ - uid: 63
components:
- type: Transform
- pos: 27.5,-31.5
+ pos: 7.5,23.5
parent: 31
- - uid: 5247
+ - uid: 73
components:
- type: Transform
- pos: 28.5,-31.5
+ pos: 11.5,24.5
parent: 31
- - uid: 5249
+ - uid: 491
components:
- type: Transform
- pos: 25.5,-31.5
+ pos: 6.5,24.5
parent: 31
- - uid: 5265
+ - uid: 568
components:
- type: Transform
- pos: 28.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,-10.5
parent: 31
- - uid: 5266
+ - uid: 989
components:
- type: Transform
- pos: 28.5,-28.5
+ pos: 12.5,23.5
parent: 31
- - uid: 5267
+ - uid: 2129
components:
- type: Transform
- pos: 24.5,-29.5
+ pos: 25.5,-9.5
parent: 31
- - uid: 5268
+ - uid: 3270
components:
- type: Transform
- pos: 24.5,-32.5
+ pos: 8.5,23.5
parent: 31
- - uid: 5269
+ - uid: 3271
components:
- type: Transform
- pos: 20.5,-34.5
+ pos: 6.5,23.5
parent: 31
- - uid: 5270
+ - uid: 3273
components:
- type: Transform
- pos: 24.5,-28.5
+ pos: 7.5,24.5
parent: 31
- - uid: 5271
+ - uid: 4107
components:
- type: Transform
- pos: 24.5,-33.5
+ pos: -29.5,-1.5
parent: 31
- - uid: 5272
+ - uid: 4108
components:
- type: Transform
- pos: 24.5,-30.5
+ pos: -29.5,-2.5
parent: 31
- - uid: 5273
+ - uid: 4109
components:
- type: Transform
- pos: 20.5,-30.5
+ pos: -28.5,-1.5
parent: 31
- - uid: 5274
+ - uid: 4110
components:
- type: Transform
- pos: 18.5,-31.5
+ pos: -28.5,-2.5
parent: 31
- - uid: 5275
+ - uid: 4922
components:
- type: Transform
- pos: 20.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,-10.5
parent: 31
- - uid: 5276
+ - uid: 5121
components:
- type: Transform
- pos: 26.5,-31.5
+ pos: 8.5,24.5
parent: 31
- - uid: 5277
+ - uid: 5137
components:
- type: Transform
- pos: 24.5,-34.5
+ pos: 12.5,24.5
parent: 31
- - uid: 5278
+ - uid: 7074
components:
- type: Transform
- pos: 24.5,-35.5
+ pos: 25.5,-10.5
parent: 31
- - uid: 5279
+ - uid: 7463
components:
- type: Transform
- pos: 28.5,-34.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,-9.5
parent: 31
- - uid: 5280
+ - uid: 8344
components:
- type: Transform
- pos: 24.5,-31.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,-9.5
parent: 31
- - uid: 5281
+ - uid: 11074
components:
- type: Transform
- pos: 19.5,-31.5
+ pos: -33.5,18.5
parent: 31
- - uid: 5282
+ - uid: 11075
components:
- type: Transform
- pos: 20.5,-31.5
+ pos: -33.5,17.5
parent: 31
- - uid: 5283
+ - uid: 11076
components:
- type: Transform
- pos: 20.5,-28.5
+ pos: -34.5,17.5
parent: 31
- - uid: 5284
+- proto: CarpetGreen
+ entities:
+ - uid: 2452
components:
- type: Transform
- pos: 24.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: -0.5,0.5
parent: 31
- - uid: 5311
+ - uid: 4058
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 46.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 0.5,0.5
parent: 31
- - uid: 5730
+ - uid: 4062
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-20.5
+ rot: 3.141592653589793 rad
+ pos: -0.5,1.5
parent: 31
- - uid: 5940
+ - uid: 4099
components:
- type: Transform
- pos: 31.5,26.5
+ pos: -29.5,1.5
parent: 31
- - uid: 6293
+ - uid: 4100
components:
- type: Transform
- pos: 53.5,-7.5
+ pos: -29.5,0.5
parent: 31
- - uid: 6370
+ - uid: 4101
components:
- type: Transform
- pos: 15.5,-28.5
+ pos: -28.5,1.5
parent: 31
- - uid: 6386
+ - uid: 4102
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 47.5,7.5
+ pos: -28.5,0.5
parent: 31
- - uid: 6412
+ - uid: 8423
components:
- type: Transform
- pos: 15.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 0.5,1.5
parent: 31
- - uid: 6523
+ - uid: 8726
components:
- type: Transform
- pos: 31.5,25.5
+ pos: -34.5,-29.5
parent: 31
- - uid: 6609
+ - uid: 8727
components:
- type: Transform
- pos: 30.5,20.5
+ pos: -34.5,-28.5
parent: 31
- - uid: 6648
+ - uid: 8728
components:
- type: Transform
- pos: -27.5,24.5
+ pos: -35.5,-28.5
parent: 31
- - uid: 6649
+ - uid: 8729
components:
- type: Transform
- pos: -28.5,24.5
+ pos: -36.5,-28.5
parent: 31
- - uid: 6650
+ - uid: 8730
components:
- type: Transform
- pos: -29.5,24.5
+ pos: -36.5,-29.5
parent: 31
- - uid: 6651
+ - uid: 8731
components:
- type: Transform
- pos: -30.5,24.5
+ pos: -35.5,-29.5
parent: 31
- - uid: 6652
+ - uid: 8911
components:
- type: Transform
- pos: -31.5,24.5
+ pos: -24.5,-2.5
parent: 31
- - uid: 6653
+ - uid: 8912
components:
- type: Transform
- pos: -32.5,24.5
+ pos: -23.5,-2.5
parent: 31
- - uid: 6654
+ - uid: 8913
components:
- type: Transform
- pos: -33.5,24.5
+ pos: -23.5,-1.5
parent: 31
- - uid: 6655
+ - uid: 8914
components:
- type: Transform
- pos: -34.5,24.5
+ pos: -24.5,-1.5
parent: 31
- - uid: 6656
+- proto: CarpetOrange
+ entities:
+ - uid: 832
components:
- type: Transform
- pos: -35.5,24.5
+ pos: 29.5,8.5
parent: 31
- - uid: 6657
+ - uid: 985
components:
- type: Transform
- pos: -36.5,23.5
+ pos: 38.5,-0.5
parent: 31
- - uid: 6658
+ - uid: 1154
components:
- type: Transform
- pos: -36.5,26.5
+ pos: 38.5,-1.5
parent: 31
- - uid: 6659
+ - uid: 1607
components:
- type: Transform
- pos: -36.5,27.5
+ pos: 39.5,-0.5
parent: 31
- - uid: 6660
+ - uid: 1608
components:
- type: Transform
- pos: -36.5,22.5
+ pos: 39.5,-1.5
parent: 31
- - uid: 6661
+ - uid: 2945
components:
- type: Transform
- pos: -36.5,21.5
+ pos: 28.5,8.5
parent: 31
- - uid: 6662
+ - uid: 6242
components:
- type: Transform
- pos: -38.5,24.5
+ pos: 27.5,8.5
parent: 31
- - uid: 6663
+ - uid: 11388
components:
- type: Transform
- pos: -30.5,25.5
+ pos: 40.5,-1.5
parent: 31
- - uid: 6664
+ - uid: 11389
components:
- type: Transform
- pos: -30.5,26.5
+ pos: 41.5,-1.5
parent: 31
- - uid: 6665
+- proto: CarpetPink
+ entities:
+ - uid: 4103
components:
- type: Transform
- pos: -30.5,27.5
+ pos: -29.5,-4.5
parent: 31
- - uid: 6666
+ - uid: 4104
components:
- type: Transform
- pos: -34.5,23.5
+ pos: -29.5,-5.5
parent: 31
- - uid: 6667
+ - uid: 4105
components:
- type: Transform
- pos: -34.5,22.5
+ pos: -28.5,-4.5
parent: 31
- - uid: 6668
+ - uid: 4106
components:
- type: Transform
- pos: -34.5,21.5
+ pos: -28.5,-5.5
parent: 31
- - uid: 6669
+- proto: CarpetPurple
+ entities:
+ - uid: 1686
components:
- type: Transform
- pos: -36.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-25.5
parent: 31
- - uid: 6670
+ - uid: 1698
components:
- type: Transform
- pos: -37.5,24.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,-23.5
parent: 31
- - uid: 6671
+ - uid: 2087
components:
- type: Transform
- pos: -36.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,-23.5
parent: 31
- - uid: 6672
+ - uid: 2125
components:
- type: Transform
- pos: -32.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,-22.5
parent: 31
- - uid: 6673
+ - uid: 4718
components:
- type: Transform
- pos: -32.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: -20.5,-22.5
parent: 31
- - uid: 6674
+ - uid: 5122
components:
- type: Transform
- pos: -32.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,-23.5
parent: 31
- - uid: 6675
+ - uid: 5261
components:
- type: Transform
- pos: -32.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,-22.5
parent: 31
- - uid: 6676
+ - uid: 5672
components:
- type: Transform
- pos: -32.5,26.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,-24.5
parent: 31
- - uid: 6677
+ - uid: 5677
components:
- type: Transform
- pos: -32.5,27.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-24.5
parent: 31
- - uid: 6678
+ - uid: 5679
components:
- type: Transform
- pos: -34.5,27.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-23.5
parent: 31
- - uid: 6679
+ - uid: 5706
components:
- type: Transform
- pos: -34.5,26.5
+ rot: 1.5707963267948966 rad
+ pos: -17.5,-22.5
parent: 31
- - uid: 6680
+ - uid: 5737
components:
- type: Transform
- pos: -34.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-25.5
parent: 31
- - uid: 6681
+ - uid: 5770
components:
- type: Transform
- pos: -30.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-25.5
parent: 31
- - uid: 6682
+ - uid: 5792
components:
- type: Transform
- pos: -30.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-24.5
parent: 31
- - uid: 6683
+ - uid: 5925
components:
- type: Transform
- pos: -30.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-22.5
parent: 31
- - uid: 6698
+ - uid: 5926
components:
- type: Transform
- pos: 22.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-23.5
parent: 31
- - uid: 6699
+ - uid: 5927
components:
- type: Transform
- pos: 23.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,-25.5
parent: 31
- - uid: 6700
+ - uid: 5992
components:
- type: Transform
- pos: 20.5,-33.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-22.5
parent: 31
- - uid: 6701
+ - uid: 6175
components:
- type: Transform
- pos: 21.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,-23.5
parent: 31
- - uid: 6702
+ - uid: 6232
components:
- type: Transform
- pos: 20.5,-32.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-25.5
parent: 31
- - uid: 6703
+ - uid: 6299
components:
- type: Transform
- pos: 28.5,-33.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-26.5
parent: 31
- - uid: 6704
+ - uid: 6300
components:
- type: Transform
- pos: 28.5,-32.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,-26.5
parent: 31
- - uid: 6705
+ - uid: 6310
components:
- type: Transform
- pos: 28.5,-30.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-26.5
parent: 31
- - uid: 6706
+ - uid: 6318
components:
- type: Transform
- pos: 29.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-24.5
parent: 31
- - uid: 6707
+ - uid: 6321
components:
- type: Transform
- pos: 30.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-23.5
parent: 31
- - uid: 6708
+ - uid: 6325
components:
- type: Transform
- pos: 31.5,-31.5
+ pos: 9.5,-29.5
parent: 31
- - uid: 6709
+ - uid: 6326
components:
- type: Transform
- pos: 32.5,-31.5
+ pos: 9.5,-30.5
parent: 31
- - uid: 6861
+ - uid: 6352
components:
- type: Transform
- pos: 31.5,22.5
+ pos: 8.5,-30.5
parent: 31
- - uid: 6884
+ - uid: 6360
components:
- type: Transform
- pos: 60.5,12.5
+ pos: 8.5,-29.5
parent: 31
- - uid: 6908
+ - uid: 7700
components:
- type: Transform
- pos: 31.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: -19.5,-22.5
parent: 31
- - uid: 7045
+ - uid: 7816
components:
- type: Transform
- pos: 42.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,-17.5
parent: 31
- - uid: 7116
+ - uid: 8474
components:
- type: Transform
- pos: 55.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-25.5
parent: 31
- - uid: 7163
+ - uid: 8475
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 69.5,13.5
+ pos: 9.5,-26.5
parent: 31
- - uid: 7176
+ - uid: 8479
components:
- type: Transform
- pos: 31.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: -18.5,-22.5
parent: 31
- - uid: 7234
+ - uid: 8502
components:
- type: Transform
- pos: 12.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: -19.5,-21.5
parent: 31
- - uid: 7235
+ - uid: 8506
components:
- type: Transform
- pos: 7.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: -22.5,-17.5
parent: 31
- - uid: 7236
+ - uid: 8520
components:
- type: Transform
- pos: 12.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: -17.5,-21.5
parent: 31
- - uid: 7237
+ - uid: 8523
components:
- type: Transform
- pos: 10.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: -18.5,-21.5
parent: 31
- - uid: 7238
+ - uid: 9457
components:
- type: Transform
- pos: 8.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,-21.5
parent: 31
- - uid: 7239
+ - uid: 9459
components:
- type: Transform
- pos: 12.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -20.5,-21.5
parent: 31
- - uid: 7240
+ - uid: 10812
components:
- type: Transform
- pos: 9.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,-22.5
parent: 31
- - uid: 7241
+ - uid: 10813
components:
- type: Transform
- pos: 12.5,19.5
- parent: 31
- - uid: 7494
- components:
- - type: Transform
- pos: 15.5,-27.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,-25.5
parent: 31
- - uid: 7495
+ - uid: 10814
components:
- type: Transform
- pos: 14.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,-24.5
parent: 31
- - uid: 7499
+ - uid: 11283
components:
- type: Transform
- pos: -9.5,-12.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-26.5
parent: 31
- - uid: 7500
+ - uid: 11482
components:
- type: Transform
- pos: -9.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-21.5
parent: 31
- - uid: 7510
+ - uid: 11484
components:
- type: Transform
- pos: -26.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: -29.5,-21.5
parent: 31
- - uid: 7511
+ - uid: 11485
components:
- type: Transform
- pos: -27.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: -29.5,-22.5
parent: 31
- - uid: 7512
+ - uid: 11486
components:
- type: Transform
- pos: -28.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-22.5
parent: 31
- - uid: 7513
+ - uid: 11623
components:
- type: Transform
- pos: -29.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-21.5
parent: 31
- - uid: 7514
+ - uid: 11624
components:
- type: Transform
- pos: -31.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-22.5
parent: 31
- - uid: 7515
+ - uid: 11625
components:
- type: Transform
- pos: -30.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-22.5
parent: 31
- - uid: 7516
+ - uid: 11626
components:
- type: Transform
- pos: -32.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-21.5
parent: 31
- - uid: 7517
+ - uid: 11627
components:
- type: Transform
- pos: -33.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-21.5
parent: 31
- - uid: 7520
+ - uid: 11628
components:
- type: Transform
- pos: -33.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-22.5
parent: 31
- - uid: 7521
+ - uid: 11629
components:
- type: Transform
- pos: -33.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-22.5
parent: 31
- - uid: 7522
+ - uid: 11630
components:
- type: Transform
- pos: -33.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-21.5
parent: 31
- - uid: 7523
+ - uid: 11631
components:
- type: Transform
- pos: -33.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -26.5,-21.5
parent: 31
- - uid: 7524
+ - uid: 11632
components:
- type: Transform
- pos: -33.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-21.5
parent: 31
- - uid: 7525
+ - uid: 11633
components:
- type: Transform
- pos: -33.5,-7.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-21.5
parent: 31
- - uid: 7526
+ - uid: 11634
components:
- type: Transform
- pos: -33.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-21.5
parent: 31
- - uid: 7527
+ - uid: 11635
components:
- type: Transform
- pos: -33.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -30.5,-21.5
parent: 31
- - uid: 7528
+ - uid: 11636
components:
- type: Transform
- pos: -33.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: -30.5,-22.5
parent: 31
- - uid: 7529
+ - uid: 11637
components:
- type: Transform
- pos: -33.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-22.5
parent: 31
- - uid: 7530
+ - uid: 11638
components:
- type: Transform
- pos: -33.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-22.5
parent: 31
- - uid: 7582
+ - uid: 11639
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-22.5
parent: 31
- - uid: 7609
+ - uid: 11640
components:
- type: Transform
- pos: -32.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -26.5,-22.5
parent: 31
- - uid: 7610
+ - uid: 11641
components:
- type: Transform
- pos: -32.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-20.5
parent: 31
- - uid: 7611
+ - uid: 11642
components:
- type: Transform
- pos: -32.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-19.5
parent: 31
- - uid: 7612
+ - uid: 11643
components:
- type: Transform
- pos: -32.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-18.5
parent: 31
- - uid: 7613
+ - uid: 11644
components:
- type: Transform
- pos: -32.5,12.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-17.5
parent: 31
- - uid: 7614
+ - uid: 11645
components:
- type: Transform
- pos: -32.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-16.5
parent: 31
- - uid: 7616
+ - uid: 11646
components:
- type: Transform
- pos: -31.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-16.5
parent: 31
- - uid: 7617
+ - uid: 11647
components:
- type: Transform
- pos: -30.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-17.5
parent: 31
- - uid: 7618
+ - uid: 11648
components:
- type: Transform
- pos: -29.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-18.5
parent: 31
- - uid: 7619
+ - uid: 11649
components:
- type: Transform
- pos: -28.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-19.5
parent: 31
- - uid: 7620
+ - uid: 11650
components:
- type: Transform
- pos: -27.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-20.5
parent: 31
- - uid: 7621
+ - uid: 11654
components:
- type: Transform
- pos: -26.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-22.5
parent: 31
- - uid: 7622
+ - uid: 11655
components:
- type: Transform
- pos: -25.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-27.5
parent: 31
- - uid: 7623
+ - uid: 11656
components:
- type: Transform
- pos: -24.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-27.5
parent: 31
- - uid: 7624
+ - uid: 11657
components:
- type: Transform
- pos: -23.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-27.5
parent: 31
- - uid: 7638
+ - uid: 11658
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,37.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,-27.5
parent: 31
- - uid: 7654
+ - uid: 11659
components:
- type: Transform
- pos: -8.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-27.5
parent: 31
- - uid: 7655
+ - uid: 11660
components:
- type: Transform
- pos: -9.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-27.5
parent: 31
- - uid: 7656
+ - uid: 11661
components:
- type: Transform
- pos: -11.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,-27.5
parent: 31
- - uid: 7657
+ - uid: 11662
components:
- type: Transform
- pos: -12.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,-27.5
parent: 31
- - uid: 7658
+ - uid: 11671
components:
- type: Transform
- pos: -13.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,-29.5
parent: 31
- - uid: 7659
+ - uid: 11672
components:
- type: Transform
- pos: -14.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,-30.5
parent: 31
- - uid: 7660
+ - uid: 11673
components:
- type: Transform
- pos: -15.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,-31.5
parent: 31
- - uid: 7661
+ - uid: 11674
components:
- type: Transform
- pos: -16.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-31.5
parent: 31
- - uid: 7662
+ - uid: 11675
components:
- type: Transform
- pos: -17.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-30.5
parent: 31
- - uid: 7664
+ - uid: 11676
components:
- type: Transform
- pos: -18.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-29.5
parent: 31
- - uid: 7665
+ - uid: 11731
components:
- type: Transform
- pos: -18.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,-30.5
parent: 31
- - uid: 7666
+ - uid: 11732
components:
- type: Transform
- pos: -18.5,20.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,-30.5
parent: 31
- - uid: 7667
+ - uid: 11733
components:
- type: Transform
- pos: -18.5,21.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,-30.5
parent: 31
- - uid: 7668
+ - uid: 11734
components:
- type: Transform
- pos: -18.5,22.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,-24.5
parent: 31
- - uid: 7669
+ - uid: 11735
components:
- type: Transform
- pos: -18.5,23.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,-24.5
parent: 31
- - uid: 7670
+ - uid: 11736
components:
- type: Transform
- pos: -18.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,-24.5
parent: 31
- - uid: 7705
+ - uid: 11737
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-26.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,-28.5
parent: 31
- - uid: 7706
+ - uid: 11738
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 55.5,17.5
+ pos: 2.5,-27.5
parent: 31
- - uid: 7708
+ - uid: 11739
components:
- type: Transform
- pos: -27.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,-26.5
parent: 31
- - uid: 7723
+- proto: CarpetSBlue
+ entities:
+ - uid: 91
components:
- type: Transform
- pos: -26.5,-29.5
+ pos: 9.5,19.5
parent: 31
- - uid: 7779
+ - uid: 1177
components:
- type: Transform
- pos: 14.5,-25.5
+ pos: 8.5,19.5
parent: 31
- - uid: 7874
+ - uid: 7155
components:
- type: Transform
- pos: 7.5,-20.5
+ pos: 9.5,20.5
parent: 31
- - uid: 7875
+ - uid: 7432
components:
- type: Transform
- pos: 9.5,-20.5
+ pos: 10.5,16.5
parent: 31
- - uid: 7876
+ - uid: 8418
components:
- type: Transform
- pos: 8.5,-20.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,20.5
parent: 31
- - uid: 7877
+ - uid: 9052
components:
- type: Transform
- pos: 10.5,-20.5
+ pos: 9.5,16.5
parent: 31
- - uid: 7878
+- proto: Catwalk
+ entities:
+ - uid: 2
components:
- type: Transform
- pos: 11.5,-20.5
+ pos: -3.5,21.5
parent: 31
- - uid: 7879
+ - uid: 187
components:
- type: Transform
- pos: 12.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-28.5
parent: 31
- - uid: 7880
+ - uid: 402
components:
- type: Transform
- pos: 14.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-16.5
parent: 31
- - uid: 7881
+ - uid: 455
components:
- type: Transform
- pos: 14.5,-21.5
+ pos: -29.5,33.5
parent: 31
- - uid: 7882
+ - uid: 458
components:
- type: Transform
- pos: 14.5,-22.5
+ pos: -29.5,41.5
parent: 31
- - uid: 7883
+ - uid: 459
components:
- type: Transform
- pos: 14.5,-23.5
+ pos: -30.5,41.5
parent: 31
- - uid: 7884
+ - uid: 529
components:
- type: Transform
- pos: 14.5,-24.5
+ pos: -1.5,21.5
parent: 31
- - uid: 7885
+ - uid: 705
components:
- type: Transform
- pos: 15.5,-25.5
+ pos: -9.5,-10.5
parent: 31
- - uid: 7886
+ - uid: 710
components:
- type: Transform
- pos: 17.5,-25.5
+ pos: -7.5,-10.5
parent: 31
- - uid: 7887
+ - uid: 713
components:
- type: Transform
- pos: 16.5,-25.5
+ pos: -4.5,-10.5
parent: 31
- - uid: 7888
+ - uid: 722
components:
- type: Transform
- pos: 18.5,-25.5
+ pos: -2.5,-10.5
parent: 31
- - uid: 7889
+ - uid: 743
components:
- type: Transform
- pos: 19.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-17.5
parent: 31
- - uid: 7890
+ - uid: 764
components:
- type: Transform
- pos: 20.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-12.5
parent: 31
- - uid: 7891
+ - uid: 808
components:
- type: Transform
- pos: 21.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-15.5
parent: 31
- - uid: 7892
+ - uid: 833
components:
- type: Transform
- pos: 22.5,-25.5
+ pos: 47.5,-7.5
parent: 31
- - uid: 7893
+ - uid: 834
components:
- type: Transform
- pos: 22.5,-24.5
+ pos: 55.5,-8.5
parent: 31
- - uid: 7894
+ - uid: 850
components:
- type: Transform
- pos: 22.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-13.5
parent: 31
- - uid: 7915
+ - uid: 884
components:
- type: Transform
- pos: 22.5,-18.5
+ pos: 52.5,-10.5
parent: 31
- - uid: 7916
+ - uid: 885
components:
- type: Transform
- pos: 22.5,-17.5
+ pos: 53.5,-9.5
parent: 31
- - uid: 7917
+ - uid: 886
components:
- type: Transform
- pos: 23.5,-17.5
+ pos: 53.5,-8.5
parent: 31
- - uid: 7918
+ - uid: 887
components:
- type: Transform
- pos: 24.5,-17.5
+ pos: 51.5,-8.5
parent: 31
- - uid: 7919
+ - uid: 972
components:
- type: Transform
- pos: 25.5,-17.5
+ pos: -35.5,37.5
parent: 31
- - uid: 7920
+ - uid: 974
components:
- type: Transform
- pos: 26.5,-17.5
+ pos: -2.5,21.5
parent: 31
- - uid: 7921
+ - uid: 1063
components:
- type: Transform
- pos: 26.5,-16.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-14.5
parent: 31
- - uid: 7922
+ - uid: 1153
components:
- type: Transform
- pos: 26.5,-15.5
+ pos: -0.5,21.5
parent: 31
- - uid: 7923
+ - uid: 1388
components:
- type: Transform
- pos: 26.5,-14.5
+ pos: 32.5,27.5
parent: 31
- - uid: 7924
+ - uid: 1427
components:
- type: Transform
- pos: 26.5,-13.5
+ pos: -1.5,-10.5
parent: 31
- - uid: 7926
+ - uid: 1432
components:
- type: Transform
- pos: 38.5,-6.5
+ pos: -0.5,-10.5
parent: 31
- - uid: 7927
+ - uid: 1437
components:
- type: Transform
- pos: 38.5,-7.5
+ pos: -8.5,-10.5
parent: 31
- - uid: 7928
+ - uid: 1438
components:
- type: Transform
- pos: 37.5,-7.5
+ pos: -5.5,-10.5
parent: 31
- - uid: 7929
+ - uid: 1440
components:
- type: Transform
- pos: 36.5,-7.5
+ pos: -3.5,-10.5
parent: 31
- - uid: 7930
+ - uid: 1483
components:
- type: Transform
- pos: 34.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 48.5,7.5
parent: 31
- - uid: 7931
+ - uid: 1492
components:
- type: Transform
- pos: 35.5,-7.5
+ pos: 6.5,14.5
parent: 31
- - uid: 7932
+ - uid: 1552
components:
- type: Transform
- pos: 33.5,-7.5
+ pos: -9.5,-8.5
parent: 31
- - uid: 7933
+ - uid: 1624
components:
- type: Transform
- pos: 32.5,-7.5
+ pos: 43.5,-4.5
parent: 31
- - uid: 7934
+ - uid: 1662
components:
- type: Transform
- pos: 31.5,-7.5
+ pos: 27.5,-8.5
parent: 31
- - uid: 7935
+ - uid: 1684
components:
- type: Transform
- pos: 30.5,-7.5
+ pos: -22.5,-29.5
parent: 31
- - uid: 7936
+ - uid: 1711
components:
- type: Transform
- pos: 29.5,-7.5
+ pos: 27.5,-12.5
parent: 31
- - uid: 7937
+ - uid: 2146
components:
- type: Transform
- pos: 28.5,-7.5
+ pos: 43.5,-3.5
parent: 31
- - uid: 7938
+ - uid: 2157
components:
- type: Transform
- pos: 27.5,-7.5
+ pos: 12.5,14.5
parent: 31
- - uid: 7939
+ - uid: 2158
components:
- type: Transform
- pos: 26.5,-7.5
+ pos: 12.5,18.5
parent: 31
- - uid: 7951
+ - uid: 2329
components:
- type: Transform
- pos: 23.5,-13.5
+ pos: 27.5,-13.5
parent: 31
- - uid: 7974
+ - uid: 2866
components:
- type: Transform
- pos: 24.5,-2.5
+ pos: 22.5,-19.5
parent: 31
- - uid: 7975
+ - uid: 3110
components:
- type: Transform
- pos: 23.5,-2.5
+ pos: 59.5,12.5
parent: 31
- - uid: 7976
+ - uid: 3279
components:
- type: Transform
- pos: 22.5,-2.5
+ pos: 43.5,-2.5
parent: 31
- - uid: 7978
+ - uid: 3412
components:
- type: Transform
- pos: 21.5,-1.5
+ pos: -19.5,-31.5
parent: 31
- - uid: 7979
+ - uid: 3414
components:
- type: Transform
- pos: 21.5,-0.5
+ pos: -19.5,-30.5
parent: 31
- - uid: 7980
+ - uid: 3656
components:
- type: Transform
- pos: 21.5,0.5
+ pos: 55.5,7.5
parent: 31
- - uid: 7981
+ - uid: 3725
components:
- type: Transform
- pos: 21.5,1.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,-38.5
parent: 31
- - uid: 8043
+ - uid: 3750
components:
- type: Transform
- pos: 20.5,-27.5
+ pos: -37.5,37.5
parent: 31
- - uid: 8076
+ - uid: 3751
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,14.5
+ pos: -35.5,33.5
parent: 31
- - uid: 8119
+ - uid: 3752
components:
- type: Transform
- pos: 56.5,-10.5
+ pos: -34.5,37.5
parent: 31
- - uid: 8139
+ - uid: 3808
components:
- type: Transform
- pos: 47.5,-8.5
+ pos: -30.5,37.5
parent: 31
- - uid: 8151
+ - uid: 3821
components:
- type: Transform
- pos: 56.5,7.5
+ pos: -32.5,33.5
parent: 31
- - uid: 8507
+ - uid: 3823
components:
- type: Transform
- pos: -25.5,-29.5
+ pos: -29.5,37.5
parent: 31
- - uid: 8510
+ - uid: 3824
components:
- type: Transform
- pos: -24.5,-29.5
+ pos: -36.5,37.5
parent: 31
- - uid: 8655
+ - uid: 3829
components:
- type: Transform
- pos: -38.5,-28.5
+ pos: -37.5,33.5
parent: 31
- - uid: 8656
+ - uid: 3862
components:
- type: Transform
- pos: -39.5,-28.5
+ pos: -36.5,33.5
parent: 31
- - uid: 8657
+ - uid: 3958
components:
- type: Transform
- pos: -40.5,-28.5
+ pos: 16.5,20.5
parent: 31
- - uid: 8658
+ - uid: 4218
components:
- type: Transform
- pos: -41.5,-28.5
+ pos: -34.5,33.5
parent: 31
- - uid: 8659
+ - uid: 4219
components:
- type: Transform
- pos: -42.5,-28.5
+ rot: 3.141592653589793 rad
+ pos: 7.5,-38.5
parent: 31
- - uid: 8660
+ - uid: 4220
components:
- type: Transform
- pos: -32.5,-38.5
+ pos: -31.5,33.5
parent: 31
- - uid: 8661
+ - uid: 4226
components:
- type: Transform
- pos: -32.5,-37.5
+ pos: -30.5,33.5
parent: 31
- - uid: 8662
+ - uid: 4227
components:
- type: Transform
- pos: -32.5,-36.5
+ pos: -31.5,37.5
parent: 31
- - uid: 8663
+ - uid: 4339
components:
- type: Transform
- pos: -32.5,-35.5
+ pos: -32.5,37.5
parent: 31
- - uid: 8664
+ - uid: 4397
components:
- type: Transform
- pos: -32.5,-34.5
+ pos: 53.5,-10.5
parent: 31
- - uid: 8751
+ - uid: 4409
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-28.5
+ pos: 51.5,-10.5
parent: 31
- - uid: 8754
+ - uid: 4420
components:
- type: Transform
- pos: -29.5,-26.5
+ pos: 52.5,-8.5
parent: 31
- - uid: 8909
+ - uid: 4437
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,25.5
+ pos: 50.5,-7.5
parent: 31
- - uid: 9007
+ - uid: 4438
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-27.5
+ pos: 50.5,-8.5
parent: 31
- - uid: 9009
+ - uid: 4514
components:
- type: Transform
- pos: -30.5,-26.5
+ pos: 27.5,-11.5
parent: 31
- - uid: 9010
+ - uid: 4530
components:
- type: Transform
- pos: -29.5,-27.5
+ pos: 47.5,-9.5
parent: 31
- - uid: 9060
+ - uid: 4537
components:
- type: Transform
- pos: 16.5,21.5
+ pos: 48.5,-8.5
parent: 31
- - uid: 9061
+ - uid: 4564
components:
- type: Transform
- pos: 53.5,6.5
+ pos: 30.5,-31.5
parent: 31
- - uid: 9062
+ - uid: 5017
components:
- type: Transform
- pos: 53.5,7.5
+ pos: -32.5,-43.5
parent: 31
- - uid: 9088
+ - uid: 5018
components:
- type: Transform
- pos: -29.5,-28.5
+ pos: -32.5,-44.5
parent: 31
- - uid: 9252
+ - uid: 5019
components:
- type: Transform
- pos: -29.5,-29.5
+ pos: -32.5,-42.5
parent: 31
- - uid: 9263
+ - uid: 5020
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,36.5
+ pos: -32.5,-41.5
parent: 31
- - uid: 9264
+ - uid: 5021
components:
- type: Transform
- pos: -28.5,-29.5
+ pos: -32.5,-40.5
parent: 31
- - uid: 9269
+ - uid: 5022
components:
- type: Transform
- pos: -23.5,-29.5
+ pos: -32.5,-39.5
parent: 31
- - uid: 9277
+ - uid: 5024
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-19.5
+ pos: -32.5,-46.5
parent: 31
- - uid: 9280
+ - uid: 5037
components:
- type: Transform
- pos: -1.5,-31.5
+ pos: -32.5,-45.5
parent: 31
- - uid: 9281
+ - uid: 5038
components:
- type: Transform
- pos: -0.5,-31.5
+ pos: 34.5,-39.5
parent: 31
- - uid: 9285
+ - uid: 5039
components:
- type: Transform
- pos: 0.5,-31.5
+ pos: 34.5,-40.5
parent: 31
- - uid: 9375
+ - uid: 5040
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 53.5,5.5
+ pos: 34.5,-32.5
parent: 31
- - uid: 9451
+ - uid: 5042
components:
- type: Transform
- pos: -22.5,-32.5
+ pos: 34.5,-31.5
parent: 31
- - uid: 9452
+ - uid: 5043
components:
- type: Transform
- pos: -23.5,-32.5
+ pos: 34.5,-43.5
parent: 31
- - uid: 9543
+ - uid: 5055
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 64.5,13.5
+ pos: 34.5,-35.5
parent: 31
- - uid: 9546
+ - uid: 5058
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 65.5,13.5
+ pos: 49.5,-8.5
parent: 31
- - uid: 9547
+ - uid: 5091
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,13.5
+ pos: 33.5,-31.5
parent: 31
- - uid: 9548
+ - uid: 5130
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,13.5
+ pos: 34.5,-36.5
parent: 31
- - uid: 9556
+ - uid: 5161
components:
- type: Transform
- pos: 59.5,13.5
+ pos: 34.5,-37.5
parent: 31
- - uid: 9597
+ - uid: 5162
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,25.5
+ pos: 34.5,-38.5
parent: 31
- - uid: 9706
+ - uid: 5163
components:
- type: Transform
- pos: 55.5,6.5
+ pos: 34.5,-44.5
parent: 31
- - uid: 9728
+ - uid: 5166
components:
- type: Transform
- pos: 53.5,-0.5
+ pos: 34.5,-42.5
parent: 31
- - uid: 9763
+ - uid: 5167
components:
- type: Transform
- pos: -17.5,-35.5
+ pos: 34.5,-33.5
parent: 31
- - uid: 9764
+ - uid: 5171
components:
- type: Transform
- pos: -16.5,-35.5
+ pos: -33.5,32.5
parent: 31
- - uid: 9766
+ - uid: 5172
components:
- type: Transform
- pos: -15.5,-35.5
+ pos: -32.5,41.5
parent: 31
- - uid: 9767
+ - uid: 5173
components:
- type: Transform
- pos: -14.5,-35.5
+ pos: -37.5,41.5
parent: 31
- - uid: 9768
+ - uid: 5175
components:
- type: Transform
- pos: -18.5,-35.5
+ pos: -33.5,30.5
parent: 31
- - uid: 9770
+ - uid: 5181
components:
- type: Transform
- pos: -3.5,-38.5
+ pos: -33.5,37.5
parent: 31
- - uid: 9771
+ - uid: 5182
components:
- type: Transform
- pos: -2.5,-38.5
+ pos: -33.5,38.5
parent: 31
- - uid: 9772
+ - uid: 5183
components:
- type: Transform
- pos: -1.5,-38.5
+ pos: -33.5,39.5
parent: 31
- - uid: 9773
+ - uid: 5192
components:
- type: Transform
- pos: -0.5,-38.5
+ pos: -33.5,27.5
parent: 31
- - uid: 9774
+ - uid: 5220
components:
- type: Transform
- pos: 0.5,-38.5
+ pos: -33.5,28.5
parent: 31
- - uid: 9775
+ - uid: 5246
components:
- type: Transform
- pos: 1.5,-38.5
+ pos: 27.5,-31.5
parent: 31
- - uid: 9776
+ - uid: 5247
components:
- type: Transform
- pos: 2.5,-38.5
+ pos: 28.5,-31.5
parent: 31
- - uid: 9777
+ - uid: 5249
components:
- type: Transform
- pos: -4.5,-38.5
+ pos: 25.5,-31.5
parent: 31
- - uid: 9778
+ - uid: 5268
components:
- type: Transform
- pos: 8.5,-32.5
+ pos: -31.5,41.5
parent: 31
- - uid: 9779
+ - uid: 5269
components:
- type: Transform
- pos: 8.5,-33.5
+ pos: -33.5,33.5
parent: 31
- - uid: 9780
+ - uid: 5270
components:
- type: Transform
- pos: 8.5,-34.5
+ pos: -33.5,25.5
parent: 31
- - uid: 9781
+ - uid: 5272
components:
- type: Transform
- pos: 8.5,-35.5
+ pos: -33.5,40.5
parent: 31
- - uid: 9784
+ - uid: 5273
components:
- type: Transform
- pos: 5.5,-38.5
+ pos: -33.5,41.5
parent: 31
- - uid: 9785
+ - uid: 5274
components:
- type: Transform
- pos: 6.5,-38.5
+ pos: 18.5,-31.5
parent: 31
- - uid: 9954
+ - uid: 5275
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -33.5,-21.5
+ pos: -33.5,42.5
parent: 31
- - uid: 10011
+ - uid: 5276
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-16.5
+ pos: 26.5,-31.5
parent: 31
- - uid: 10231
+ - uid: 5277
components:
- type: Transform
- pos: 50.5,-9.5
+ pos: -36.5,41.5
parent: 31
- - uid: 10253
+ - uid: 5278
components:
- type: Transform
- pos: 52.5,-1.5
+ pos: -35.5,41.5
parent: 31
- - uid: 10254
+ - uid: 5279
components:
- type: Transform
- pos: 52.5,-0.5
+ pos: -34.5,41.5
parent: 31
- - uid: 10277
+ - uid: 5280
components:
- type: Transform
- pos: -30.5,-14.5
+ pos: 24.5,-31.5
parent: 31
- - uid: 10278
+ - uid: 5281
components:
- type: Transform
- pos: -30.5,-15.5
+ pos: 19.5,-31.5
parent: 31
- - uid: 10279
+ - uid: 5282
components:
- type: Transform
- pos: -30.5,-16.5
+ pos: 20.5,-31.5
parent: 31
- - uid: 10503
+ - uid: 5283
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,37.5
+ pos: -33.5,36.5
parent: 31
- - uid: 10504
+ - uid: 5284
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,36.5
+ pos: -33.5,35.5
parent: 31
- - uid: 10505
+ - uid: 5307
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 36.5,36.5
+ pos: -33.5,34.5
parent: 31
- - uid: 10506
+ - uid: 5309
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 36.5,35.5
+ pos: 32.5,-31.5
parent: 31
- - uid: 10507
+ - uid: 5311
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 36.5,34.5
+ rot: 1.5707963267948966 rad
+ pos: 46.5,7.5
parent: 31
- - uid: 10508
+ - uid: 5730
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 32.5,36.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-20.5
parent: 31
- - uid: 10509
+ - uid: 5940
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 32.5,35.5
+ pos: 31.5,26.5
parent: 31
- - uid: 10510
+ - uid: 6020
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 32.5,34.5
+ pos: 31.5,-31.5
parent: 31
- - uid: 10511
+ - uid: 6293
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,34.5
+ pos: 53.5,-7.5
parent: 31
- - uid: 10512
+ - uid: 6356
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,34.5
+ pos: 34.5,-45.5
parent: 31
- - uid: 10513
+ - uid: 6370
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,34.5
+ pos: 15.5,-28.5
parent: 31
- - uid: 10514
+ - uid: 6386
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,33.5
+ rot: 1.5707963267948966 rad
+ pos: 47.5,7.5
parent: 31
- - uid: 10515
+ - uid: 6412
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,32.5
+ pos: 15.5,-29.5
parent: 31
- - uid: 10516
+ - uid: 6470
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,31.5
+ pos: 34.5,-41.5
parent: 31
- - uid: 10517
+ - uid: 6523
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,30.5
+ pos: 31.5,25.5
parent: 31
- - uid: 10519
+ - uid: 6609
components:
- type: Transform
- pos: 31.5,19.5
+ pos: 30.5,20.5
parent: 31
- - uid: 10653
+ - uid: 6648
components:
- type: Transform
- pos: 45.5,-11.5
+ pos: -27.5,24.5
parent: 31
- - uid: 10654
+ - uid: 6649
components:
- type: Transform
- pos: 45.5,-10.5
+ pos: -28.5,24.5
parent: 31
- - uid: 10655
+ - uid: 6650
components:
- type: Transform
- pos: 45.5,-9.5
+ pos: -29.5,24.5
parent: 31
- - uid: 10656
+ - uid: 6651
components:
- type: Transform
- pos: 45.5,-8.5
+ pos: -30.5,24.5
parent: 31
- - uid: 10657
+ - uid: 6652
components:
- type: Transform
- pos: 45.5,-7.5
+ pos: -31.5,24.5
parent: 31
- - uid: 10711
+ - uid: 6653
components:
- type: Transform
- pos: 31.5,27.5
+ pos: -32.5,24.5
parent: 31
- - uid: 10799
+ - uid: 6676
components:
- type: Transform
- pos: 25.5,-13.5
+ pos: 34.5,-34.5
parent: 31
- - uid: 10883
+ - uid: 6698
components:
- type: Transform
- pos: 47.5,-10.5
+ pos: 22.5,-31.5
parent: 31
- - uid: 10884
+ - uid: 6699
components:
- type: Transform
- pos: 48.5,-10.5
+ pos: 23.5,-31.5
parent: 31
- - uid: 10885
+ - uid: 6701
components:
- type: Transform
- pos: 49.5,-10.5
+ pos: 21.5,-31.5
parent: 31
- - uid: 10886
+ - uid: 6706
components:
- type: Transform
- pos: 50.5,-10.5
+ pos: 29.5,-31.5
parent: 31
- - uid: 10888
+ - uid: 6861
components:
- type: Transform
- pos: 50.5,-11.5
+ pos: 31.5,22.5
parent: 31
- - uid: 10891
+ - uid: 6884
components:
- type: Transform
- pos: 56.5,-8.5
+ pos: 60.5,12.5
parent: 31
- - uid: 10893
+ - uid: 6908
components:
- type: Transform
- pos: 55.5,-9.5
+ pos: 31.5,20.5
parent: 31
- - uid: 11018
+ - uid: 7045
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,25.5
+ pos: 42.5,-4.5
parent: 31
- - uid: 11019
+ - uid: 7116
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,25.5
+ pos: 55.5,-10.5
parent: 31
- - uid: 11020
+ - uid: 7163
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,13.5
parent: 31
- - uid: 11021
+ - uid: 7176
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,23.5
+ pos: 31.5,21.5
parent: 31
- - uid: 11022
+ - uid: 7234
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,22.5
+ pos: 12.5,15.5
parent: 31
- - uid: 11023
+ - uid: 7235
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,21.5
+ pos: 7.5,14.5
parent: 31
- - uid: 11081
+ - uid: 7236
components:
- type: Transform
- pos: 53.5,19.5
+ pos: 12.5,17.5
parent: 31
- - uid: 11083
+ - uid: 7237
components:
- type: Transform
- pos: 54.5,19.5
+ pos: 10.5,14.5
parent: 31
- - uid: 11085
+ - uid: 7238
components:
- type: Transform
- pos: 53.5,10.5
+ pos: 8.5,14.5
parent: 31
- - uid: 11086
+ - uid: 7239
components:
- type: Transform
- pos: 53.5,11.5
+ pos: 12.5,16.5
parent: 31
- - uid: 11087
+ - uid: 7240
components:
- type: Transform
- pos: 53.5,12.5
+ pos: 9.5,14.5
parent: 31
- - uid: 11099
+ - uid: 7241
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,13.5
+ pos: 12.5,19.5
parent: 31
- - uid: 11100
+ - uid: 7494
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 56.5,13.5
+ pos: 15.5,-27.5
parent: 31
- - uid: 11102
+ - uid: 7495
components:
- type: Transform
- pos: 26.5,-3.5
+ pos: 14.5,-31.5
parent: 31
- - uid: 11103
+ - uid: 7499
components:
- type: Transform
- pos: 26.5,-4.5
+ pos: -9.5,-12.5
parent: 31
- - uid: 11104
+ - uid: 7500
components:
- type: Transform
- pos: 26.5,-5.5
+ pos: -9.5,-11.5
parent: 31
- - uid: 11105
+ - uid: 7510
components:
- type: Transform
- pos: 26.5,-2.5
+ pos: -26.5,-11.5
parent: 31
- - uid: 11140
+ - uid: 7511
components:
- type: Transform
- pos: 61.5,12.5
+ pos: -27.5,-11.5
parent: 31
- - uid: 11249
+ - uid: 7512
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,7.5
+ pos: -28.5,-11.5
parent: 31
- - uid: 11834
+ - uid: 7513
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,13.5
+ pos: -29.5,-11.5
parent: 31
- - uid: 11835
+ - uid: 7514
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 68.5,13.5
+ pos: -31.5,-11.5
parent: 31
- - uid: 11836
+ - uid: 7515
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 63.5,13.5
+ pos: -30.5,-11.5
parent: 31
- - uid: 11837
+ - uid: 7516
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 62.5,13.5
+ pos: -32.5,-11.5
parent: 31
- - uid: 11838
+ - uid: 7517
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 72.5,13.5
+ pos: -33.5,-11.5
parent: 31
- - uid: 11839
+ - uid: 7520
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 74.5,13.5
+ pos: -33.5,0.5
parent: 31
- - uid: 11840
+ - uid: 7521
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 75.5,13.5
+ pos: -33.5,-0.5
parent: 31
- - uid: 11979
+ - uid: 7522
components:
- type: Transform
- pos: 75.5,10.5
+ pos: -33.5,-1.5
parent: 31
- - uid: 11980
+ - uid: 7523
components:
- type: Transform
- pos: 75.5,9.5
+ pos: -33.5,-10.5
parent: 31
- - uid: 11981
+ - uid: 7524
components:
- type: Transform
- pos: 75.5,8.5
+ pos: -33.5,-8.5
parent: 31
- - uid: 11982
+ - uid: 7525
components:
- type: Transform
- pos: 76.5,8.5
+ pos: -33.5,-7.5
parent: 31
- - uid: 11983
+ - uid: 7526
components:
- type: Transform
- pos: 74.5,8.5
+ pos: -33.5,-6.5
parent: 31
- - uid: 11984
+ - uid: 7527
components:
- type: Transform
- pos: 73.5,8.5
+ pos: -33.5,-5.5
parent: 31
- - uid: 11985
+ - uid: 7528
components:
- type: Transform
- pos: 76.5,3.5
+ pos: -33.5,-4.5
parent: 31
- - uid: 11986
+ - uid: 7529
components:
- type: Transform
- pos: 75.5,3.5
+ pos: -33.5,-3.5
parent: 31
- - uid: 11987
+ - uid: 7530
components:
- type: Transform
- pos: 74.5,3.5
+ pos: -33.5,-2.5
parent: 31
- - uid: 11988
+ - uid: 7582
components:
- type: Transform
- pos: 73.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,15.5
parent: 31
- - uid: 11989
+ - uid: 7609
components:
- type: Transform
- pos: 72.5,3.5
+ pos: -32.5,8.5
parent: 31
- - uid: 11990
+ - uid: 7610
components:
- type: Transform
- pos: 72.5,4.5
+ pos: -32.5,9.5
parent: 31
- - uid: 11991
+ - uid: 7611
components:
- type: Transform
- pos: 72.5,2.5
+ pos: -32.5,10.5
parent: 31
- - uid: 11992
+ - uid: 7612
components:
- type: Transform
- pos: 72.5,1.5
+ pos: -32.5,11.5
parent: 31
- - uid: 11993
+ - uid: 7613
components:
- type: Transform
- pos: 72.5,0.5
+ pos: -32.5,12.5
parent: 31
- - uid: 11994
+ - uid: 7614
components:
- type: Transform
- pos: 71.5,0.5
+ pos: -32.5,13.5
parent: 31
- - uid: 11995
+ - uid: 7616
components:
- type: Transform
- pos: 71.5,-0.5
+ pos: -31.5,14.5
parent: 31
- - uid: 11996
+ - uid: 7617
components:
- type: Transform
- pos: 70.5,-0.5
+ pos: -30.5,14.5
parent: 31
- - uid: 11997
+ - uid: 7618
components:
- type: Transform
- pos: 70.5,-1.5
+ pos: -29.5,14.5
parent: 31
- - uid: 11998
+ - uid: 7619
components:
- type: Transform
- pos: 73.5,1.5
+ pos: -28.5,14.5
parent: 31
- - uid: 11999
+ - uid: 7620
components:
- type: Transform
- pos: 73.5,2.5
+ pos: -27.5,14.5
parent: 31
- - uid: 12000
+ - uid: 7621
components:
- type: Transform
- pos: 74.5,2.5
+ pos: -26.5,14.5
parent: 31
- - uid: 12001
+ - uid: 7622
components:
- type: Transform
- pos: 77.5,13.5
+ pos: -25.5,14.5
parent: 31
- - uid: 12002
+ - uid: 7623
components:
- type: Transform
- pos: 78.5,11.5
+ pos: -24.5,14.5
parent: 31
- - uid: 12003
+ - uid: 7624
components:
- type: Transform
- pos: 78.5,10.5
+ pos: -23.5,14.5
parent: 31
- - uid: 12004
+ - uid: 7654
components:
- type: Transform
- pos: 79.5,7.5
+ pos: -8.5,25.5
parent: 31
- - uid: 12005
+ - uid: 7655
components:
- type: Transform
- pos: 79.5,5.5
+ pos: -9.5,25.5
parent: 31
- - uid: 12006
+ - uid: 7656
components:
- type: Transform
- pos: 79.5,9.5
+ pos: -11.5,25.5
parent: 31
- - uid: 12007
+ - uid: 7657
components:
- type: Transform
- pos: 79.5,6.5
+ pos: -12.5,25.5
parent: 31
- - uid: 12008
+ - uid: 7658
components:
- type: Transform
- pos: 79.5,4.5
+ pos: -13.5,25.5
parent: 31
- - uid: 12009
+ - uid: 7659
components:
- type: Transform
- pos: 79.5,8.5
+ pos: -14.5,25.5
parent: 31
- - uid: 12010
+ - uid: 7660
components:
- type: Transform
- pos: 79.5,3.5
+ pos: -15.5,25.5
parent: 31
- - uid: 12011
+ - uid: 7661
components:
- type: Transform
- pos: 78.5,1.5
+ pos: -16.5,25.5
parent: 31
- - uid: 12012
+ - uid: 7662
components:
- type: Transform
- pos: 79.5,1.5
+ pos: -17.5,25.5
parent: 31
- - uid: 12013
+ - uid: 7664
components:
- type: Transform
- pos: 77.5,0.5
+ pos: -18.5,18.5
parent: 31
- - uid: 12014
+ - uid: 7665
components:
- type: Transform
- pos: 75.5,-1.5
+ pos: -18.5,19.5
parent: 31
- - uid: 12015
+ - uid: 7666
components:
- type: Transform
- pos: 73.5,-3.5
+ pos: -18.5,20.5
parent: 31
- - uid: 12016
+ - uid: 7667
components:
- type: Transform
- pos: 72.5,-4.5
+ pos: -18.5,21.5
parent: 31
- - uid: 12017
+ - uid: 7668
components:
- type: Transform
- pos: 72.5,-5.5
+ pos: -18.5,22.5
parent: 31
- - uid: 12018
+ - uid: 7669
components:
- type: Transform
- pos: 71.5,-5.5
+ pos: -18.5,23.5
parent: 31
- - uid: 12019
+ - uid: 7670
components:
- type: Transform
- pos: 73.5,-4.5
+ pos: -18.5,24.5
parent: 31
- - uid: 12020
+ - uid: 7705
components:
- type: Transform
- pos: 69.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-26.5
parent: 31
- - uid: 12021
+ - uid: 7706
components:
- type: Transform
- pos: 67.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,17.5
parent: 31
- - uid: 12022
+ - uid: 7708
components:
- type: Transform
- pos: 68.5,-6.5
+ pos: -27.5,-29.5
parent: 31
- - uid: 12023
+ - uid: 7723
components:
- type: Transform
- pos: 66.5,-6.5
+ pos: -26.5,-29.5
parent: 31
- - uid: 12024
+ - uid: 7779
components:
- type: Transform
- pos: 65.5,-6.5
+ pos: 14.5,-25.5
parent: 31
- - uid: 12025
+ - uid: 7874
components:
- type: Transform
- pos: 62.5,-6.5
+ pos: 7.5,-20.5
parent: 31
- - uid: 12026
+ - uid: 7875
components:
- type: Transform
- pos: 64.5,-6.5
+ pos: 9.5,-20.5
parent: 31
- - uid: 12027
+ - uid: 7876
components:
- type: Transform
- pos: 63.5,-6.5
+ pos: 8.5,-20.5
parent: 31
- - uid: 12028
+ - uid: 7877
components:
- type: Transform
- pos: 62.5,-7.5
+ pos: 10.5,-20.5
parent: 31
-- proto: Cautery
- entities:
- - uid: 3040
+ - uid: 7878
components:
- type: Transform
- pos: 19.023205,-18.200846
+ pos: 11.5,-20.5
parent: 31
-- proto: Chair
- entities:
- - uid: 423
+ - uid: 7879
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 16.5,15.5
+ pos: 12.5,-20.5
parent: 31
- - uid: 424
+ - uid: 7880
components:
- type: Transform
- pos: 16.5,17.5
+ pos: 14.5,-20.5
parent: 31
- - uid: 629
+ - uid: 7881
components:
- type: Transform
- pos: 45.5,-1.5
+ pos: 14.5,-21.5
parent: 31
- - uid: 654
+ - uid: 7882
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,-0.5
+ pos: 14.5,-22.5
parent: 31
- - uid: 896
+ - uid: 7883
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 45.5,-3.5
+ pos: 14.5,-23.5
parent: 31
- - uid: 2003
+ - uid: 7884
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,14.5
+ pos: 14.5,-24.5
parent: 31
- - uid: 2047
+ - uid: 7885
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,13.5
+ pos: 15.5,-25.5
parent: 31
- - uid: 2051
+ - uid: 7886
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,12.5
+ pos: 17.5,-25.5
parent: 31
- - uid: 3379
+ - uid: 7887
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-13.5
+ pos: 16.5,-25.5
parent: 31
- - uid: 3908
+ - uid: 7888
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 50.5,-30.5
+ pos: 18.5,-25.5
parent: 31
- - uid: 3961
+ - uid: 7889
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-12.5
+ pos: 19.5,-25.5
parent: 31
- - uid: 4192
+ - uid: 7890
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,24.5
+ pos: 20.5,-25.5
parent: 31
- - uid: 4291
+ - uid: 7891
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 33.5,-3.5
+ pos: 21.5,-25.5
parent: 31
- - uid: 4380
+ - uid: 7892
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 35.5,-12.5
+ pos: 22.5,-25.5
parent: 31
- - uid: 4709
+ - uid: 7893
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -17.5,-17.5
+ pos: 22.5,-24.5
parent: 31
- - uid: 4714
+ - uid: 7894
components:
- type: Transform
- pos: -24.5,-4.5
+ pos: 22.5,-23.5
parent: 31
- - uid: 4715
+ - uid: 7915
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-7.5
+ pos: 22.5,-18.5
parent: 31
- - uid: 5004
+ - uid: 7916
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-2.5
+ pos: 22.5,-17.5
parent: 31
- - uid: 6258
+ - uid: 7917
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,-3.5
+ pos: 23.5,-17.5
parent: 31
- - uid: 6259
+ - uid: 7918
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,-2.5
+ pos: 24.5,-17.5
parent: 31
- - uid: 6261
+ - uid: 7919
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 33.5,-2.5
+ pos: 25.5,-17.5
parent: 31
- - uid: 6617
+ - uid: 7920
components:
- type: Transform
- pos: 22.5,-16.5
+ pos: 26.5,-17.5
parent: 31
- - uid: 7027
+ - uid: 7921
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 35.5,-14.5
+ pos: 26.5,-16.5
parent: 31
- - uid: 7286
+ - uid: 7922
components:
- type: Transform
- pos: 10.5,1.5
+ pos: 26.5,-15.5
parent: 31
- - uid: 7287
+ - uid: 7923
components:
- type: Transform
- pos: 9.5,1.5
+ pos: 26.5,-14.5
parent: 31
- - uid: 7288
+ - uid: 7924
components:
- type: Transform
- pos: 8.5,1.5
+ pos: 26.5,-13.5
parent: 31
- - uid: 7341
+ - uid: 7926
components:
- type: Transform
- pos: -18.5,-4.5
+ pos: 38.5,-6.5
parent: 31
- - uid: 7365
+ - uid: 7927
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 48.5,-30.5
+ pos: 38.5,-7.5
parent: 31
- - uid: 7477
+ - uid: 7928
components:
- type: Transform
- pos: -0.5,14.5
+ pos: 37.5,-7.5
parent: 31
- - uid: 7627
+ - uid: 7929
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,17.5
+ pos: 36.5,-7.5
parent: 31
- - uid: 7646
+ - uid: 7930
components:
- type: Transform
- pos: -28.5,-7.5
+ pos: 34.5,-7.5
parent: 31
- - uid: 7774
+ - uid: 7931
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,19.5
+ pos: 35.5,-7.5
parent: 31
- - uid: 7775
+ - uid: 7932
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,18.5
+ pos: 33.5,-7.5
parent: 31
- - uid: 7841
+ - uid: 7933
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -15.5,24.5
+ pos: 32.5,-7.5
parent: 31
- - uid: 7842
+ - uid: 7934
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -14.5,24.5
+ pos: 31.5,-7.5
parent: 31
- - uid: 7960
+ - uid: 7935
components:
- type: Transform
- pos: 27.5,6.5
+ pos: 30.5,-7.5
parent: 31
- - uid: 8283
+ - uid: 7936
components:
- type: Transform
- pos: 50.5,-18.5
+ pos: 29.5,-7.5
parent: 31
- - uid: 8284
+ - uid: 7937
components:
- type: Transform
- pos: 48.5,-18.5
+ pos: 28.5,-7.5
parent: 31
- - uid: 8285
+ - uid: 7938
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 55.5,-23.5
+ pos: 27.5,-7.5
parent: 31
- - uid: 8286
+ - uid: 7939
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 55.5,-25.5
+ pos: 26.5,-7.5
parent: 31
- - uid: 8290
+ - uid: 7951
components:
- type: Transform
- pos: 37.5,-23.5
+ pos: 23.5,-13.5
parent: 31
- - uid: 8291
+ - uid: 7974
components:
- type: Transform
- pos: 35.5,-23.5
+ pos: 24.5,-2.5
parent: 31
- - uid: 8299
+ - uid: 7975
components:
- type: Transform
- pos: 36.5,-23.5
+ pos: 23.5,-2.5
parent: 31
- - uid: 8812
+ - uid: 7976
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -1.5,29.5
+ pos: 22.5,-2.5
parent: 31
- - uid: 8869
+ - uid: 7978
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 16.5,6.5
+ pos: 21.5,-1.5
parent: 31
- - uid: 8870
+ - uid: 7979
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 16.5,7.5
+ pos: 21.5,-0.5
parent: 31
- - uid: 8938
+ - uid: 7980
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,-15.5
+ pos: 21.5,0.5
parent: 31
- - uid: 8939
+ - uid: 7981
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,-14.5
+ pos: 21.5,1.5
parent: 31
- - uid: 8952
+ - uid: 8076
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,8.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,14.5
parent: 31
- - uid: 9239
+ - uid: 8119
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,4.5
+ pos: 56.5,-10.5
parent: 31
- - uid: 9240
+ - uid: 8139
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,5.5
+ pos: 47.5,-8.5
parent: 31
- - uid: 9241
+ - uid: 8151
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,6.5
+ pos: 56.5,7.5
parent: 31
- - uid: 9242
+ - uid: 8507
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -38.5,4.5
+ pos: -25.5,-29.5
parent: 31
- - uid: 9243
+ - uid: 8510
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -38.5,5.5
+ pos: -24.5,-29.5
parent: 31
- - uid: 9244
+ - uid: 8655
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -38.5,6.5
+ pos: -38.5,-28.5
parent: 31
- - uid: 9245
+ - uid: 8656
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -37.5,4.5
+ pos: -39.5,-28.5
parent: 31
- - uid: 9246
+ - uid: 8657
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -37.5,5.5
+ pos: -40.5,-28.5
parent: 31
- - uid: 9247
+ - uid: 8658
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -37.5,6.5
+ pos: -41.5,-28.5
parent: 31
- - uid: 9336
+ - uid: 8659
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,0.5
+ pos: -42.5,-28.5
parent: 31
- - uid: 9337
+ - uid: 8660
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,1.5
+ pos: -32.5,-38.5
parent: 31
- - uid: 9804
+ - uid: 8661
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,-39.5
+ pos: -32.5,-37.5
parent: 31
- - uid: 10319
+ - uid: 8662
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,-14.5
+ pos: -32.5,-36.5
parent: 31
- - uid: 10320
+ - uid: 8663
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-14.5
+ pos: -32.5,-35.5
parent: 31
- - uid: 10823
+ - uid: 8664
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,15.5
+ pos: -32.5,-34.5
parent: 31
- - uid: 11088
+ - uid: 8751
components:
- type: Transform
- pos: 46.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-28.5
parent: 31
- - uid: 11089
+ - uid: 8754
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 46.5,-3.5
+ pos: -29.5,-26.5
parent: 31
-- proto: ChairCursed
- entities:
- - uid: 11691
+ - uid: 8909
components:
- type: Transform
- pos: 2.5952716,-32.56967
+ rot: -1.5707963267948966 rad
+ pos: -6.5,25.5
parent: 31
- - uid: 11710
+ - uid: 9007
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.3455758,-34.139465
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-27.5
parent: 31
-- proto: ChairFolding
- entities:
- - uid: 1042
+ - uid: 9009
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -9.5,-19.5
+ pos: -30.5,-26.5
parent: 31
- - uid: 2309
+ - uid: 9010
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,-19.5
+ pos: -29.5,-27.5
parent: 31
- - uid: 7079
+ - uid: 9060
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.5,9.5
+ pos: 16.5,21.5
parent: 31
- - uid: 10755
+ - uid: 9061
components:
- type: Transform
- pos: -40.5,-9.5
+ pos: 53.5,6.5
parent: 31
- - uid: 10756
+ - uid: 9062
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -49.5,-9.5
+ pos: 53.5,7.5
parent: 31
- - uid: 10757
+ - uid: 9088
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -46.5,-9.5
+ pos: -29.5,-28.5
parent: 31
- - uid: 10762
+ - uid: 9252
components:
- type: Transform
- pos: -42.5,-9.5
+ pos: -29.5,-29.5
parent: 31
- - uid: 10763
+ - uid: 9264
components:
- type: Transform
- pos: -41.5,-9.5
+ pos: -28.5,-29.5
parent: 31
-- proto: ChairOfficeDark
- entities:
- - uid: 953
+ - uid: 9269
components:
- type: Transform
- pos: 49.5,4.5
+ pos: -23.5,-29.5
parent: 31
- - uid: 961
+ - uid: 9277
components:
- type: Transform
- rot: 1.5707963705062866 rad
- pos: -2.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-19.5
parent: 31
- - uid: 962
+ - uid: 9280
components:
- type: Transform
- rot: 1.5707963705062866 rad
- pos: -2.5,24.5
+ pos: -1.5,-31.5
parent: 31
- - uid: 963
+ - uid: 9281
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -0.5,25.5
+ pos: -0.5,-31.5
parent: 31
- - uid: 964
+ - uid: 9285
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -0.5,24.5
+ pos: 0.5,-31.5
parent: 31
- - uid: 2211
+ - uid: 9375
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 29.5,9.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,5.5
parent: 31
- - uid: 2298
+ - uid: 9451
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,-26.5
+ pos: -22.5,-32.5
parent: 31
- - uid: 2777
+ - uid: 9452
components:
- type: Transform
- pos: -29.5,-1.5
+ pos: -23.5,-32.5
parent: 31
- - uid: 2815
+ - uid: 9543
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: 64.5,13.5
parent: 31
- - uid: 3154
+ - uid: 9546
components:
- type: Transform
- pos: -1.5,26.5
+ rot: 1.5707963267948966 rad
+ pos: 65.5,13.5
parent: 31
- - uid: 3308
+ - uid: 9547
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,13.5
parent: 31
- - uid: 3991
+ - uid: 9548
components:
- type: Transform
- pos: -1.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,13.5
parent: 31
- - uid: 3994
+ - uid: 9556
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -1.5,23.5
+ pos: 59.5,13.5
parent: 31
- - uid: 4150
+ - uid: 9597
components:
- type: Transform
- pos: -10.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,25.5
parent: 31
- - uid: 4179
+ - uid: 9706
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,12.5
+ pos: 55.5,6.5
parent: 31
- - uid: 4186
+ - uid: 9728
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 1.5,31.5
+ pos: 53.5,-0.5
parent: 31
- - uid: 4191
+ - uid: 9763
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,31.5
+ pos: -17.5,-35.5
parent: 31
- - uid: 4268
+ - uid: 9764
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 21.5,-10.5
+ pos: -16.5,-35.5
parent: 31
- - uid: 4738
+ - uid: 9766
components:
- type: Transform
- pos: 15.5,9.5
+ pos: -15.5,-35.5
parent: 31
- - uid: 4785
+ - uid: 9767
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 9.5,-29.5
+ pos: -14.5,-35.5
parent: 31
- - uid: 4902
+ - uid: 9768
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,12.5
+ pos: -18.5,-35.5
parent: 31
- - uid: 6017
+ - uid: 9770
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,-4.5
+ pos: -3.5,-38.5
parent: 31
- - uid: 6959
+ - uid: 9771
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-7.5
+ pos: -2.5,-38.5
parent: 31
- - uid: 7153
+ - uid: 9772
components:
- type: Transform
- pos: 7.5,20.5
+ pos: -1.5,-38.5
parent: 31
- - uid: 7294
+ - uid: 9773
components:
- type: Transform
- pos: 9.5,-27.5
+ pos: -0.5,-38.5
parent: 31
- - uid: 7364
+ - uid: 9774
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,9.5
+ pos: 0.5,-38.5
parent: 31
- - uid: 8211
+ - uid: 9775
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,-31.5
+ pos: 1.5,-38.5
parent: 31
- - uid: 8695
+ - uid: 9776
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -36.5,-25.5
+ pos: 2.5,-38.5
parent: 31
- - uid: 8701
+ - uid: 9777
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,-25.5
+ pos: -4.5,-38.5
parent: 31
- - uid: 8702
+ - uid: 9778
components:
- type: Transform
- pos: -35.5,-23.5
+ pos: 8.5,-32.5
parent: 31
- - uid: 8706
+ - uid: 9779
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,-24.5
+ pos: 8.5,-33.5
parent: 31
- - uid: 8707
+ - uid: 9780
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -36.5,-24.5
+ pos: 8.5,-34.5
parent: 31
- - uid: 8769
+ - uid: 9781
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.5,13.5
+ pos: 8.5,-35.5
parent: 31
- - uid: 8811
+ - uid: 9784
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,29.5
+ pos: 5.5,-38.5
parent: 31
- - uid: 8865
+ - uid: 9785
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 31.5,5.5
+ pos: 6.5,-38.5
parent: 31
- - uid: 8893
+ - uid: 9954
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 41.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -33.5,-21.5
parent: 31
- - uid: 9002
+ - uid: 10011
components:
- type: Transform
- pos: -20.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-16.5
parent: 31
- - uid: 9023
+ - uid: 10231
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 13.5,11.5
+ pos: 50.5,-9.5
parent: 31
- - uid: 9113
+ - uid: 10253
components:
- type: Transform
- pos: 38.5,0.5
+ pos: 52.5,-1.5
parent: 31
- - uid: 9466
+ - uid: 10254
components:
- type: Transform
- pos: -15.5,-38.5
+ pos: 52.5,-0.5
parent: 31
- - uid: 9726
+ - uid: 10277
components:
- type: Transform
- pos: 49.5,-4.5
+ pos: -30.5,-14.5
parent: 31
- - uid: 11711
+ - uid: 10278
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.173701,-33.826965
+ pos: -30.5,-15.5
parent: 31
- - uid: 12051
+ - uid: 10279
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 59.83288,1.5887873
+ pos: -30.5,-16.5
parent: 31
- - uid: 12052
+ - uid: 10519
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 59.879753,3.6512873
+ pos: 31.5,19.5
parent: 31
- - uid: 12053
+ - uid: 10653
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 59.89538,4.588787
+ pos: 45.5,-11.5
parent: 31
-- proto: ChairOfficeLight
- entities:
- - uid: 1383
+ - uid: 10654
components:
- type: Transform
- pos: 15.5,-2.5
+ pos: 45.5,-10.5
parent: 31
- - uid: 2288
+ - uid: 10655
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,-23.5
+ pos: 45.5,-9.5
parent: 31
- - uid: 2829
+ - uid: 10656
components:
- type: Transform
- pos: 15.5,-5.5
+ pos: 45.5,-8.5
parent: 31
- - uid: 4697
+ - uid: 10657
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-8.5
+ pos: 45.5,-7.5
parent: 31
- - uid: 5095
+ - uid: 10711
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,0.5
+ pos: 31.5,27.5
parent: 31
- - uid: 5732
+ - uid: 10799
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.70261,-19.400406
+ pos: 25.5,-13.5
parent: 31
- - uid: 7077
+ - uid: 10883
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-16.5
+ pos: 47.5,-10.5
parent: 31
- - uid: 7272
+ - uid: 10884
components:
- type: Transform
- pos: 0.5,-26.5
+ pos: 48.5,-10.5
parent: 31
- - uid: 7615
+ - uid: 10885
components:
- type: Transform
- pos: 6.5,-10.5
+ pos: 49.5,-10.5
parent: 31
- - uid: 8450
+ - uid: 10886
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -15.452609,-19.181656
+ pos: 50.5,-10.5
parent: 31
- - uid: 9120
+ - uid: 10888
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,-0.5
+ pos: 50.5,-11.5
parent: 31
- - uid: 9294
+ - uid: 10891
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-30.5
+ pos: 56.5,-8.5
parent: 31
- - uid: 10404
+ - uid: 10893
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,-20.5
+ pos: 55.5,-9.5
parent: 31
-- proto: ChairPilotSeat
- entities:
- - uid: 1039
+ - uid: 11018
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,31.5
+ rot: -1.5707963267948966 rad
+ pos: -5.5,25.5
parent: 31
-- proto: ChairRitual
- entities:
- - uid: 9690
+ - uid: 11019
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-41.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,25.5
parent: 31
- - uid: 9691
+ - uid: 11020
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 8.5,-41.5
+ pos: -4.5,24.5
parent: 31
- - uid: 11722
+ - uid: 11021
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -19.373835,-24.217701
+ rot: -1.5707963267948966 rad
+ pos: -4.5,23.5
parent: 31
-- proto: ChairWood
- entities:
- - uid: 1337
+ - uid: 11022
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,22.5
parent: 31
- - uid: 2037
+ - uid: 11023
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,21.5
parent: 31
- - uid: 2038
+ - uid: 11081
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-23.5
+ pos: 53.5,19.5
parent: 31
- - uid: 2039
+ - uid: 11083
components:
- type: Transform
- pos: 11.5,-22.5
+ pos: 54.5,19.5
parent: 31
- - uid: 2391
+ - uid: 11085
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-24.5
+ pos: 53.5,10.5
parent: 31
- - uid: 2405
+ - uid: 11086
components:
- type: Transform
- pos: 10.5,-22.5
+ pos: 53.5,11.5
parent: 31
- - uid: 2440
+ - uid: 11087
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 11.5,-25.5
+ pos: 53.5,12.5
parent: 31
- - uid: 3153
+ - uid: 11099
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 10.5,-25.5
+ pos: 55.5,13.5
parent: 31
- - uid: 3406
+ - uid: 11100
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: 56.5,13.5
parent: 31
- - uid: 4060
+ - uid: 11102
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-1.5
+ pos: 26.5,-3.5
parent: 31
- - uid: 7295
+ - uid: 11103
components:
- type: Transform
- pos: 7.5,-22.5
+ pos: 26.5,-4.5
parent: 31
- - uid: 7299
+ - uid: 11104
components:
- type: Transform
- pos: 4.468987,-25.766485
+ pos: 26.5,-5.5
parent: 31
- - uid: 7575
+ - uid: 11105
components:
- type: Transform
- pos: -2.5,-0.5
+ pos: 26.5,-2.5
parent: 31
- - uid: 7577
+ - uid: 11140
components:
- type: Transform
- pos: -3.5,-0.5
+ pos: 61.5,12.5
parent: 31
- - uid: 8104
+ - uid: 11249
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.531487,-27.172735
+ pos: -32.5,7.5
parent: 31
- - uid: 8424
+ - uid: 11834
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,-2.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,13.5
parent: 31
- - uid: 8434
+ - uid: 11835
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -3.5,-2.5
+ rot: 1.5707963267948966 rad
+ pos: 68.5,13.5
parent: 31
- - uid: 10701
+ - uid: 11836
components:
- type: Transform
- pos: -32.110504,-22.362251
+ rot: 1.5707963267948966 rad
+ pos: 63.5,13.5
parent: 31
- - uid: 10702
+ - uid: 11837
components:
- type: Transform
- pos: -31.46988,-22.018501
+ rot: 1.5707963267948966 rad
+ pos: 62.5,13.5
parent: 31
- - uid: 10703
+ - uid: 11838
components:
- type: Transform
- pos: -32.639442,-22.09787
+ rot: 1.5707963267948966 rad
+ pos: 72.5,13.5
parent: 31
- - uid: 11139
+ - uid: 11839
components:
- type: Transform
- pos: -26.498642,-24.59787
+ rot: 1.5707963267948966 rad
+ pos: 74.5,13.5
parent: 31
- - uid: 11261
+ - uid: 11840
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -26.483017,-26.363495
+ rot: 1.5707963267948966 rad
+ pos: 75.5,13.5
parent: 31
-- proto: CheapRollerBed
- entities:
- - uid: 7252
+ - uid: 11979
components:
- type: Transform
- pos: 24.47556,-5.97663
+ pos: 75.5,10.5
parent: 31
- - uid: 7253
+ - uid: 11980
components:
- type: Transform
- pos: 24.491184,-6.41413
+ pos: 75.5,9.5
parent: 31
-- proto: CheckerBoard
- entities:
- - uid: 10764
+ - uid: 11981
components:
- type: Transform
- pos: -48.183727,-9.500211
+ pos: 75.5,8.5
parent: 31
-- proto: chem_master
- entities:
- - uid: 606
+ - uid: 11982
components:
- type: Transform
- pos: 19.5,-0.5
+ pos: 76.5,8.5
parent: 31
- - uid: 5075
+ - uid: 11983
components:
- type: Transform
- pos: 15.5,1.5
+ pos: 74.5,8.5
parent: 31
-- proto: ChemDispenser
- entities:
- - uid: 5076
+ - uid: 11984
components:
- type: Transform
- pos: 19.5,-1.5
+ pos: 73.5,8.5
parent: 31
- - uid: 5079
+ - uid: 11985
components:
- type: Transform
- pos: 16.5,1.5
+ pos: 76.5,3.5
parent: 31
-- proto: ChemistryHotplate
- entities:
- - uid: 4207
+ - uid: 11986
components:
- type: Transform
- pos: 18.5,1.5
+ pos: 75.5,3.5
parent: 31
-- proto: ChessBoard
- entities:
- - uid: 841
+ - uid: 11987
components:
- type: Transform
- pos: -21.49966,9.580566
+ pos: 74.5,3.5
parent: 31
- - uid: 10815
+ - uid: 11988
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.515862,-26.37586
+ pos: 73.5,3.5
parent: 31
-- proto: Cigarette
- entities:
- - uid: 8903
+ - uid: 11989
components:
- type: Transform
- pos: 31.747108,6.5736575
+ pos: 72.5,3.5
parent: 31
-- proto: CigarGold
- entities:
- - uid: 9753
+ - uid: 11990
components:
- type: Transform
- pos: -15.382986,-39.43112
+ pos: 72.5,4.5
parent: 31
- - uid: 11134
+ - uid: 11991
components:
- type: Transform
- pos: 28.739138,9.837011
+ pos: 72.5,2.5
parent: 31
-- proto: CigarGoldCase
- entities:
- - uid: 1199
+ - uid: 11992
components:
- type: Transform
- pos: -3.728004,16.448915
+ pos: 72.5,1.5
parent: 31
-- proto: CigarSpent
- entities:
- - uid: 11707
+ - uid: 11993
components:
- type: Transform
- pos: 3.6758833,-33.400673
+ pos: 72.5,0.5
parent: 31
-- proto: CigPackMixed
- entities:
- - uid: 3307
+ - uid: 11994
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 46.484562,-5.364609
+ pos: 71.5,0.5
parent: 31
-- proto: CircuitImprinter
- entities:
- - uid: 821
+ - uid: 11995
components:
- type: Transform
- pos: -13.5,-22.5
+ pos: 71.5,-0.5
parent: 31
-- proto: CleanerDispenser
- entities:
- - uid: 554
+ - uid: 11996
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -18.5,-13.5
+ pos: 70.5,-0.5
parent: 31
-- proto: ClosetBombFilled
- entities:
- - uid: 5116
+ - uid: 11997
components:
- type: Transform
- pos: -14.5,13.5
+ pos: 70.5,-1.5
parent: 31
-- proto: ClosetChefFilled
- entities:
- - uid: 799
+ - uid: 11998
components:
- type: Transform
- pos: -12.5,1.5
+ pos: 73.5,1.5
parent: 31
-- proto: ClosetEmergencyFilledRandom
- entities:
- - uid: 759
+ - uid: 11999
components:
- type: Transform
- pos: 5.5,-21.5
+ pos: 73.5,2.5
parent: 31
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.14673
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - uid: 761
+ - uid: 12000
components:
- type: Transform
- pos: -23.5,11.5
+ pos: 74.5,2.5
parent: 31
- - uid: 828
+ - uid: 12001
components:
- type: Transform
- pos: 54.5,-5.5
+ pos: 77.5,13.5
parent: 31
- - uid: 2181
+ - uid: 12002
components:
- type: Transform
- pos: 15.5,14.5
+ pos: 78.5,11.5
parent: 31
- - uid: 3736
+ - uid: 12003
components:
- type: Transform
- pos: -0.5,-17.5
+ pos: 78.5,10.5
parent: 31
- - uid: 4381
+ - uid: 12004
components:
- type: Transform
- pos: 33.5,-10.5
+ pos: 79.5,7.5
parent: 31
- - uid: 6907
+ - uid: 12005
components:
- type: Transform
- pos: 30.5,14.5
+ pos: 79.5,5.5
parent: 31
- - uid: 7161
+ - uid: 12006
components:
- type: Transform
- pos: 23.5,7.5
+ pos: 79.5,9.5
parent: 31
- - uid: 7497
+ - uid: 12007
components:
- type: Transform
- pos: 14.5,-29.5
+ pos: 79.5,6.5
parent: 31
- - uid: 7791
+ - uid: 12008
components:
- type: Transform
- pos: -20.5,22.5
+ pos: 79.5,4.5
parent: 31
- - uid: 8805
+ - uid: 12009
components:
- type: Transform
- pos: 7.5,28.5
+ pos: 79.5,8.5
parent: 31
- - uid: 9323
+ - uid: 12010
components:
- type: Transform
- pos: -34.5,7.5
+ pos: 79.5,3.5
parent: 31
- - uid: 9447
+ - uid: 12011
components:
- type: Transform
- pos: -22.5,-31.5
+ pos: 78.5,1.5
parent: 31
- - uid: 9740
+ - uid: 12012
components:
- type: Transform
- pos: 15.5,-21.5
+ pos: 79.5,1.5
parent: 31
- - uid: 9790
+ - uid: 12013
components:
- type: Transform
- pos: -18.5,-36.5
+ pos: 77.5,0.5
parent: 31
- - uid: 9791
+ - uid: 12014
components:
- type: Transform
- pos: 9.5,-32.5
+ pos: 75.5,-1.5
parent: 31
- - uid: 10645
+ - uid: 12015
components:
- type: Transform
- pos: 39.5,-14.5
+ pos: 73.5,-3.5
parent: 31
- - uid: 10754
+ - uid: 12016
components:
- type: Transform
- pos: -53.5,-9.5
+ pos: 72.5,-4.5
parent: 31
-- proto: ClosetEmergencyN2FilledRandom
- entities:
- - uid: 11448
+ - uid: 12017
components:
- type: Transform
- pos: 15.5,-23.5
+ pos: 72.5,-5.5
parent: 31
- - uid: 11449
+ - uid: 12018
components:
- type: Transform
- pos: 42.5,-13.5
+ pos: 71.5,-5.5
parent: 31
- - uid: 11450
+ - uid: 12019
components:
- type: Transform
- pos: -20.5,12.5
+ pos: 73.5,-4.5
parent: 31
-- proto: ClosetFireFilled
- entities:
- - uid: 3507
+ - uid: 12020
components:
- type: Transform
- pos: 30.5,13.5
+ pos: 69.5,-6.5
parent: 31
- - uid: 3922
+ - uid: 12021
components:
- type: Transform
- pos: -1.5,-17.5
+ pos: 67.5,-6.5
parent: 31
- - uid: 4237
+ - uid: 12022
components:
- type: Transform
- pos: 54.5,-3.5
+ pos: 68.5,-6.5
parent: 31
- - uid: 7792
+ - uid: 12023
components:
- type: Transform
- pos: -20.5,23.5
+ pos: 66.5,-6.5
parent: 31
- - uid: 7912
+ - uid: 12024
components:
- type: Transform
- pos: 23.5,0.5
+ pos: 65.5,-6.5
parent: 31
- - uid: 8804
+ - uid: 12025
components:
- type: Transform
- pos: 8.5,28.5
+ pos: 62.5,-6.5
parent: 31
- - uid: 9739
+ - uid: 12026
components:
- type: Transform
- pos: 15.5,-22.5
+ pos: 64.5,-6.5
parent: 31
- - uid: 9792
+ - uid: 12027
components:
- type: Transform
- pos: -6.5,-37.5
+ pos: 63.5,-6.5
parent: 31
- - uid: 10132
+ - uid: 12028
components:
- type: Transform
- pos: 16.5,14.5
+ pos: 62.5,-7.5
parent: 31
- - uid: 10753
+ - uid: 12439
components:
- type: Transform
- pos: -53.5,-10.5
+ pos: 49.5,7.5
parent: 31
-- proto: ClosetJanitorFilled
- entities:
- - uid: 2189
+ - uid: 12440
components:
- type: Transform
- pos: -17.5,-10.5
+ pos: 50.5,7.5
parent: 31
-- proto: ClosetL3VirologyFilled
- entities:
- - uid: 6695
+ - uid: 12441
components:
- type: Transform
- pos: 14.5,-7.5
+ pos: 50.5,8.5
parent: 31
-- proto: ClosetMaintenanceFilledRandom
- entities:
- - uid: 550
+ - uid: 12500
components:
- type: Transform
- pos: 46.5,-0.5
+ pos: 55.5,16.5
parent: 31
- - uid: 1412
+ - uid: 12501
components:
- type: Transform
- pos: -7.5,-8.5
+ pos: 57.5,16.5
parent: 31
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.14963
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - uid: 7058
+ - uid: 12502
components:
- type: Transform
- pos: 29.5,-9.5
+ pos: 56.5,16.5
parent: 31
- - uid: 7518
+ - uid: 12503
components:
- type: Transform
- pos: -11.5,-12.5
+ pos: 57.5,17.5
parent: 31
- - uid: 7789
+ - uid: 12504
components:
- type: Transform
- pos: -19.5,12.5
+ pos: 58.5,17.5
parent: 31
- - uid: 7911
+ - uid: 12505
components:
- type: Transform
- pos: 23.5,1.5
+ pos: 59.5,17.5
parent: 31
- - uid: 7948
+ - uid: 12506
components:
- type: Transform
- pos: 24.5,-25.5
+ pos: 58.5,15.5
parent: 31
- - uid: 9465
+ - uid: 12507
components:
- type: Transform
- pos: -9.5,-39.5
+ pos: 59.5,15.5
parent: 31
- - uid: 9570
+ - uid: 12508
components:
- type: Transform
- pos: -27.5,13.5
+ pos: 60.5,15.5
parent: 31
- - uid: 9571
+ - uid: 12509
components:
- type: Transform
- pos: -5.5,20.5
+ pos: 57.5,15.5
parent: 31
- - uid: 9572
+ - uid: 12510
components:
- type: Transform
- pos: 27.5,-18.5
+ pos: 55.5,18.5
parent: 31
- - uid: 9675
+ - uid: 12511
components:
- type: Transform
- pos: -1.5,-41.5
+ pos: 55.5,19.5
parent: 31
- - uid: 9793
+ - uid: 12512
components:
- type: Transform
- pos: 5.5,-37.5
+ pos: 56.5,19.5
parent: 31
- - uid: 9794
+ - uid: 12513
components:
- type: Transform
- pos: -11.5,-36.5
+ pos: 57.5,19.5
parent: 31
- - uid: 9862
+ - uid: 12514
components:
- type: Transform
- pos: 11.5,-19.5
+ pos: 58.5,19.5
parent: 31
- - uid: 10221
+ - uid: 12515
components:
- type: Transform
- pos: -30.5,-13.5
+ pos: 59.5,19.5
parent: 31
- - uid: 10646
+ - uid: 12516
components:
- type: Transform
- pos: 45.5,-13.5
+ pos: 60.5,19.5
parent: 31
- - uid: 11123
+ - uid: 12517
components:
- type: Transform
- pos: -4.5,29.5
+ pos: 55.5,20.5
parent: 31
- - uid: 11229
+ - uid: 12518
components:
- type: Transform
- pos: -27.5,-15.5
+ pos: 55.5,21.5
parent: 31
- - type: Fixtures
- fixtures:
- fix1:
- shape: !type:PolygonShape
- radius: 0.01
- vertices:
- - -0.25,-0.48
- - 0.25,-0.48
- - 0.25,0.48
- - -0.25,0.48
- mask:
- - Impassable
- - TableLayer
- - LowImpassable
- layer:
- - BulletImpassable
- - Opaque
- density: 75
- hard: True
- restitution: 0
- friction: 0.4
- - type: EntityStorage
- open: True
- removedMasks: 20
- - type: PlaceableSurface
- isPlaceable: True
- - uid: 11244
+ - uid: 12519
components:
- type: Transform
- pos: -31.5,9.5
+ pos: 56.5,21.5
parent: 31
-- proto: ClosetRadiationSuitFilled
- entities:
- - uid: 5127
+ - uid: 12520
components:
- type: Transform
- pos: 52.5,1.5
+ pos: 57.5,21.5
parent: 31
- - uid: 7068
+ - uid: 12521
components:
- type: Transform
- pos: 53.5,1.5
+ pos: 55.5,22.5
parent: 31
- - uid: 7571
+ - uid: 12522
components:
- type: Transform
- pos: -11.5,-11.5
+ pos: 55.5,23.5
parent: 31
- - uid: 8159
+ - uid: 12523
components:
- type: Transform
- pos: -7.5,-25.5
+ pos: 56.5,23.5
parent: 31
- - uid: 12046
+ - uid: 12524
components:
- type: Transform
- pos: 59.5,6.5
+ pos: 57.5,23.5
parent: 31
-- proto: ClosetSteelBase
- entities:
- - uid: 7853
+ - uid: 12714
components:
- type: Transform
- pos: 27.5,-22.5
+ pos: -43.5,-28.5
parent: 31
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.1496
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - type: ContainerContainer
- containers:
- entity_storage: !type:Container
- showEnts: False
- occludes: True
- ents:
- - 7856
- - 7859
- - 7854
- - 7857
- - 7855
- paper_label: !type:ContainerSlot
- showEnts: False
- occludes: True
- ent: null
-- proto: ClosetWallEmergency
- entities:
- - uid: 9865
+ - uid: 12715
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,0.5
+ pos: -44.5,-28.5
parent: 31
-- proto: ClosetWallEmergencyFilledRandom
- entities:
- - uid: 7301
+ - uid: 12716
components:
- type: Transform
- pos: -5.5,-24.5
+ pos: -45.5,-28.5
parent: 31
- - uid: 9868
+ - uid: 12717
components:
- type: Transform
- pos: 28.5,7.5
+ pos: -46.5,-28.5
parent: 31
-- proto: ClosetWallFireFilledRandom
- entities:
- - uid: 339
+ - uid: 12718
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -33.5,8.5
+ pos: -47.5,-28.5
parent: 31
- - uid: 7105
+ - uid: 12719
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,-0.5
+ pos: -48.5,-28.5
parent: 31
- - uid: 7302
+ - uid: 12720
components:
- type: Transform
- pos: -6.5,-24.5
+ pos: -49.5,-28.5
parent: 31
-- proto: ClosetWallMaintenanceFilledRandom
- entities:
- - uid: 9864
+ - uid: 12721
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -31.5,-3.5
+ pos: -50.5,-28.5
parent: 31
-- proto: ClothingBeltChampion
- entities:
- - uid: 4197
+ - uid: 12722
components:
- type: Transform
- pos: -3.60061,17.54974
+ pos: -51.5,-28.5
parent: 31
-- proto: ClothingBeltUtility
- entities:
- - uid: 4757
+ - uid: 12723
components:
- type: Transform
- pos: 10.66112,-19.235216
+ pos: -52.5,-28.5
parent: 31
-- proto: ClothingBeltUtilityFilled
- entities:
- - uid: 7482
+ - uid: 12724
components:
- type: Transform
- pos: 35.56775,-3.545828
+ pos: -53.5,-28.5
parent: 31
-- proto: ClothingEyesEyepatch
- entities:
- - uid: 3964
+ - uid: 12725
components:
- type: Transform
- pos: 35.470943,-15.2492285
+ pos: -54.5,-28.5
parent: 31
-- proto: ClothingEyesGlasses
+- proto: Cautery
entities:
- - uid: 7107
- components:
- - type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
- - uid: 11264
+ - uid: 3040
components:
- type: Transform
- pos: -9.178577,-18.39677
+ pos: 19.023205,-18.200846
parent: 31
- - uid: 11265
+- proto: Chair
+ entities:
+ - uid: 423
components:
- type: Transform
- pos: -9.162952,-18.61552
+ rot: 3.141592653589793 rad
+ pos: 16.5,15.5
parent: 31
- - uid: 11266
+ - uid: 424
components:
- type: Transform
- pos: -9.162952,-18.20927
+ pos: 16.5,17.5
parent: 31
-- proto: ClothingEyesGlassesMeson
- entities:
- - uid: 8213
+ - uid: 629
components:
- type: Transform
- pos: 35.614624,-3.264578
+ pos: 45.5,-1.5
parent: 31
-- proto: ClothingEyesGlassesSunglasses
- entities:
- - uid: 4235
+ - uid: 654
components:
- type: Transform
- pos: -10.276402,-6.3744125
+ rot: -1.5707963267948966 rad
+ pos: -35.5,-0.5
parent: 31
-- proto: ClothingEyesHudDiagnostic
- entities:
- - uid: 7580
+ - uid: 896
components:
- type: Transform
- pos: 32.538,-3.0937886
+ rot: 3.141592653589793 rad
+ pos: 45.5,-3.5
parent: 31
-- proto: ClothingEyesHudMedical
- entities:
- - uid: 6512
+ - uid: 2003
components:
- type: Transform
- pos: 16.646324,-6.5235434
+ rot: 1.5707963267948966 rad
+ pos: -5.5,14.5
parent: 31
-- proto: ClothingHandsGlovesColorBlack
- entities:
- - uid: 11225
+ - uid: 2047
components:
- type: Transform
- pos: -29.520256,-9.469171
+ rot: 1.5707963267948966 rad
+ pos: -5.5,13.5
parent: 31
-- proto: ClothingHandsGlovesColorYellow
- entities:
- - uid: 2523
+ - uid: 2051
components:
- type: Transform
- pos: -29.506107,7.62424
+ rot: 1.5707963267948966 rad
+ pos: -5.5,12.5
parent: 31
- - uid: 7572
+ - uid: 3379
components:
- type: Transform
- pos: -11.565304,-10.576338
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-13.5
parent: 31
- - uid: 7581
+ - uid: 3908
components:
- type: Transform
- pos: 32.479706,-2.7047698
+ rot: 3.141592653589793 rad
+ pos: 50.5,-30.5
parent: 31
-- proto: ClothingHandsGlovesCombat
- entities:
- - uid: 6427
+ - uid: 3961
components:
- type: Transform
- pos: 51.410316,17.602825
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-12.5
parent: 31
-- proto: ClothingHandsGlovesLatex
- entities:
- - uid: 2212
+ - uid: 4192
components:
- type: Transform
- pos: 19.45916,-20.403913
+ rot: -1.5707963267948966 rad
+ pos: 4.5,24.5
parent: 31
- - uid: 7102
+ - uid: 4291
components:
- type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
-- proto: ClothingHandsGlovesLeather
- entities:
- - uid: 9670
+ rot: -1.5707963267948966 rad
+ pos: 33.5,-3.5
+ parent: 31
+ - uid: 4380
components:
- type: Transform
- pos: -4.544421,-41.335396
+ rot: -1.5707963267948966 rad
+ pos: 35.5,-12.5
parent: 31
-- proto: ClothingHandsGlovesMercFingerless
- entities:
- - uid: 988
+ - uid: 4709
components:
- type: Transform
- pos: 30.104523,-19.311977
+ rot: 1.5707963267948966 rad
+ pos: -17.5,-17.5
parent: 31
-- proto: ClothingHandsGlovesNitrile
- entities:
- - uid: 10029
+ - uid: 4714
components:
- type: Transform
- pos: 19.51705,-18.456926
+ pos: -24.5,-4.5
parent: 31
-- proto: ClothingHeadHatAnimalCatBlack
- entities:
- - uid: 7971
+ - uid: 4715
components:
- type: Transform
- pos: 26.502825,-1.4970446
+ rot: 3.141592653589793 rad
+ pos: -23.5,-7.5
parent: 31
-- proto: ClothingHeadHatAnimalHeadslime
- entities:
- - uid: 3367
+ - uid: 5004
components:
- type: Transform
- pos: -4.5089555,-12.629585
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-2.5
parent: 31
-- proto: ClothingHeadHatBeret
- entities:
- - uid: 819
+ - uid: 6258
components:
- type: Transform
- pos: -22.754051,9.462572
+ rot: 1.5707963267948966 rad
+ pos: 31.5,-3.5
parent: 31
-- proto: ClothingHeadHatBeretBrigmedic
- entities:
- - uid: 6607
+ - uid: 6259
components:
- type: Transform
- pos: 14.371354,-5.1023016
+ rot: 1.5707963267948966 rad
+ pos: 31.5,-2.5
parent: 31
-- proto: ClothingHeadHatBowlerHat
- entities:
- - uid: 9261
+ - uid: 6261
components:
- type: Transform
- pos: 0.36587167,-19.353008
+ rot: -1.5707963267948966 rad
+ pos: 33.5,-2.5
parent: 31
-- proto: ClothingHeadHatFedoraBrown
- entities:
- - uid: 7484
+ - uid: 6617
components:
- type: Transform
- pos: -21.550486,17.73303
+ pos: 22.5,-16.5
parent: 31
- - uid: 7857
+ - uid: 7027
components:
- type: Transform
- parent: 7853
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
-- proto: ClothingHeadHatFlowerWreath
- entities:
- - uid: 3235
+ rot: -1.5707963267948966 rad
+ pos: 35.5,-14.5
+ parent: 31
+ - uid: 7286
components:
- type: Transform
- pos: 49.449142,-25.427004
+ pos: 10.5,1.5
parent: 31
-- proto: ClothingHeadHatHardhatOrange
- entities:
- - uid: 10803
+ - uid: 7287
components:
- type: Transform
- pos: 23.016964,-16.05082
+ pos: 9.5,1.5
parent: 31
-- proto: ClothingHeadHatPirate
- entities:
- - uid: 4503
+ - uid: 7288
components:
- type: Transform
- pos: 36.423782,-15.13722
+ pos: 8.5,1.5
parent: 31
-- proto: ClothingHeadHatPumpkin
- entities:
- - uid: 7407
+ - uid: 7341
components:
- type: Transform
- pos: 48.273617,-26.666399
+ pos: -18.5,-4.5
parent: 31
-- proto: ClothingHeadHatUshanka
- entities:
- - uid: 844
+ - uid: 7365
components:
- type: Transform
- pos: -15.464306,-10.5187645
+ rot: 3.141592653589793 rad
+ pos: 48.5,-30.5
parent: 31
- - uid: 7570
+ - uid: 7627
components:
- type: Transform
- pos: -15.5245695,-10.430269
+ rot: -1.5707963267948966 rad
+ pos: -28.5,17.5
parent: 31
-- proto: ClothingHeadHatWelding
- entities:
- - uid: 71
+ - uid: 7646
components:
- type: Transform
- pos: -1.6376766,-24.290537
+ pos: -28.5,-7.5
parent: 31
-- proto: ClothingHeadsetGrey
- entities:
- - uid: 10480
+ - uid: 7774
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 49.173836,-5.2182446
+ pos: 1.5,19.5
parent: 31
-- proto: ClothingMaskBreath
- entities:
- - uid: 4147
+ - uid: 7775
components:
- type: Transform
- pos: -11.563622,-27.408012
+ rot: 1.5707963267948966 rad
+ pos: 1.5,18.5
parent: 31
- - uid: 10661
+ - uid: 7841
components:
- type: Transform
- pos: 43.593338,-13.568842
+ rot: 3.141592653589793 rad
+ pos: -15.5,24.5
parent: 31
-- proto: ClothingMaskBreathMedical
- entities:
- - uid: 10027
+ - uid: 7842
components:
- type: Transform
- pos: 18.631598,-18.486423
+ rot: 3.141592653589793 rad
+ pos: -14.5,24.5
parent: 31
-- proto: ClothingMaskGas
- entities:
- - uid: 7970
+ - uid: 7960
components:
- type: Transform
- pos: 37.548763,-3.266727
+ pos: 27.5,6.5
parent: 31
-- proto: ClothingMaskGasMerc
- entities:
- - uid: 952
+ - uid: 8283
components:
- type: Transform
- pos: 29.33713,-19.311977
+ pos: 50.5,-18.5
parent: 31
-- proto: ClothingMaskGasSecurity
- entities:
- - uid: 7139
+ - uid: 8284
components:
- type: Transform
- pos: 3.4708445,-42.623608
+ pos: 48.5,-18.5
parent: 31
-- proto: ClothingMaskNeckGaiter
- entities:
- - uid: 3141
+ - uid: 8285
components:
- type: Transform
- pos: 4.570995,-42.497837
+ rot: -1.5707963267948966 rad
+ pos: 55.5,-23.5
parent: 31
-- proto: ClothingMaskSterile
- entities:
- - uid: 7101
- components:
- - type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
- - uid: 9034
+ - uid: 8286
components:
- type: Transform
- pos: 19.448904,-20.24775
+ rot: -1.5707963267948966 rad
+ pos: 55.5,-25.5
parent: 31
-- proto: ClothingNeckBling
- entities:
- - uid: 718
+ - uid: 8290
components:
- type: Transform
- pos: -3.31936,17.67474
+ pos: 37.5,-23.5
parent: 31
-- proto: ClothingNeckCloakTrans
- entities:
- - uid: 9748
+ - uid: 8291
components:
- type: Transform
- pos: -28.4315,17.631725
+ pos: 35.5,-23.5
parent: 31
-- proto: ClothingNeckNonBinaryPin
- entities:
- - uid: 11135
+ - uid: 8299
components:
- type: Transform
- pos: 43.27403,-8.317395
+ pos: 36.5,-23.5
parent: 31
-- proto: ClothingNeckScarfStripedBlue
- entities:
- - uid: 7843
+ - uid: 8812
components:
- type: Transform
- pos: -13.566107,24.548891
+ rot: -1.5707963267948966 rad
+ pos: -1.5,29.5
parent: 31
-- proto: ClothingNeckScarfStripedGreen
- entities:
- - uid: 9028
+ - uid: 8869
components:
- type: Transform
- pos: 54.455875,-22.53784
+ rot: -1.5707963267948966 rad
+ pos: 16.5,6.5
parent: 31
-- proto: ClothingNeckScarfStripedRed
- entities:
- - uid: 10690
+ - uid: 8870
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.557934,-39.78134
+ rot: -1.5707963267948966 rad
+ pos: 16.5,7.5
parent: 31
-- proto: ClothingNeckScarfStripedZebra
- entities:
- - uid: 7895
+ - uid: 8938
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -19.198872,-5.9850674
+ pos: 5.5,-15.5
parent: 31
-- proto: ClothingNeckTieRed
- entities:
- - uid: 7109
- components:
- - type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
- - uid: 7856
- components:
- - type: Transform
- parent: 7853
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
-- proto: ClothingOuterArmorBasic
- entities:
- - uid: 1206
+ - uid: 8939
components:
- type: Transform
- pos: -11.694116,19.672714
+ rot: -1.5707963267948966 rad
+ pos: 5.5,-14.5
parent: 31
- - uid: 9622
+ - uid: 8952
components:
- type: Transform
- pos: -11.490991,19.672714
+ rot: -1.5707963267948966 rad
+ pos: -28.5,8.5
parent: 31
-- proto: ClothingOuterArmorBulletproof
- entities:
- - uid: 36
+ - uid: 9239
components:
- type: Transform
- pos: -11.170591,19.266254
+ rot: 1.5707963267948966 rad
+ pos: -40.5,4.5
parent: 31
- - uid: 42
+ - uid: 9240
components:
- type: Transform
- pos: -11.436216,19.297504
+ rot: 1.5707963267948966 rad
+ pos: -40.5,5.5
parent: 31
- - uid: 43
+ - uid: 9241
components:
- type: Transform
- pos: -11.733091,19.297504
+ rot: 1.5707963267948966 rad
+ pos: -40.5,6.5
parent: 31
-- proto: ClothingOuterArmorReflective
- entities:
- - uid: 8020
+ - uid: 9242
components:
- type: Transform
- pos: -11.209741,19.672714
+ rot: -1.5707963267948966 rad
+ pos: -38.5,4.5
parent: 31
-- proto: ClothingOuterCoatDetective
- entities:
- - uid: 7480
+ - uid: 9243
components:
- type: Transform
- pos: -21.602036,17.352358
+ rot: -1.5707963267948966 rad
+ pos: -38.5,5.5
parent: 31
- - uid: 7854
- components:
- - type: Transform
- parent: 7853
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
-- proto: ClothingOuterCoatJensen
- entities:
- - uid: 9758
+ - uid: 9244
components:
- type: Transform
- pos: -2.537119,-39.46948
+ rot: -1.5707963267948966 rad
+ pos: -38.5,6.5
parent: 31
- - uid: 11245
+ - uid: 9245
components:
- type: Transform
- pos: -31.464373,10.564828
+ rot: 1.5707963267948966 rad
+ pos: -37.5,4.5
parent: 31
-- proto: ClothingOuterCoatLab
- entities:
- - uid: 4231
+ - uid: 9246
components:
- type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
-- proto: ClothingOuterCoatPirate
- entities:
- - uid: 7065
+ rot: 1.5707963267948966 rad
+ pos: -37.5,5.5
+ parent: 31
+ - uid: 9247
components:
- type: Transform
- pos: 36.486282,-15.465345
+ rot: 1.5707963267948966 rad
+ pos: -37.5,6.5
parent: 31
-- proto: ClothingOuterSanta
- entities:
- - uid: 108
+ - uid: 9336
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: -1.5707963267948966 rad
+ pos: -35.5,0.5
parent: 31
- - uid: 4166
+ - uid: 9337
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: -1.5707963267948966 rad
+ pos: -35.5,1.5
parent: 31
- - uid: 4457
+ - uid: 9804
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: 3.141592653589793 rad
+ pos: -2.5,-39.5
parent: 31
- - uid: 8422
+ - uid: 10319
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: 1.5707963267948966 rad
+ pos: -7.5,-14.5
parent: 31
- - uid: 8447
+ - uid: 10320
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: -1.5707963267948966 rad
+ pos: -5.5,-14.5
parent: 31
- - uid: 11334
+ - uid: 10823
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: 3.141592653589793 rad
+ pos: 15.5,15.5
parent: 31
- - uid: 11335
+ - uid: 11088
components:
- type: Transform
- pos: -11.396052,16.59143
+ pos: 46.5,-1.5
parent: 31
- - uid: 11336
+ - uid: 11089
components:
- type: Transform
- pos: -11.396052,16.59143
+ rot: 3.141592653589793 rad
+ pos: 46.5,-3.5
parent: 31
-- proto: ClothingOuterVestHazard
+- proto: ChairCursed
entities:
- - uid: 10789
+ - uid: 11691
components:
- type: Transform
- pos: 24.612627,13.574452
+ pos: 2.5952716,-32.56967
parent: 31
- - uid: 10802
+ - uid: 11710
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.631699,-16.632479
+ rot: 3.141592653589793 rad
+ pos: 3.3455758,-34.139465
parent: 31
-- proto: ClothingOuterWinterCE
+- proto: ChairFolding
entities:
- - uid: 9035
+ - uid: 1042
components:
- type: Transform
- pos: 38.383812,-0.3536343
+ rot: 3.141592653589793 rad
+ pos: -9.5,-19.5
parent: 31
-- proto: ClothingOuterWinterCentcom
- entities:
- - uid: 9036
+ - uid: 2309
components:
- type: Transform
- pos: 49.408,-22.48963
+ rot: 3.141592653589793 rad
+ pos: -8.5,-19.5
parent: 31
-- proto: ClothingOuterWinterCMO
- entities:
- - uid: 7088
+ - uid: 7079
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 25.358017,-10.661482
+ rot: 1.5707963267948966 rad
+ pos: 27.5,9.5
parent: 31
-- proto: ClothingOuterWinterCoat
- entities:
- - uid: 7644
+ - uid: 10755
components:
- type: Transform
- pos: 7.310254,-13.535391
+ pos: -40.5,-9.5
parent: 31
- - uid: 11226
+ - uid: 10756
components:
- type: Transform
- pos: -30.51289,-9.469171
+ rot: 1.5707963267948966 rad
+ pos: -49.5,-9.5
parent: 31
-- proto: ClothingOuterWinterHoP
- entities:
- - uid: 10828
+ - uid: 10757
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 10.3903475,16.346748
+ pos: -46.5,-9.5
parent: 31
-- proto: ClothingOuterWinterHoS
- entities:
- - uid: 9031
+ - uid: 10762
components:
- type: Transform
- pos: -7.499014,20.716234
+ pos: -42.5,-9.5
parent: 31
-- proto: ClothingOuterWinterQM
- entities:
- - uid: 9925
+ - uid: 10763
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 29.360077,8.344849
+ pos: -41.5,-9.5
parent: 31
-- proto: ClothingOuterWinterRD
+- proto: ChairOfficeDark
entities:
- - uid: 9116
+ - uid: 953
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.6681519,-23.621525
+ pos: 49.5,4.5
parent: 31
-- proto: ClothingShoesBootsJack
- entities:
- - uid: 10692
+ - uid: 961
components:
- type: Transform
- pos: 41.713104,-10.668272
+ rot: 1.5707963705062866 rad
+ pos: -2.5,25.5
parent: 31
-- proto: ClothingShoesBootsMag
- entities:
- - uid: 1014
+ - uid: 962
components:
- type: Transform
- pos: 10.330068,10.623066
+ rot: 1.5707963705062866 rad
+ pos: -2.5,24.5
parent: 31
- - uid: 1541
+ - uid: 963
components:
- type: Transform
- pos: 10.3269205,11.58763
+ rot: 4.71238902409608 rad
+ pos: -0.5,25.5
parent: 31
- - uid: 3136
+ - uid: 964
components:
- type: Transform
- pos: 10.6550455,11.540755
+ rot: 4.71238902409608 rad
+ pos: -0.5,24.5
parent: 31
- - uid: 7151
+ - uid: 2211
components:
- type: Transform
- pos: 10.642568,10.482441
+ rot: -1.5707963267948966 rad
+ pos: 29.5,9.5
parent: 31
- - uid: 10980
+ - uid: 2298
components:
- type: Transform
- pos: 58.78938,-5.6705165
+ rot: 3.141592653589793 rad
+ pos: -16.5,-26.5
parent: 31
-- proto: ClothingShoesBootsMerc
- entities:
- - uid: 1109
+ - uid: 2777
components:
- type: Transform
- pos: -6.4295473,32.285225
+ pos: -29.5,-1.5
parent: 31
-- proto: ClothingShoesBootsPerformer
- entities:
- - uid: 8319
+ - uid: 2815
components:
- type: Transform
- pos: 29.355263,-21.266848
+ rot: 3.141592653589793 rad
+ pos: -30.5,0.5
parent: 31
-- proto: ClothingShoesCult
- entities:
- - uid: 2066
+ - uid: 3154
components:
- type: Transform
- pos: 4.5165205,-41.275776
+ pos: -1.5,26.5
parent: 31
-- proto: ClothingShoesFlippers
- entities:
- - uid: 7969
+ - uid: 3308
components:
- type: Transform
- pos: 37.55209,-3.407352
+ rot: -1.5707963267948966 rad
+ pos: -7.5,19.5
parent: 31
-- proto: ClothingShoesLeather
- entities:
- - uid: 7098
+ - uid: 3991
components:
- type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
- - uid: 10585
+ pos: -1.5,7.5
+ parent: 31
+ - uid: 3994
components:
- type: Transform
- pos: 30.458075,-9.757927
+ rot: 3.141592653589793 rad
+ pos: -1.5,23.5
parent: 31
-- proto: ClothingShoeSlippersDuck
- entities:
- - uid: 7858
+ - uid: 4150
components:
- type: Transform
- pos: 26.546747,-24.62174
+ pos: -10.5,8.5
parent: 31
- - uid: 11362
- components:
- - type: Transform
- pos: -5.414235,-29.644104
- parent: 31
-- proto: ClothingUniformColorRainbow
- entities:
- - uid: 8410
+ - uid: 4179
components:
- type: Transform
- pos: 37.603355,-3.5149672
+ rot: 3.141592653589793 rad
+ pos: 23.5,12.5
parent: 31
-- proto: ClothingUniformJumpskirtDetective
- entities:
- - uid: 7972
+ - uid: 4186
components:
- type: Transform
- pos: 14.57035,20.510712
+ rot: -1.5707963267948966 rad
+ pos: 1.5,31.5
parent: 31
-- proto: ClothingUniformJumpsuitAncient
- entities:
- - uid: 8953
+ - uid: 4191
components:
- type: Transform
- pos: -27.587215,7.5242066
+ rot: 3.141592653589793 rad
+ pos: 6.5,31.5
parent: 31
-- proto: ClothingUniformJumpsuitBartender
- entities:
- - uid: 11109
+ - uid: 4268
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -34.617214,17.30891
+ pos: 21.5,-10.5
parent: 31
-- proto: ClothingUniformJumpsuitDetective
- entities:
- - uid: 7108
+ - uid: 4738
components:
- type: Transform
- parent: 7110
- - type: Physics
- canCollide: False
- - uid: 7458
+ pos: 15.5,9.5
+ parent: 31
+ - uid: 4785
components:
- type: Transform
- pos: -23.237986,17.742983
+ rot: 3.141592653589793 rad
+ pos: 9.5,-29.5
parent: 31
- - uid: 7973
+ - uid: 6017
components:
- type: Transform
- pos: 14.460975,20.651337
+ rot: 3.141592653589793 rad
+ pos: 7.5,-4.5
parent: 31
-- proto: ClothingUniformJumpsuitDetectiveGrey
- entities:
- - uid: 9190
+ - uid: 6959
components:
- type: Transform
- pos: -23.456736,17.524233
+ rot: 3.141592653589793 rad
+ pos: 15.5,-7.5
parent: 31
-- proto: ClothingUniformJumpsuitMercenary
- entities:
- - uid: 3571
+ - uid: 7153
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 30.429188,-19.665958
+ pos: 7.5,20.5
parent: 31
-- proto: ComfyChair
- entities:
- - uid: 205
+ - uid: 7294
components:
- type: Transform
- pos: -21.5,10.5
+ pos: 9.5,-27.5
parent: 31
- - uid: 417
+ - uid: 7364
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -3.5,-20.5
+ pos: 19.5,9.5
parent: 31
- - uid: 519
+ - uid: 8211
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -31.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-31.5
parent: 31
- - uid: 732
+ - uid: 8695
components:
- type: Transform
- pos: -31.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: -36.5,-25.5
parent: 31
- - uid: 736
+ - uid: 8701
components:
- type: Transform
- pos: 7.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: -34.5,-25.5
parent: 31
- - type: Construction
- edge: 0
- - uid: 816
+ - uid: 8702
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,8.5
+ pos: -35.5,-23.5
parent: 31
- - uid: 1209
+ - uid: 8706
components:
- type: Transform
- pos: -30.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: -34.5,-24.5
parent: 31
- - uid: 1715
+ - uid: 8707
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 38.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: -36.5,-24.5
parent: 31
- - uid: 2131
+ - uid: 8769
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-7.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,13.5
parent: 31
- - uid: 2439
+ - uid: 8811
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-6.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,29.5
parent: 31
- - uid: 2824
+ - uid: 8865
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 0.5,0.5
- parent: 31
- - uid: 2893
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,17.5
+ pos: 31.5,5.5
parent: 31
- - uid: 3594
+ - uid: 8893
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -4.5,0.5
+ pos: 41.5,3.5
parent: 31
- - uid: 4007
+ - uid: 9002
components:
- type: Transform
- pos: 0.5,-4.5
+ pos: -20.5,-1.5
parent: 31
- - uid: 4164
+ - uid: 9023
components:
- type: Transform
- pos: -0.5,1.5
+ rot: 3.141592653589793 rad
+ pos: 13.5,11.5
parent: 31
- - uid: 4882
+ - uid: 9113
components:
- type: Transform
- pos: -8.5,21.5
+ pos: 38.5,0.5
parent: 31
- - uid: 5065
+ - uid: 9466
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,23.5
+ pos: -15.5,-38.5
parent: 31
- - uid: 7165
+ - uid: 9726
components:
- type: Transform
- pos: 12.5,-30.5
+ pos: 49.5,-4.5
parent: 31
- - uid: 7331
+ - uid: 11711
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 23.5,-10.5
+ pos: 6.173701,-33.826965
parent: 31
- - uid: 7373
+ - uid: 12051
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 0.5,-20.5
+ pos: 59.83288,1.5887873
parent: 31
- - uid: 7851
+ - uid: 12052
components:
- type: Transform
- pos: 27.5,-24.5
+ rot: 1.5707963267948966 rad
+ pos: 59.879753,3.6512873
parent: 31
- - uid: 8721
+ - uid: 12053
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -36.5,-28.5
+ pos: 59.89538,4.588787
parent: 31
- - uid: 8722
+- proto: ChairOfficeLight
+ entities:
+ - uid: 1383
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,-29.5
+ pos: 15.5,-2.5
parent: 31
- - uid: 8723
+ - uid: 2288
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -34.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,-23.5
parent: 31
- - uid: 10202
+ - uid: 2829
components:
- type: Transform
- pos: -22.5,10.5
+ pos: 15.5,-5.5
parent: 31
- - uid: 10213
+ - uid: 4697
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -21.5,8.5
+ pos: 6.5,-8.5
parent: 31
-- proto: ComputerAlert
- entities:
- - uid: 8800
+ - uid: 5095
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 7.5,31.5
+ rot: 3.141592653589793 rad
+ pos: 15.5,0.5
parent: 31
- - uid: 12050
+ - uid: 5732
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 60.5,4.5
+ pos: -16.70261,-19.400406
parent: 31
-- proto: ComputerAnalysisConsole
- entities:
- - uid: 9292
+ - uid: 7077
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -12.5,-30.5
+ pos: 9.5,-16.5
parent: 31
- - type: DeviceLinkSource
- linkedPorts:
- 9418:
- - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver
-- proto: computerBodyScanner
- entities:
- - uid: 7285
+ - uid: 7272
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 20.5,-15.5
+ pos: 0.5,-26.5
parent: 31
-- proto: ComputerCargoBounty
- entities:
- - uid: 8796
+ - uid: 7615
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,9.5
+ pos: 6.5,-10.5
parent: 31
-- proto: ComputerCargoOrders
- entities:
- - uid: 3602
+ - uid: 8450
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -15.452609,-19.181656
+ parent: 31
+ - uid: 9120
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 26.5,8.5
+ pos: 18.5,-0.5
parent: 31
- - uid: 4309
+ - uid: 9294
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 16.5,9.5
+ pos: -11.5,-30.5
parent: 31
-- proto: ComputerCargoShuttle
- entities:
- - uid: 4254
+ - uid: 10404
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-20.5
parent: 31
-- proto: ComputerCloningConsole
+- proto: ChairPilotSeat
entities:
- - uid: 11686
+ - uid: 1039
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,31.5
parent: 31
-- proto: ComputerComms
+- proto: ChairRitual
entities:
- - uid: 1370
+ - uid: 9690
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 6.5,23.5
+ pos: 6.5,-41.5
parent: 31
- - uid: 2721
+ - uid: 9691
components:
- type: Transform
- pos: 3.5,32.5
+ rot: -1.5707963267948966 rad
+ pos: 8.5,-41.5
parent: 31
-- proto: ComputerCrewMonitoring
- entities:
- - uid: 955
+ - uid: 11722
components:
- type: Transform
- pos: 23.5,-9.5
+ rot: 3.141592653589793 rad
+ pos: -19.373835,-24.217701
parent: 31
- - uid: 2448
+- proto: ChairWood
+ entities:
+ - uid: 1337
components:
- type: Transform
- pos: 0.5,32.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-23.5
parent: 31
- - uid: 7674
+ - uid: 2037
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 6.5,-4.5
+ pos: 9.5,-24.5
parent: 31
-- proto: ComputerCriminalRecords
- entities:
- - uid: 2964
+ - uid: 2038
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -0.5,7.5
+ pos: 12.5,-23.5
parent: 31
- - uid: 8803
+ - uid: 2039
components:
- type: Transform
- pos: 8.5,30.5
+ pos: 11.5,-22.5
parent: 31
-- proto: ComputerId
- entities:
- - uid: 810
+ - uid: 2391
components:
- type: Transform
- pos: 7.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-24.5
parent: 31
- - uid: 870
+ - uid: 2405
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,31.5
+ pos: 10.5,-22.5
parent: 31
- - uid: 1113
+ - uid: 2440
components:
- type: Transform
- pos: -3.5,-19.5
+ rot: 3.141592653589793 rad
+ pos: 11.5,-25.5
parent: 31
- - uid: 2065
+ - uid: 3153
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,21.5
+ rot: 3.141592653589793 rad
+ pos: 10.5,-25.5
parent: 31
- - uid: 2204
+ - uid: 6600
components:
- type: Transform
- pos: 29.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: -7.2700133,-1.3889818
parent: 31
- - uid: 6840
+ - uid: 6603
components:
- type: Transform
- pos: 24.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: -5.7856383,-1.3421068
parent: 31
- - uid: 11014
+ - uid: 7295
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 37.5,0.5
+ pos: 7.5,-22.5
parent: 31
-- proto: ComputerPowerMonitoring
- entities:
- - uid: 4306
+ - uid: 7299
components:
- type: Transform
- pos: 42.5,4.5
+ pos: 4.468987,-25.766485
parent: 31
- - uid: 12048
+ - uid: 7575
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 60.5,3.5
+ pos: -2.5,-0.5
parent: 31
-- proto: ComputerRadar
- entities:
- - uid: 579
+ - uid: 7577
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 32.5,22.5
+ pos: -3.5,-0.5
parent: 31
- - uid: 2447
+ - uid: 8104
components:
- type: Transform
- pos: 6.5,32.5
+ rot: 3.141592653589793 rad
+ pos: 4.531487,-27.172735
parent: 31
-- proto: ComputerResearchAndDevelopment
- entities:
- - uid: 4244
+ - uid: 8424
components:
- type: Transform
- pos: -4.5,-19.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,-2.5
parent: 31
- - uid: 9456
+ - uid: 8434
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -17.5,-19.5
+ rot: 3.141592653589793 rad
+ pos: -3.5,-2.5
parent: 31
-- proto: ComputerSalvageExpedition
- entities:
- - uid: 33
+ - uid: 10701
components:
- type: Transform
- pos: 28.5,21.5
+ pos: -32.110504,-22.362251
parent: 31
-- proto: ComputerShuttleCargo
- entities:
- - uid: 2374
+ - uid: 10702
components:
- type: Transform
- pos: 23.5,13.5
+ pos: -31.46988,-22.018501
parent: 31
-- proto: ComputerShuttleSalvage
- entities:
- - uid: 3424
+ - uid: 10703
components:
- type: Transform
- pos: 34.5,35.5
+ pos: -32.639442,-22.09787
parent: 31
-- proto: ComputerSolarControl
- entities:
- - uid: 4305
+ - uid: 11139
components:
- type: Transform
- pos: 41.5,4.5
+ pos: -26.498642,-24.59787
parent: 31
- - uid: 5184
+ - uid: 11261
components:
- type: Transform
- pos: -21.5,25.5
+ rot: 3.141592653589793 rad
+ pos: -26.483017,-26.363495
parent: 31
- - uid: 11207
+ - uid: 12236
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 14.5,-27.5
+ pos: -7.202247,-0.58850634
parent: 31
- - uid: 12049
+ - uid: 12237
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 60.5,1.5
+ pos: -5.749122,-0.57288134
parent: 31
-- proto: ComputerStationRecords
+- proto: CheapRollerBed
entities:
- - uid: 8515
+ - uid: 7252
components:
- type: Transform
- pos: -3.5,14.5
+ pos: 24.47556,-5.97663
parent: 31
- - uid: 9752
+ - uid: 7253
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -2.5,29.5
+ pos: 24.491184,-6.41413
parent: 31
- - uid: 11431
+- proto: CheckerBoard
+ entities:
+ - uid: 10764
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -13.5,-39.5
+ pos: -48.183727,-9.500211
parent: 31
-- proto: ComputerSurveillanceCameraMonitor
+- proto: chem_master
entities:
- - uid: 534
+ - uid: 606
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,29.5
+ pos: 19.5,-0.5
parent: 31
- - uid: 2218
+ - uid: 5075
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,-4.5
+ pos: 15.5,1.5
parent: 31
-- proto: ComputerTechnologyDiskTerminal
+- proto: ChemDispenser
entities:
- - uid: 591
+ - uid: 5076
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-24.5
+ pos: 19.5,-1.5
parent: 31
-- proto: ConveyorBelt
+ - uid: 5079
+ components:
+ - type: Transform
+ pos: 16.5,1.5
+ parent: 31
+- proto: ChemistryHotplate
entities:
- - uid: 1771
+ - uid: 4207
components:
- type: Transform
- pos: 20.5,20.5
+ pos: 18.5,1.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 3387
+- proto: ChessBoard
+ entities:
+ - uid: 841
components:
- type: Transform
- pos: 20.5,21.5
+ pos: -21.49966,9.580566
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 3548
+ - uid: 10815
components:
- type: Transform
- pos: 20.5,23.5
+ rot: 3.141592653589793 rad
+ pos: 4.515862,-26.37586
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 3549
+- proto: Cigar
+ entities:
+ - uid: 12197
components:
- type: Transform
- pos: 20.5,24.5
+ pos: -1.3652976,1.7407897
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 3550
+ - uid: 12198
components:
- type: Transform
- pos: 20.5,22.5
+ pos: 0.61907744,-5.2435856
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 7550
+- proto: CigarCase
+ entities:
+ - uid: 12180
components:
- type: Transform
- pos: 20.5,19.5
+ rot: 3.141592653589793 rad
+ pos: -2.6248672,-6.3685474
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 8899
+- proto: Cigarette
+ entities:
+ - uid: 8903
components:
- type: Transform
- pos: 20.5,18.5
+ pos: 31.747108,6.5736575
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 9138
+ - uid: 12186
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,27.5
+ pos: -6.265492,-4.2591724
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 9139
+ - uid: 12187
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,26.5
+ pos: -4.749867,-4.2279224
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 9265
+ - uid: 12188
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,-16.5
+ pos: -2.4217422,-5.6029224
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 9886
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,-16.5
- parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10033
+- proto: CigarGold
+ entities:
+ - uid: 9753
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -31.5,-18.5
+ pos: -15.382986,-39.43112
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10040
+ - uid: 11134
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -31.5,-17.5
+ pos: 28.739138,9.837011
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10043
+- proto: CigarGoldCase
+ entities:
+ - uid: 1199
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -31.5,-16.5
+ pos: -3.613819,18.708372
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10045
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: CigarGoldSpent
+ entities:
+ - uid: 12182
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,25.5
+ pos: 0.7501328,-5.3216724
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10046
+- proto: CigarSpent
+ entities:
+ - uid: 11707
components:
- type: Transform
- pos: 19.5,28.5
+ pos: 3.6758833,-33.400673
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 10047
+- proto: CigPackMixed
+ entities:
+ - uid: 3307
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 46.484562,-5.364609
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10048
+- proto: CircuitImprinter
+ entities:
+ - uid: 821
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,19.5
+ pos: -13.5,-22.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10049
+- proto: CleanerDispenser
+ entities:
+ - uid: 554
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 22.5,20.5
+ pos: -18.5,-13.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10050
+- proto: ClockworkGrilleBroken
+ entities:
+ - uid: 10513
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: 34.5,26.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10051
+- proto: ClosetBombFilled
+ entities:
+ - uid: 5116
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,22.5
+ pos: -14.5,13.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10052
+- proto: ClosetChefFilled
+ entities:
+ - uid: 799
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,23.5
+ pos: -12.5,1.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10053
+- proto: ClosetEmergencyFilledRandom
+ entities:
+ - uid: 759
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,24.5
+ pos: 5.5,-21.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - 7945
- - uid: 10054
+ - type: EntityStorage
+ air:
+ volume: 200
+ immutable: False
+ temperature: 293.14673
+ moles:
+ - 1.7459903
+ - 6.568249
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - uid: 761
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,28.5
+ pos: -23.5,11.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10089
+ - uid: 828
components:
- type: Transform
- pos: 20.5,25.5
+ pos: 54.5,-5.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 10090
+ - uid: 2181
components:
- type: Transform
- pos: 20.5,26.5
+ pos: 15.5,14.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 10091
+ - uid: 3736
components:
- type: Transform
- pos: 19.5,27.5
+ pos: -0.5,-17.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 10092
+ - uid: 4381
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,26.5
+ pos: 33.5,-10.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 1084
- - uid: 10093
+ - uid: 6907
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,26.5
+ pos: 30.5,14.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 7945
- - uid: 10109
+ - uid: 7161
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -32.5,-16.5
+ pos: 23.5,7.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10110
+ - uid: 7497
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -33.5,-16.5
+ pos: 14.5,-29.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
- - uid: 10215
+ - uid: 7791
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -36.5,-16.5
+ pos: -20.5,22.5
parent: 31
- - type: DeviceLinkSink
- links:
- - 10218
-- proto: CrateArtifactContainer
- entities:
- - uid: 99
+ - uid: 8805
components:
- type: Transform
- pos: -8.5,-31.5
+ pos: 7.5,28.5
parent: 31
-- proto: CrateCoffin
- entities:
- - uid: 8457
+ - uid: 9323
components:
- type: Transform
- pos: -32.5,-23.5
+ pos: -34.5,7.5
parent: 31
-- proto: CrateEmptySpawner
- entities:
- - uid: 3135
+ - uid: 9447
components:
- type: Transform
- pos: -17.5,13.5
+ pos: -22.5,-31.5
parent: 31
- - uid: 8045
+ - uid: 9740
components:
- type: Transform
- pos: 10.5,13.5
+ pos: 15.5,-21.5
parent: 31
- - uid: 10012
+ - uid: 9790
components:
- type: Transform
- pos: 18.5,15.5
+ pos: -18.5,-36.5
parent: 31
-- proto: CrateEngineeringAMEJar
- entities:
- - uid: 8315
+ - uid: 9791
components:
- type: Transform
- pos: 46.5,9.5
+ pos: 9.5,-32.5
parent: 31
-- proto: CrateEngineeringAMEShielding
- entities:
- - uid: 7464
+ - uid: 10645
components:
- type: Transform
- pos: 48.5,8.5
+ pos: 39.5,-14.5
parent: 31
- - uid: 8990
+ - uid: 10754
components:
- type: Transform
- pos: 48.5,7.5
+ pos: -53.5,-9.5
parent: 31
-- proto: CrateEngineeringCableHV
+- proto: ClosetEmergencyN2FilledRandom
entities:
- - uid: 11208
+ - uid: 11448
components:
- type: Transform
- pos: 16.5,-29.5
+ pos: 15.5,-23.5
parent: 31
-- proto: CrateEngineeringSingularityContainment
- entities:
- - uid: 6437
+ - uid: 11449
components:
- type: Transform
- pos: 39.5,8.5
+ pos: 42.5,-13.5
parent: 31
- - uid: 6442
+ - uid: 11450
components:
- type: Transform
- pos: 40.5,8.5
+ pos: -20.5,12.5
parent: 31
-- proto: CrateEngineeringSingularityGenerator
+- proto: ClosetFireFilled
entities:
- - uid: 11051
+ - uid: 3507
components:
- type: Transform
- pos: 38.5,8.5
+ pos: 30.5,13.5
parent: 31
-- proto: CrateEngineeringTeslaCoil
- entities:
- - uid: 11373
+ - uid: 3922
components:
- type: Transform
- pos: 55.5,11.5
+ pos: -1.5,-17.5
parent: 31
- - uid: 11374
+ - uid: 4237
components:
- type: Transform
- pos: 55.5,10.5
+ pos: 54.5,-3.5
parent: 31
- - uid: 11375
+ - uid: 7792
components:
- type: Transform
- pos: 56.5,11.5
+ pos: -20.5,23.5
parent: 31
- - uid: 11376
+ - uid: 7912
components:
- type: Transform
- pos: 57.5,11.5
+ pos: 23.5,0.5
parent: 31
-- proto: CrateFilledSpawner
- entities:
- - uid: 1637
+ - uid: 8804
components:
- type: Transform
- pos: 22.5,7.5
+ pos: 8.5,28.5
parent: 31
- - uid: 7140
+ - uid: 9739
components:
- type: Transform
- pos: 20.5,7.5
+ pos: 15.5,-22.5
parent: 31
- - uid: 7141
+ - uid: 9792
components:
- type: Transform
- pos: 21.5,7.5
+ pos: -6.5,-37.5
parent: 31
- - uid: 9796
+ - uid: 10132
components:
- type: Transform
- pos: -19.5,-36.5
+ pos: 16.5,14.5
parent: 31
-- proto: CrateHydroponics
- entities:
- - uid: 9679
+ - uid: 10753
components:
- type: Transform
- pos: 1.5,-42.5
+ pos: -53.5,-10.5
parent: 31
-- proto: CrateMedicalScrubs
+- proto: ClosetJanitorFilled
entities:
- - uid: 11451
+ - uid: 2189
components:
- type: Transform
- pos: 10.5,-13.5
+ pos: -17.5,-10.5
parent: 31
-- proto: CrateMedicalSurgery
+- proto: ClosetL3VirologyFilled
entities:
- - uid: 7264
+ - uid: 6695
components:
- type: Transform
- pos: 20.5,-17.5
+ pos: 14.5,-7.5
parent: 31
-- proto: CrateNPCHamlet
+- proto: ClosetMaintenanceFilledRandom
entities:
- - uid: 2458
+ - uid: 550
components:
- type: Transform
- pos: 0.5,29.5
+ pos: 46.5,-0.5
parent: 31
-- proto: CratePrivateSecure
- entities:
- - uid: 2363
+ - uid: 1412
components:
- type: Transform
- pos: -2.5,16.5
+ pos: -7.5,-8.5
parent: 31
- type: EntityStorage
air:
volume: 200
immutable: False
- temperature: 293.1496
+ temperature: 293.14963
moles:
- 1.7459903
- 6.568249
@@ -29018,22355 +28595,26838 @@ entities:
- 0
- 0
- 0
- - type: ContainerContainer
- containers:
- entity_storage: !type:Container
- showEnts: False
- occludes: True
- ents:
- - 2480
- - 2481
- - 3041
- - 3485
- - 3831
- - 3832
- paper_label: !type:ContainerSlot
- showEnts: False
- occludes: True
- ent: null
-- proto: CrateTrashCart
- entities:
- - uid: 4318
+ - uid: 7058
components:
- type: Transform
- pos: 40.5,-3.5
+ pos: 29.5,-9.5
parent: 31
- - uid: 6904
+ - uid: 7518
components:
- type: Transform
- pos: 23.5,-18.5
+ pos: -11.5,-12.5
parent: 31
- - uid: 7087
+ - uid: 7789
components:
- type: Transform
- pos: -7.5,-12.5
+ pos: -19.5,12.5
parent: 31
-- proto: CrateTrashCartFilled
- entities:
- - uid: 10468
+ - uid: 7911
components:
- type: Transform
- pos: -31.5,-13.5
+ pos: 23.5,1.5
parent: 31
-- proto: CrateTrashCartJani
- entities:
- - uid: 125
+ - uid: 7948
components:
- type: Transform
- pos: -20.5,-11.5
+ pos: 24.5,-25.5
parent: 31
-- proto: CrayonBox
- entities:
- - uid: 263
+ - uid: 9465
components:
- type: Transform
- pos: -19.62684,-5.2181053
+ pos: -9.5,-39.5
parent: 31
-- proto: Crematorium
- entities:
- - uid: 10312
+ - uid: 9570
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -31.5,-24.5
+ pos: -27.5,13.5
parent: 31
-- proto: CrewMonitoringServer
- entities:
- - uid: 879
+ - uid: 9571
components:
- type: Transform
- pos: 57.5,-9.5
+ pos: -5.5,20.5
parent: 31
- - type: SingletonDeviceNetServer
- active: False
- available: False
-- proto: CrowbarRed
- entities:
- - uid: 2093
+ - uid: 9572
components:
- type: Transform
- pos: -3.7752368,12.511271
+ pos: 27.5,-18.5
parent: 31
- - uid: 7562
+ - uid: 9675
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -52.74314,-11.621845
+ pos: -1.5,-41.5
parent: 31
- - uid: 8834
+ - uid: 9793
components:
- type: Transform
- pos: 8.498364,31.458696
+ pos: 5.5,-37.5
parent: 31
- - uid: 9114
+ - uid: 9794
components:
- type: Transform
- pos: -10.463156,-6.5336485
+ pos: -11.5,-36.5
parent: 31
-- proto: CryogenicSleepUnit
- entities:
- - uid: 9172
+ - uid: 9862
components:
- type: Transform
- pos: -42.5,-3.5
+ pos: 11.5,-19.5
parent: 31
- - uid: 9184
+ - uid: 10221
components:
- type: Transform
- pos: -40.5,-3.5
+ pos: -30.5,-13.5
parent: 31
-- proto: CryogenicSleepUnitSpawnerLateJoin
- entities:
- - uid: 9197
+ - uid: 10646
components:
- type: Transform
- pos: -40.5,-5.5
+ pos: 45.5,-13.5
parent: 31
-- proto: CryogenicSleepUnitSpawnerPrisoner
- entities:
- - uid: 7306
+ - uid: 11123
components:
- type: Transform
- pos: -15.5,9.5
+ pos: -4.5,29.5
parent: 31
-- proto: CryoPod
- entities:
- - uid: 5231
+ - uid: 11229
components:
- type: Transform
- pos: 7.5,-15.5
+ pos: -27.5,-15.5
parent: 31
-- proto: CryoxadoneBeakerSmall
- entities:
- - uid: 6015
+ - type: Fixtures
+ fixtures:
+ fix1:
+ shape: !type:PolygonShape
+ radius: 0.01
+ vertices:
+ - -0.25,-0.48
+ - 0.25,-0.48
+ - 0.25,0.48
+ - -0.25,0.48
+ mask:
+ - Impassable
+ - TableLayer
+ - LowImpassable
+ layer:
+ - BulletImpassable
+ - Opaque
+ density: 75
+ hard: True
+ restitution: 0
+ friction: 0.4
+ - type: EntityStorage
+ open: True
+ removedMasks: 20
+ - type: PlaceableSurface
+ isPlaceable: True
+ - uid: 11244
components:
- type: Transform
- pos: 7.2794514,-13.17127
+ pos: -31.5,9.5
parent: 31
-- proto: CultAltarSpawner
+- proto: ClosetRadiationSuitFilled
entities:
- - uid: 9689
+ - uid: 5127
components:
- type: Transform
- pos: 7.5,-41.5
+ pos: 52.5,1.5
parent: 31
-- proto: CurtainsPurpleOpen
- entities:
- - uid: 2847
+ - uid: 7068
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-17.5
+ pos: 53.5,1.5
parent: 31
- - uid: 4887
+ - uid: 7571
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-17.5
+ pos: -11.5,-11.5
parent: 31
- - uid: 7344
+ - uid: 8159
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -27.5,-22.5
+ pos: -7.5,-25.5
parent: 31
- - uid: 8100
+ - uid: 12046
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -27.5,-21.5
+ pos: 59.5,6.5
parent: 31
- - uid: 8500
+- proto: ClosetSteelBase
+ entities:
+ - uid: 7853
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-17.5
+ pos: 27.5,-22.5
parent: 31
- - uid: 9462
+ - type: EntityStorage
+ air:
+ volume: 200
+ immutable: False
+ temperature: 293.1496
+ moles:
+ - 1.7459903
+ - 6.568249
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - type: ContainerContainer
+ containers:
+ entity_storage: !type:Container
+ showEnts: False
+ occludes: True
+ ents:
+ - 7856
+ - 7859
+ - 7854
+ - 7857
+ - 7855
+ paper_label: !type:ContainerSlot
+ showEnts: False
+ occludes: True
+ ent: null
+- proto: ClosetWallEmergency
+ entities:
+ - uid: 9865
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -21.5,-17.5
+ pos: -34.5,0.5
parent: 31
- - uid: 10706
+- proto: ClosetWallEmergencyFilledRandom
+ entities:
+ - uid: 7301
components:
- type: Transform
- pos: -25.5,-25.5
+ pos: -5.5,-24.5
parent: 31
- - uid: 10707
+ - uid: 9868
components:
- type: Transform
- pos: -26.5,-25.5
+ pos: 28.5,7.5
parent: 31
- - uid: 11712
+- proto: ClosetWallFireFilledRandom
+ entities:
+ - uid: 339
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -6.5,-20.5
+ pos: -33.5,8.5
parent: 31
- - uid: 11713
+ - uid: 7105
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -6.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: -34.5,-0.5
parent: 31
- - uid: 11714
+ - uid: 7302
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -6.5,-22.5
+ pos: -6.5,-24.5
parent: 31
-- proto: CurtainsRedOpen
+- proto: ClosetWallMaintenanceFilledRandom
entities:
- - uid: 175
+ - uid: 9864
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,-31.5
+ pos: -31.5,-3.5
parent: 31
- - uid: 221
+- proto: ClothingBeltChampion
+ entities:
+ - uid: 4197
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-31.5
+ pos: -3.520069,18.786497
parent: 31
- - uid: 7317
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: ClothingBeltUtility
+ entities:
+ - uid: 4757
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,-31.5
+ pos: 10.66112,-19.235216
parent: 31
- - uid: 11690
+- proto: ClothingBeltUtilityFilled
+ entities:
+ - uid: 7482
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,-35.5
+ pos: 35.56775,-3.545828
parent: 31
-- proto: CyborgEndoskeleton
+- proto: ClothingEyesEyepatch
entities:
- - uid: 942
+ - uid: 3964
components:
- type: Transform
- pos: -0.49411595,-30.373203
+ pos: 35.470943,-15.2492285
parent: 31
-- proto: d20Dice
+- proto: ClothingEyesGlasses
entities:
- - uid: 2357
+ - uid: 7107
components:
- type: Transform
- pos: -23.834803,-5.3811545
- parent: 31
- - uid: 4723
+ parent: 7110
+ - type: Physics
+ canCollide: False
+ - uid: 11264
components:
- type: Transform
- pos: 11.36982,-23.570984
+ pos: -9.178577,-18.39677
parent: 31
-- proto: d6Dice
- entities:
- - uid: 4249
+ - uid: 11265
components:
- type: Transform
- pos: 10.80732,-23.477234
+ pos: -9.162952,-18.61552
parent: 31
- - uid: 7292
+ - uid: 11266
components:
- type: Transform
- pos: 10.46357,-23.664734
+ pos: -9.162952,-18.20927
parent: 31
-- proto: d8Dice
+- proto: ClothingEyesGlassesMeson
entities:
- - uid: 2358
- components:
- - type: Transform
- pos: -24.287928,-6.3967795
- parent: 31
- - uid: 7293
+ - uid: 8213
components:
- type: Transform
- pos: 11.27607,-24.265812
+ pos: 35.614624,-3.264578
parent: 31
-- proto: DefaultStationBeacon
+- proto: ClothingEyesGlassesSunglasses
entities:
- - uid: 774
+ - uid: 4235
components:
- type: Transform
- pos: -39.5,5.5
+ pos: -10.276402,-6.3744125
parent: 31
- - type: NavMapBeacon
- text: evac
- - uid: 1374
+- proto: ClothingEyesHudDiagnostic
+ entities:
+ - uid: 7580
components:
- type: Transform
- pos: 44.5,-24.5
+ pos: 32.538,-3.0937886
parent: 31
- - type: NavMapBeacon
- text: observatory
-- proto: DefaultStationBeaconAME
+- proto: ClothingEyesHudMedical
entities:
- - uid: 7280
+ - uid: 6512
components:
- type: Transform
- pos: 47.5,8.5
+ pos: 16.646324,-6.5235434
parent: 31
-- proto: DefaultStationBeaconAnomalyGenerator
+- proto: ClothingHandsGlovesColorBlack
entities:
- - uid: 11361
+ - uid: 11225
components:
- type: Transform
- pos: -5.5,-30.5
+ pos: -29.520256,-9.469171
parent: 31
-- proto: DefaultStationBeaconArmory
+- proto: ClothingHandsGlovesColorYellow
entities:
- - uid: 10088
+ - uid: 2523
components:
- type: Transform
- pos: -12.5,19.5
+ pos: -29.506107,7.62424
parent: 31
-- proto: DefaultStationBeaconArrivals
- entities:
- - uid: 812
+ - uid: 7572
components:
- type: Transform
- pos: -44.5,-10.5
+ pos: -11.565304,-10.576338
parent: 31
-- proto: DefaultStationBeaconArtifactLab
- entities:
- - uid: 11363
+ - uid: 7581
components:
- type: Transform
- pos: -12.5,-29.5
+ pos: 32.479706,-2.7047698
parent: 31
-- proto: DefaultStationBeaconAtmospherics
+- proto: ClothingHandsGlovesCombat
entities:
- - uid: 11312
+ - uid: 6427
components:
- type: Transform
- pos: 31.5,12.5
+ pos: 51.410316,17.602825
parent: 31
-- proto: DefaultStationBeaconBar
+- proto: ClothingHandsGlovesLatex
entities:
- - uid: 11319
+ - uid: 2212
components:
- type: Transform
- pos: -5.5,-5.5
+ pos: 19.45916,-20.403913
parent: 31
-- proto: DefaultStationBeaconBotany
- entities:
- - uid: 11320
+ - uid: 7102
components:
- type: Transform
- pos: -18.5,-0.5
- parent: 31
-- proto: DefaultStationBeaconBridge
+ parent: 7110
+ - type: Physics
+ canCollide: False
+- proto: ClothingHandsGlovesLeather
entities:
- - uid: 11269
+ - uid: 9670
components:
- type: Transform
- pos: 3.5,30.5
+ pos: -4.544421,-41.335396
parent: 31
-- proto: DefaultStationBeaconBrig
+- proto: ClothingHandsGlovesMercFingerless
entities:
- - uid: 8881
+ - uid: 988
components:
- type: Transform
- pos: -10.5,8.5
+ pos: 30.104523,-19.311977
parent: 31
-- proto: DefaultStationBeaconCaptainsQuarters
+- proto: ClothingHandsGlovesNitrile
entities:
- - uid: 11268
+ - uid: 10029
components:
- type: Transform
- pos: 8.5,25.5
+ pos: 19.51705,-18.456926
parent: 31
-- proto: DefaultStationBeaconCargoBay
+- proto: ClothingHeadHatAnimalCatBlack
entities:
- - uid: 3509
+ - uid: 7971
components:
- type: Transform
- pos: 21.5,16.5
+ pos: 26.502825,-1.4970446
parent: 31
-- proto: DefaultStationBeaconCargoReception
+- proto: ClothingHeadHatAnimalHeadslime
entities:
- - uid: 2494
+ - uid: 3367
components:
- type: Transform
- pos: 14.5,10.5
+ pos: -4.5089555,-12.629585
parent: 31
-- proto: DefaultStationBeaconCERoom
+- proto: ClothingHeadHatBeret
entities:
- - uid: 3513
+ - uid: 819
components:
- type: Transform
- pos: 39.5,-0.5
+ pos: -22.754051,9.462572
parent: 31
-- proto: DefaultStationBeaconChapel
+- proto: ClothingHeadHatBeretBrigmedic
entities:
- - uid: 11653
+ - uid: 6607
components:
- type: Transform
- pos: -21.5,-20.5
+ pos: 14.371354,-5.1023016
parent: 31
-- proto: DefaultStationBeaconChemistry
+- proto: ClothingHeadHatBowlerHat
entities:
- - uid: 7256
+ - uid: 9261
components:
- type: Transform
- pos: 16.5,-0.5
+ pos: 0.36587167,-19.353008
parent: 31
-- proto: DefaultStationBeaconCMORoom
+- proto: ClothingHeadHatFedoraBrown
entities:
- - uid: 7276
+ - uid: 7484
components:
- type: Transform
- pos: 23.5,-10.5
+ pos: -21.550486,17.73303
parent: 31
-- proto: DefaultStationBeaconCryonics
- entities:
- - uid: 8316
+ - uid: 7857
components:
- type: Transform
- pos: 8.5,-15.5
- parent: 31
-- proto: DefaultStationBeaconCryosleep
+ parent: 7853
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+- proto: ClothingHeadHatFlowerWreath
entities:
- - uid: 9207
+ - uid: 3235
components:
- type: Transform
- pos: -41.5,-4.5
+ pos: 49.449142,-25.427004
parent: 31
-- proto: DefaultStationBeaconDisposals
+- proto: ClothingHeadHatHardhatOrange
entities:
- - uid: 7954
+ - uid: 10803
components:
- type: Transform
- pos: -30.5,-16.5
+ pos: 23.016964,-16.05082
parent: 31
-- proto: DefaultStationBeaconEngineering
+- proto: ClothingHeadHatPirate
entities:
- - uid: 7281
+ - uid: 4503
components:
- type: Transform
- pos: 33.5,4.5
+ pos: 36.423782,-15.13722
parent: 31
- - uid: 11056
+- proto: ClothingHeadHatPumpkin
+ entities:
+ - uid: 7407
components:
- type: Transform
- pos: 57.5,10.5
+ pos: 48.273617,-26.666399
parent: 31
- - type: NavMapBeacon
- text: Tesla Storage
-- proto: DefaultStationBeaconEscapePod
+- proto: ClothingHeadHatUshanka
entities:
- - uid: 11467
+ - uid: 844
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 31.5,-17.5
+ pos: -15.464306,-10.5187645
parent: 31
- - uid: 11468
+ - uid: 7570
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,-41.5
+ pos: -15.5245695,-10.430269
parent: 31
-- proto: DefaultStationBeaconEVAStorage
+- proto: ClothingHeadHatWelding
entities:
- - uid: 7640
+ - uid: 71
components:
- type: Transform
- pos: 8.5,9.5
+ pos: -1.6376766,-24.290537
parent: 31
-- proto: DefaultStationBeaconHOPOffice
+- proto: ClothingHeadsetGrey
entities:
- - uid: 2464
+ - uid: 10480
components:
- type: Transform
- pos: 8.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 49.173836,-5.2182446
parent: 31
-- proto: DefaultStationBeaconHOSRoom
+- proto: ClothingMaskBreath
entities:
- - uid: 778
+ - uid: 4147
components:
- type: Transform
- pos: -8.5,20.5
+ pos: -11.563622,-27.408012
parent: 31
-- proto: DefaultStationBeaconJanitorsCloset
- entities:
- - uid: 11323
+ - uid: 10661
components:
- type: Transform
- pos: -18.5,-11.5
+ pos: 43.593338,-13.568842
parent: 31
-- proto: DefaultStationBeaconKitchen
+- proto: ClothingMaskBreathMedical
entities:
- - uid: 11318
+ - uid: 10027
components:
- type: Transform
- pos: -12.5,-0.5
+ pos: 18.631598,-18.486423
parent: 31
-- proto: DefaultStationBeaconLibrary
+- proto: ClothingMaskGas
entities:
- - uid: 11325
+ - uid: 7970
components:
- type: Transform
- pos: 9.5,-26.5
+ pos: 37.548763,-3.266727
parent: 31
-- proto: DefaultStationBeaconMantis
+- proto: ClothingMaskGasMerc
entities:
- - uid: 11757
+ - uid: 952
components:
- type: Transform
- pos: 4.5,-33.5
+ pos: 29.33713,-19.311977
parent: 31
-- proto: DefaultStationBeaconMedbay
+- proto: ClothingMaskGasSecurity
entities:
- - uid: 5767
+ - uid: 7139
components:
- type: Transform
- pos: 9.5,-9.5
+ pos: 3.4708445,-42.623608
parent: 31
-- proto: DefaultStationBeaconMedical
+- proto: ClothingMaskNeckGaiter
entities:
- - uid: 1215
+ - uid: 3141
components:
- type: Transform
- pos: 9.5,-2.5
+ pos: 4.570995,-42.497837
parent: 31
-- proto: DefaultStationBeaconMorgue
+- proto: ClothingMaskSterile
entities:
- - uid: 7275
+ - uid: 7101
components:
- type: Transform
- pos: 13.5,-15.5
- parent: 31
-- proto: DefaultStationBeaconPermaBrig
- entities:
- - uid: 11316
+ parent: 7110
+ - type: Physics
+ canCollide: False
+ - uid: 9034
components:
- type: Transform
- pos: -17.5,9.5
+ pos: 19.448904,-20.24775
parent: 31
-- proto: DefaultStationBeaconPowerBank
+- proto: ClothingNeckBling
entities:
- - uid: 11352
+ - uid: 718
components:
- type: Transform
- pos: 41.5,5.5
+ pos: -3.566944,18.770872
parent: 31
-- proto: DefaultStationBeaconProber
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: ClothingNeckCloakTrans
entities:
- - uid: 11652
+ - uid: 9748
components:
- type: Transform
- pos: -13.5,-24.5
+ pos: -28.4315,17.631725
parent: 31
-- proto: DefaultStationBeaconQMRoom
+- proto: ClothingNeckNonBinaryPin
entities:
- - uid: 11353
+ - uid: 11135
components:
- type: Transform
- pos: 27.5,9.5
+ pos: 43.27403,-8.317395
parent: 31
-- proto: DefaultStationBeaconRDRoom
+- proto: ClothingNeckScarfStripedBlue
entities:
- - uid: 11354
+ - uid: 7843
components:
- type: Transform
- pos: -4.5,-21.5
+ pos: -13.566107,24.548891
parent: 31
-- proto: DefaultStationBeaconRND
+- proto: ClothingNeckScarfStripedGreen
entities:
- - uid: 11355
+ - uid: 9028
components:
- type: Transform
- pos: -15.5,-23.5
+ pos: 54.455875,-22.53784
parent: 31
-- proto: DefaultStationBeaconRobotics
+- proto: ClothingNeckScarfStripedRed
entities:
- - uid: 11360
+ - uid: 10690
components:
- type: Transform
- pos: -1.5,-27.5
+ rot: 1.5707963267948966 rad
+ pos: -16.557934,-39.78134
parent: 31
-- proto: DefaultStationBeaconSalvage
+- proto: ClothingNeckScarfStripedZebra
entities:
- - uid: 11321
+ - uid: 7895
components:
- type: Transform
- pos: 27.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -19.198872,-5.9850674
parent: 31
-- proto: DefaultStationBeaconScience
+- proto: ClothingNeckTieRed
entities:
- - uid: 1208
+ - uid: 7109
components:
- type: Transform
- pos: -9.5,-20.5
- parent: 31
-- proto: DefaultStationBeaconSecurity
- entities:
- - uid: 1136
+ parent: 7110
+ - type: Physics
+ canCollide: False
+ - uid: 7856
components:
- type: Transform
- pos: -7.5,11.5
- parent: 31
-- proto: DefaultStationBeaconServerRoom
+ parent: 7853
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+- proto: ClothingOuterArmorBasic
entities:
- - uid: 11356
+ - uid: 1206
components:
- type: Transform
- pos: -1.5,-21.5
+ pos: -11.694116,19.672714
parent: 31
-- proto: DefaultStationBeaconSingularity
- entities:
- - uid: 11358
+ - uid: 9622
components:
- type: Transform
- pos: 60.5,2.5
+ pos: -11.490991,19.672714
parent: 31
-- proto: DefaultStationBeaconSolars
+- proto: ClothingOuterArmorBulletproof
entities:
- - uid: 11364
+ - uid: 36
components:
- type: Transform
- pos: 15.5,-29.5
+ pos: -11.170591,19.266254
parent: 31
- - uid: 11365
+ - uid: 42
components:
- type: Transform
- pos: -31.5,-32.5
+ pos: -11.436216,19.297504
parent: 31
- - uid: 11366
+ - uid: 43
components:
- type: Transform
- pos: -22.5,24.5
+ pos: -11.733091,19.297504
parent: 31
-- proto: DefaultStationBeaconTechVault
+- proto: ClothingOuterArmorReflective
entities:
- - uid: 1316
+ - uid: 8020
components:
- type: Transform
- pos: 27.5,1.5
+ pos: -11.209741,19.672714
parent: 31
-- proto: DefaultStationBeaconTEG
+- proto: ClothingOuterCoatDetective
entities:
- - uid: 11314
+ - uid: 7480
components:
- type: Transform
- pos: 38.5,14.5
+ pos: -21.602036,17.352358
parent: 31
-- proto: DefaultStationBeaconTelecoms
- entities:
- - uid: 11357
+ - uid: 7854
components:
- type: Transform
- pos: 50.5,-5.5
- parent: 31
-- proto: DefaultStationBeaconToolRoom
+ parent: 7853
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+- proto: ClothingOuterCoatJensen
entities:
- - uid: 11317
+ - uid: 9758
components:
- type: Transform
- pos: -27.5,9.5
+ pos: -2.537119,-39.46948
parent: 31
-- proto: DefaultStationBeaconVault
- entities:
- - uid: 11315
+ - uid: 11245
components:
- type: Transform
- pos: -1.5,17.5
+ pos: -31.464373,10.564828
parent: 31
-- proto: DefaultStationBeaconWardensOffice
+- proto: ClothingOuterCoatLab
entities:
- - uid: 762
+ - uid: 4231
components:
- type: Transform
- pos: -1.5,8.5
+ parent: 7110
+ - type: Physics
+ canCollide: False
+- proto: ClothingOuterCoatPirate
+ entities:
+ - uid: 7065
+ components:
+ - type: Transform
+ pos: 36.486282,-15.465345
parent: 31
-- proto: DefibrillatorCabinetFilled
+- proto: ClothingOuterSanta
entities:
- - uid: 7340
+ - uid: 108
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 11.5,-12.5
+ pos: -11.396052,16.59143
parent: 31
- - uid: 9834
+ - uid: 4166
components:
- type: Transform
- pos: 1.5,29.5
+ pos: -11.396052,16.59143
parent: 31
- - uid: 9835
+ - uid: 4457
components:
- type: Transform
- pos: -32.5,6.5
+ pos: -11.396052,16.59143
parent: 31
- - uid: 10032
+ - uid: 8422
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 16.5,-17.5
+ pos: -11.396052,16.59143
parent: 31
-- proto: DeployableBarrier
- entities:
- - uid: 2502
+ - uid: 8447
components:
- type: Transform
- pos: -6.5,17.5
+ pos: -11.396052,16.59143
parent: 31
- - uid: 9369
+ - uid: 11334
components:
- type: Transform
- pos: -5.5,17.5
+ pos: -11.396052,16.59143
parent: 31
-- proto: DeskBell
- entities:
- - uid: 2195
+ - uid: 11335
components:
- type: Transform
- pos: 7.9000525,-3.1977162
+ pos: -11.396052,16.59143
parent: 31
-- proto: DiceBag
+ - uid: 11336
+ components:
+ - type: Transform
+ pos: -11.396052,16.59143
+ parent: 31
+- proto: ClothingOuterVestHazard
entities:
- - uid: 10207
+ - uid: 10789
components:
- type: Transform
- pos: 10.362751,-24.393734
+ pos: 24.612627,13.574452
parent: 31
- - uid: 10208
+ - uid: 10802
components:
- type: Transform
- pos: 10.756269,-24.370586
+ rot: -1.5707963267948966 rad
+ pos: 23.631699,-16.632479
parent: 31
-- proto: DiseaseDiagnoser
+- proto: ClothingOuterWinterCE
entities:
- - uid: 8435
+ - uid: 9035
components:
- type: Transform
- pos: 19.5,-5.5
+ pos: 38.383812,-0.3536343
parent: 31
-- proto: DisgustingSweptSoup
+- proto: ClothingOuterWinterCentcom
entities:
- - uid: 9020
+ - uid: 9036
components:
- type: Transform
- pos: -12.586034,24.541399
+ pos: 49.408,-22.48963
parent: 31
-- proto: DisposalBend
+- proto: ClothingOuterWinterCMO
entities:
- - uid: 61
+ - uid: 7088
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,-27.5
+ rot: -1.5707963267948966 rad
+ pos: 25.358017,-10.661482
parent: 31
- - uid: 238
+- proto: ClothingOuterWinterCoat
+ entities:
+ - uid: 7644
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 37.5,3.5
+ pos: 7.310254,-13.535391
parent: 31
- - uid: 310
+ - uid: 11226
components:
- type: Transform
- pos: 8.5,17.5
+ pos: -30.51289,-9.469171
parent: 31
- - uid: 399
+- proto: ClothingOuterWinterHoP
+ entities:
+ - uid: 10828
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -15.5,-27.5
+ pos: 10.3903475,16.346748
parent: 31
- - uid: 838
+- proto: ClothingOuterWinterHoS
+ entities:
+ - uid: 9031
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: -29.5,10.5
+ pos: -7.499014,20.716234
parent: 31
- - uid: 839
+- proto: ClothingOuterWinterQM
+ entities:
+ - uid: 9925
components:
- type: Transform
- pos: -28.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 29.360077,8.344849
parent: 31
- - uid: 848
+- proto: ClothingOuterWinterRD
+ entities:
+ - uid: 9116
components:
- type: Transform
- pos: -8.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -3.6681519,-23.621525
parent: 31
- - uid: 849
+- proto: ClothingShoesBootsJack
+ entities:
+ - uid: 10692
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.5,-20.5
+ pos: 41.713104,-10.668272
parent: 31
- - uid: 874
+- proto: ClothingShoesBootsMag
+ entities:
+ - uid: 1014
components:
- type: Transform
- pos: 7.5,11.5
+ pos: 10.330068,10.623066
parent: 31
- - uid: 927
+ - uid: 1541
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,-16.5
+ pos: 10.3269205,11.58763
parent: 31
- - uid: 2012
+ - uid: 3136
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-16.5
+ pos: 10.6550455,11.540755
parent: 31
- - uid: 2299
+ - uid: 7151
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,-11.5
+ pos: 10.642568,10.482441
parent: 31
- - uid: 2315
+ - uid: 10980
components:
- type: Transform
- pos: -5.5,12.5
+ pos: 58.78938,-5.6705165
parent: 31
- - uid: 2335
+- proto: ClothingShoesBootsMerc
+ entities:
+ - uid: 1109
components:
- type: Transform
- pos: -4.5,-16.5
+ pos: -6.4295473,32.285225
parent: 31
- - uid: 2874
+- proto: ClothingShoesBootsPerformer
+ entities:
+ - uid: 8319
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -27.5,-8.5
+ pos: 29.355263,-21.266848
parent: 31
- - uid: 3883
+- proto: ClothingShoesCult
+ entities:
+ - uid: 2066
components:
- type: Transform
- pos: 3.5,28.5
+ pos: 4.5165205,-41.275776
parent: 31
- - uid: 4056
+- proto: ClothingShoesFlippers
+ entities:
+ - uid: 7969
components:
- type: Transform
- pos: -10.5,-18.5
+ pos: 37.55209,-3.407352
parent: 31
- - uid: 4090
+- proto: ClothingShoesLeather
+ entities:
+ - uid: 7098
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -14.5,-18.5
- parent: 31
- - uid: 4206
+ parent: 7110
+ - type: Physics
+ canCollide: False
+ - uid: 10585
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-14.5
+ pos: 30.458075,-9.757927
parent: 31
- - uid: 4703
+- proto: ClothingShoeSlippersDuck
+ entities:
+ - uid: 7858
components:
- type: Transform
- pos: -30.5,-14.5
+ pos: 26.546747,-24.62174
parent: 31
- - uid: 4790
+ - uid: 11362
components:
- type: Transform
- pos: 6.5,-27.5
+ pos: -5.414235,-29.644104
parent: 31
- - uid: 5100
+- proto: ClothingUniformColorRainbow
+ entities:
+ - uid: 8410
components:
- type: Transform
- pos: 14.5,-0.5
+ pos: 37.603355,-3.5149672
parent: 31
- - uid: 5292
+- proto: ClothingUniformJumpskirtDetective
+ entities:
+ - uid: 7972
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -28.5,-16.5
+ pos: 14.57035,20.510712
parent: 31
- - uid: 5742
+- proto: ClothingUniformJumpsuitAncient
+ entities:
+ - uid: 8953
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -28.5,-29.5
+ pos: -27.587215,7.5242066
parent: 31
- - uid: 5758
+- proto: ClothingUniformJumpsuitBartender
+ entities:
+ - uid: 11109
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -20.5,-27.5
- parent: 31
- - uid: 6586
- components:
- - type: Transform
- pos: 33.5,-17.5
+ pos: -34.617214,17.30891
parent: 31
- - uid: 7420
+- proto: ClothingUniformJumpsuitDetective
+ entities:
+ - uid: 7108
components:
- type: Transform
- pos: 18.5,-10.5
- parent: 31
- - uid: 7430
+ parent: 7110
+ - type: Physics
+ canCollide: False
+ - uid: 7973
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 29.5,3.5
+ pos: 14.460975,20.651337
parent: 31
- - uid: 7631
+- proto: ClothingUniformJumpsuitMercenary
+ entities:
+ - uid: 3571
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -20.5,-29.5
+ pos: 30.429188,-19.665958
parent: 31
- - uid: 8092
+- proto: ComfyChair
+ entities:
+ - uid: 205
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 62.5,1.5
+ pos: -21.5,10.5
parent: 31
- - uid: 8093
+ - uid: 417
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 62.5,0.5
+ pos: -3.5,-20.5
parent: 31
- - uid: 8445
+ - uid: 519
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,1.5
+ rot: 3.141592653589793 rad
+ pos: -31.5,16.5
parent: 31
- - uid: 9338
+ - uid: 732
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -34.5,3.5
+ pos: -31.5,18.5
parent: 31
- - uid: 10147
+ - uid: 736
components:
- type: Transform
- pos: 49.5,-29.5
+ pos: 7.5,25.5
parent: 31
- - uid: 10149
+ - type: Construction
+ edge: 0
+ - uid: 816
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 47.5,-29.5
+ pos: -22.5,8.5
parent: 31
- - uid: 10150
+ - uid: 1209
components:
- type: Transform
- pos: 47.5,-28.5
+ pos: -30.5,-4.5
parent: 31
- - uid: 10151
+ - uid: 1715
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 45.5,-28.5
+ pos: 38.5,-1.5
parent: 31
- - uid: 10152
+ - uid: 2131
components:
- type: Transform
- pos: 45.5,-26.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,-7.5
parent: 31
- - uid: 10153
+ - uid: 2439
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 44.5,-26.5
+ pos: 0.5,-6.5
parent: 31
- - uid: 10154
+ - uid: 2824
components:
- type: Transform
- pos: 44.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,0.5
parent: 31
- - uid: 10167
+ - uid: 2893
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 33.5,-25.5
+ pos: 8.5,17.5
parent: 31
- - uid: 10188
+ - uid: 3594
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 19.5,-17.5
+ pos: -4.5,0.5
parent: 31
- - uid: 10194
+ - uid: 4007
components:
- type: Transform
- pos: 19.5,-11.5
+ pos: 0.5,-4.5
parent: 31
- - uid: 10195
+ - uid: 4164
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 18.5,-11.5
+ pos: -0.5,1.5
parent: 31
- - uid: 10206
+ - uid: 4882
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-10.5
+ pos: -8.5,21.5
parent: 31
- - uid: 10284
+ - uid: 5065
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -35.5,5.5
+ pos: 7.5,23.5
parent: 31
- - uid: 10295
+ - uid: 7165
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -35.5,15.5
+ pos: 12.5,-30.5
parent: 31
- - uid: 11896
+ - uid: 7331
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 67.5,1.5
+ pos: 23.5,-10.5
parent: 31
-- proto: DisposalJunction
- entities:
- - uid: 176
+ - uid: 7373
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -28.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,-20.5
parent: 31
- - uid: 177
+ - uid: 7851
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -22.5,3.5
+ pos: 27.5,-24.5
parent: 31
- - uid: 945
+ - uid: 8721
components:
- type: Transform
- pos: -34.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: -36.5,-28.5
parent: 31
- - uid: 2016
+ - uid: 8722
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,-11.5
+ pos: -35.5,-29.5
parent: 31
- - uid: 2290
+ - uid: 8723
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 12.5,-0.5
+ pos: -34.5,-29.5
parent: 31
- - uid: 2386
+ - uid: 10202
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 14.5,-10.5
+ pos: -22.5,10.5
parent: 31
- - uid: 4038
+ - uid: 10213
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,-18.5
+ rot: 3.141592653589793 rad
+ pos: -21.5,8.5
parent: 31
- - uid: 4149
+- proto: CommsComputerCircuitboard
+ entities:
+ - uid: 12579
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,3.5
+ pos: -3.7380998,16.490118
parent: 31
- - uid: 4806
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: ComputerAlert
+ entities:
+ - uid: 8800
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -10.5,-25.5
+ pos: 7.5,31.5
parent: 31
- - uid: 7265
+ - uid: 12050
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 7.5,4.5
+ pos: 60.5,4.5
parent: 31
- - uid: 9587
+- proto: ComputerAnalysisConsole
+ entities:
+ - uid: 9292
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,-30.5
parent: 31
- - uid: 10297
+ - type: DeviceLinkSource
+ linkedPorts:
+ 9418:
+ - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver
+- proto: computerBodyScanner
+ entities:
+ - uid: 7285
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -30.5,-18.5
+ pos: 20.5,-15.5
parent: 31
-- proto: DisposalJunctionFlipped
+- proto: ComputerCargoBounty
entities:
- - uid: 166
+ - uid: 8796
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 34.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 18.5,9.5
parent: 31
- - uid: 170
+- proto: ComputerCargoOrders
+ entities:
+ - uid: 3602
components:
- type: Transform
- pos: 3.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: 26.5,8.5
parent: 31
- - uid: 313
+ - uid: 4309
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 12.5,4.5
+ pos: 16.5,9.5
parent: 31
- - uid: 352
+- proto: ComputerCargoShuttle
+ entities:
+ - uid: 4254
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -7.5,3.5
+ pos: 24.5,15.5
parent: 31
- - uid: 365
+- proto: ComputerCloningConsole
+ entities:
+ - uid: 11686
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -11.5,3.5
+ pos: 10.5,-16.5
parent: 31
- - uid: 1026
+- proto: ComputerComms
+ entities:
+ - uid: 1370
components:
- type: Transform
- pos: 3.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,23.5
parent: 31
- - uid: 3408
+ - uid: 2721
components:
- type: Transform
- pos: -32.5,-8.5
+ pos: 3.5,32.5
parent: 31
- - uid: 3794
+- proto: ComputerCrewMonitoring
+ entities:
+ - uid: 955
components:
- type: Transform
- pos: -15.5,-25.5
+ pos: 23.5,-9.5
parent: 31
-- proto: DisposalPipe
- entities:
- - uid: 56
+ - uid: 2448
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 23.5,4.5
+ pos: 0.5,32.5
parent: 31
- - uid: 169
+ - uid: 7674
components:
- type: Transform
- pos: 3.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-4.5
parent: 31
- - uid: 171
+- proto: ComputerCriminalRecords
+ entities:
+ - uid: 2964
components:
- type: Transform
- pos: 3.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,7.5
parent: 31
- - uid: 180
+ - uid: 8803
components:
- type: Transform
- pos: 3.5,8.5
+ pos: 8.5,30.5
parent: 31
- - uid: 181
+- proto: ComputerId
+ entities:
+ - uid: 810
components:
- type: Transform
- pos: 3.5,9.5
+ pos: 7.5,21.5
parent: 31
- - uid: 189
+ - uid: 870
components:
- type: Transform
- pos: -28.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 4.5,31.5
parent: 31
- - uid: 190
+ - uid: 1113
components:
- type: Transform
- pos: -28.5,6.5
+ pos: -3.5,-19.5
parent: 31
- - uid: 191
+ - uid: 2065
components:
- type: Transform
- pos: -28.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,21.5
parent: 31
- - uid: 192
+ - uid: 2204
components:
- type: Transform
- pos: -28.5,8.5
+ pos: 29.5,10.5
parent: 31
- - uid: 193
+ - uid: 6840
components:
- type: Transform
- pos: -28.5,9.5
- parent: 31
- - uid: 212
- components:
- - type: Transform
- pos: 24.5,5.5
+ pos: 24.5,-9.5
parent: 31
- - uid: 213
+ - uid: 11014
components:
- type: Transform
- pos: 24.5,6.5
+ rot: 1.5707963267948966 rad
+ pos: 37.5,0.5
parent: 31
- - uid: 214
+- proto: ComputerPalletConsole
+ entities:
+ - uid: 6865
components:
- type: Transform
- pos: 24.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 21.5,7.5
parent: 31
- - uid: 223
+- proto: ComputerPowerMonitoring
+ entities:
+ - uid: 4306
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,1.5
+ pos: 42.5,4.5
parent: 31
- - uid: 224
+ - uid: 12048
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: 60.5,3.5
parent: 31
- - uid: 225
+- proto: ComputerRadar
+ entities:
+ - uid: 579
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 32.5,22.5
parent: 31
- - uid: 226
+ - uid: 2447
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,-1.5
+ pos: 6.5,32.5
parent: 31
- - uid: 227
+- proto: ComputerResearchAndDevelopment
+ entities:
+ - uid: 4244
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,-2.5
+ pos: -4.5,-19.5
parent: 31
- - uid: 228
+ - uid: 9456
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,-3.5
+ rot: 1.5707963267948966 rad
+ pos: -17.5,-19.5
parent: 31
- - uid: 231
+- proto: ComputerShuttleCargo
+ entities:
+ - uid: 2374
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 30.5,3.5
+ pos: 23.5,13.5
parent: 31
- - uid: 232
+- proto: ComputerShuttleSalvage
+ entities:
+ - uid: 6644
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 36.5,3.5
+ pos: 28.5,21.5
parent: 31
- - uid: 233
+- proto: ComputerSolarControl
+ entities:
+ - uid: 4305
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 35.5,3.5
+ pos: 41.5,4.5
parent: 31
- - uid: 234
+ - uid: 5184
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,2.5
+ pos: -21.5,25.5
parent: 31
- - uid: 235
+ - uid: 11207
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 33.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-27.5
parent: 31
- - uid: 236
+ - uid: 12049
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 32.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 60.5,1.5
parent: 31
- - uid: 237
+- proto: ComputerStationRecords
+ entities:
+ - uid: 8515
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 31.5,3.5
+ pos: -3.5,14.5
parent: 31
- - uid: 239
+ - uid: 9752
components:
- type: Transform
- pos: 37.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: -2.5,29.5
parent: 31
- - uid: 240
+ - uid: 11431
components:
- type: Transform
- pos: 37.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -13.5,-39.5
parent: 31
- - uid: 243
+- proto: ComputerSurveillanceCameraMonitor
+ entities:
+ - uid: 534
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,28.5
+ pos: 9.5,29.5
parent: 31
- - uid: 244
+ - uid: 2218
components:
- type: Transform
- pos: 3.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: 48.5,-4.5
parent: 31
- - uid: 246
+- proto: ComputerTechnologyDiskTerminal
+ entities:
+ - uid: 591
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,3.5
+ pos: -14.5,-24.5
parent: 31
- - uid: 265
+- proto: ConveyorBelt
+ entities:
+ - uid: 1771
components:
- type: Transform
- pos: 3.5,27.5
+ pos: 20.5,20.5
parent: 31
- - uid: 270
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 3387
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 0.5,28.5
+ pos: 20.5,21.5
parent: 31
- - uid: 271
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 3548
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,28.5
+ pos: 20.5,23.5
parent: 31
- - uid: 272
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 3549
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -1.5,28.5
+ pos: 20.5,24.5
parent: 31
- - uid: 277
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 3550
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-8.5
+ pos: 20.5,22.5
parent: 31
- - uid: 278
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 7550
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-7.5
+ pos: 20.5,19.5
parent: 31
- - uid: 279
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 8899
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-6.5
+ pos: 20.5,18.5
parent: 31
- - uid: 280
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 9138
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 23.5,27.5
parent: 31
- - uid: 281
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 9139
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 23.5,26.5
parent: 31
- - uid: 282
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 9265
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -35.5,-16.5
parent: 31
- - uid: 283
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 9886
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: -34.5,-16.5
parent: 31
- - uid: 284
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10033
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: -31.5,-18.5
parent: 31
- - uid: 285
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10040
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-0.5
+ rot: 3.141592653589793 rad
+ pos: -31.5,-17.5
parent: 31
- - uid: 286
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10043
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -31.5,-16.5
parent: 31
- - uid: 287
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10045
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,1.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,25.5
parent: 31
- - uid: 288
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10046
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,2.5
+ pos: 19.5,28.5
parent: 31
- - uid: 289
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 10047
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,18.5
parent: 31
- - uid: 291
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10048
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 5.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,19.5
parent: 31
- - uid: 292
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10049
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 6.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,20.5
parent: 31
- - uid: 293
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10050
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 7.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,21.5
parent: 31
- - uid: 294
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10051
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 8.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,22.5
parent: 31
- - uid: 295
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10052
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 4.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,23.5
parent: 31
- - uid: 296
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10053
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 9.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,24.5
parent: 31
- - uid: 301
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - 7945
+ - uid: 10054
components:
- type: Transform
- pos: -5.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 23.5,28.5
parent: 31
- - uid: 302
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10089
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 12.5,0.5
+ pos: 20.5,25.5
parent: 31
- - uid: 304
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 10090
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,-0.5
+ pos: 20.5,26.5
parent: 31
- - uid: 311
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 10091
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,17.5
+ pos: 19.5,27.5
parent: 31
- - uid: 314
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 10092
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 13.5,4.5
- parent: 31
- - uid: 315
- components:
- - type: Transform
- rot: 3.141592697301183 rad
- pos: 12.5,2.5
+ pos: 19.5,26.5
parent: 31
- - uid: 316
+ - type: DeviceLinkSink
+ links:
+ - 1084
+ - uid: 10093
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 14.5,4.5
+ pos: 22.5,26.5
parent: 31
- - uid: 317
+ - type: DeviceLinkSink
+ links:
+ - 7945
+ - uid: 10109
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 15.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: -32.5,-16.5
parent: 31
- - uid: 318
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10110
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 16.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: -33.5,-16.5
parent: 31
- - uid: 319
+ - type: DeviceLinkSink
+ links:
+ - 10218
+ - uid: 10215
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: -36.5,-16.5
parent: 31
- - uid: 320
+ - type: DeviceLinkSink
+ links:
+ - 10218
+- proto: CrateArtifactContainer
+ entities:
+ - uid: 99
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,4.5
+ pos: -8.5,-31.5
parent: 31
- - uid: 321
+- proto: CrateCoffin
+ entities:
+ - uid: 8457
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,4.5
+ pos: -32.5,-23.5
parent: 31
- - uid: 322
+- proto: CrateEmptySpawner
+ entities:
+ - uid: 3135
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,4.5
+ pos: -17.5,13.5
parent: 31
- - uid: 323
+ - uid: 8045
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 21.5,4.5
+ pos: 10.5,13.5
parent: 31
- - uid: 324
+ - uid: 10012
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,4.5
+ pos: 18.5,15.5
parent: 31
- - uid: 325
+- proto: CrateEngineeringCableHV
+ entities:
+ - uid: 11208
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.5,4.5
+ pos: 16.5,-29.5
parent: 31
- - uid: 326
+- proto: CrateEngineeringTeslaCoil
+ entities:
+ - uid: 11373
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 26.5,4.5
+ pos: 55.5,11.5
parent: 31
- - uid: 327
+ - uid: 11374
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 28.5,4.5
+ pos: 55.5,10.5
parent: 31
- - uid: 330
+ - uid: 11375
components:
- type: Transform
- pos: 3.5,6.5
+ pos: 56.5,11.5
parent: 31
- - uid: 334
+ - uid: 11376
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 3.5,-9.5
+ pos: 57.5,11.5
parent: 31
- - uid: 342
+- proto: CrateFilledSpawner
+ entities:
+ - uid: 1637
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,2.5
+ pos: 22.5,7.5
parent: 31
- - uid: 344
+ - uid: 7140
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -17.5,-27.5
+ pos: 20.5,7.5
parent: 31
- - uid: 348
+ - uid: 9796
components:
- type: Transform
- pos: -22.5,4.5
+ pos: -19.5,-36.5
parent: 31
- - uid: 349
+- proto: CrateHydroponics
+ entities:
+ - uid: 9679
components:
- type: Transform
- pos: -22.5,5.5
+ pos: 1.5,-42.5
parent: 31
- - uid: 353
+- proto: CrateMaterialPlasma
+ entities:
+ - uid: 12432
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -6.5,3.5
+ pos: 47.5,9.5
parent: 31
- - uid: 355
+ - uid: 12443
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -4.5,3.5
+ pos: 48.5,9.5
parent: 31
- - uid: 356
+- proto: CrateMaterialSteel
+ entities:
+ - uid: 12246
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -3.5,3.5
+ pos: 38.5,12.5
parent: 31
- - uid: 357
+ - uid: 12247
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -2.5,3.5
+ pos: 39.5,12.5
parent: 31
- - uid: 358
+- proto: CrateMedicalScrubs
+ entities:
+ - uid: 11451
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -1.5,3.5
- parent: 31
- - uid: 359
- components:
- - type: Transform
- rot: 4.71238902409608 rad
- pos: -0.5,3.5
+ pos: 10.5,-13.5
parent: 31
- - uid: 361
+- proto: CrateMedicalSurgery
+ entities:
+ - uid: 7264
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: 1.5,3.5
+ pos: 20.5,-17.5
parent: 31
- - uid: 362
+- proto: CrateNPCHamlet
+ entities:
+ - uid: 2458
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -8.5,3.5
+ pos: 0.5,29.5
parent: 31
- - uid: 363
+- proto: CratePrivateSecure
+ entities:
+ - uid: 2363
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -9.5,3.5
+ pos: -2.5,16.5
parent: 31
- - uid: 364
+ - type: EntityStorage
+ air:
+ volume: 200
+ immutable: False
+ temperature: 293.1496
+ moles:
+ - 1.7459903
+ - 6.568249
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - 0
+ - type: ContainerContainer
+ containers:
+ entity_storage: !type:Container
+ showEnts: False
+ occludes: True
+ ents:
+ - 2480
+ - 2481
+ - 3041
+ - 3485
+ - 3831
+ - 3832
+ paper_label: !type:ContainerSlot
+ showEnts: False
+ occludes: True
+ ent: null
+- proto: CrateTrashCart
+ entities:
+ - uid: 4318
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -10.5,3.5
+ pos: 40.5,-3.5
parent: 31
- - uid: 367
+ - uid: 6904
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -13.5,3.5
+ pos: 23.5,-18.5
parent: 31
- - uid: 368
+ - uid: 7087
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -14.5,3.5
+ pos: -7.5,-12.5
parent: 31
- - uid: 369
+- proto: CrateTrashCartFilled
+ entities:
+ - uid: 10468
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -15.5,3.5
+ pos: -31.5,-13.5
parent: 31
- - uid: 370
+- proto: CrateTrashCartJani
+ entities:
+ - uid: 125
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -16.5,3.5
+ pos: -20.5,-11.5
parent: 31
- - uid: 371
+- proto: CrayonBox
+ entities:
+ - uid: 263
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -17.5,3.5
+ pos: -19.62684,-5.2181053
parent: 31
- - uid: 372
+- proto: Crematorium
+ entities:
+ - uid: 10312
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -18.5,3.5
+ rot: 3.141592653589793 rad
+ pos: -31.5,-24.5
parent: 31
- - uid: 373
+- proto: CrewMonitoringServer
+ entities:
+ - uid: 879
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -19.5,3.5
+ pos: 57.5,-9.5
parent: 31
- - uid: 374
+ - type: SingletonDeviceNetServer
+ active: False
+ available: False
+- proto: CrowbarRed
+ entities:
+ - uid: 2093
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -20.5,3.5
+ pos: -3.7752368,12.511271
parent: 31
- - uid: 375
+ - uid: 7562
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -21.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -52.74314,-11.621845
parent: 31
- - uid: 377
+ - uid: 8834
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -23.5,3.5
+ pos: 8.498364,31.458696
parent: 31
- - uid: 378
+ - uid: 9114
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -24.5,3.5
+ pos: -10.463156,-6.5336485
parent: 31
- - uid: 379
+- proto: CryogenicSleepUnit
+ entities:
+ - uid: 9172
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -25.5,3.5
+ pos: -42.5,-3.5
parent: 31
- - uid: 380
+ - uid: 9184
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -26.5,3.5
+ pos: -40.5,-3.5
parent: 31
- - uid: 381
+- proto: CryogenicSleepUnitSpawnerLateJoin
+ entities:
+ - uid: 9197
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -27.5,3.5
+ pos: -40.5,-5.5
parent: 31
- - uid: 382
+- proto: CryogenicSleepUnitSpawnerPrisoner
+ entities:
+ - uid: 7306
components:
- type: Transform
- pos: -28.5,4.5
+ pos: -15.5,9.5
parent: 31
- - uid: 383
+- proto: CryoPod
+ entities:
+ - uid: 5231
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -29.5,3.5
+ pos: 7.5,-15.5
parent: 31
- - uid: 384
+- proto: CryoxadoneBeakerSmall
+ entities:
+ - uid: 6015
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -30.5,3.5
+ pos: 7.2794514,-13.17127
parent: 31
- - uid: 385
+- proto: CultAltarSpawner
+ entities:
+ - uid: 9689
components:
- type: Transform
- rot: 4.71238902409608 rad
- pos: -31.5,3.5
+ pos: 7.5,-41.5
parent: 31
- - uid: 386
+- proto: CurtainsBlackOpen
+ entities:
+ - uid: 4977
components:
- type: Transform
- pos: -32.5,2.5
+ pos: -15.5,-0.5
parent: 31
- - uid: 387
+ - uid: 12222
components:
- type: Transform
- pos: -32.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,2.5
parent: 31
- - uid: 388
+ - uid: 12223
components:
- type: Transform
- pos: -32.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,2.5
parent: 31
- - uid: 389
+ - uid: 12224
components:
- type: Transform
- pos: -32.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -5.5,2.5
parent: 31
- - uid: 390
+ - uid: 12225
components:
- type: Transform
- pos: -32.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,2.5
parent: 31
- - uid: 391
+ - uid: 12226
components:
- type: Transform
- pos: -32.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: -2.5,2.5
parent: 31
- - uid: 392
+ - uid: 12227
components:
- type: Transform
- pos: -32.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -1.5,2.5
parent: 31
- - uid: 393
+ - uid: 12228
components:
- type: Transform
- pos: -32.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 1.5,-0.5
parent: 31
- - uid: 394
+ - uid: 12229
components:
- type: Transform
- pos: -32.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 1.5,-1.5
parent: 31
- - uid: 395
+ - uid: 12230
components:
- type: Transform
- pos: -32.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 1.5,-2.5
parent: 31
- - uid: 396
+ - uid: 12231
components:
- type: Transform
- pos: -32.5,-7.5
+ pos: -15.5,0.5
parent: 31
- - uid: 405
+ - uid: 12232
components:
- type: Transform
- pos: -15.5,-23.5
+ pos: -15.5,1.5
parent: 31
- - uid: 406
+- proto: CurtainsPurpleOpen
+ entities:
+ - uid: 2847
components:
- type: Transform
- pos: -15.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-17.5
parent: 31
- - uid: 414
+ - uid: 4887
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-17.5
parent: 31
- - uid: 624
+ - uid: 7344
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 16.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -27.5,-22.5
parent: 31
- - uid: 758
+ - uid: 8100
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 15.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -27.5,-21.5
parent: 31
- - uid: 788
+ - uid: 8500
components:
- type: Transform
- pos: -14.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-17.5
parent: 31
- - uid: 846
+ - uid: 9462
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -16.5,-27.5
+ pos: -21.5,-17.5
parent: 31
- - uid: 847
+ - uid: 10706
components:
- type: Transform
- pos: -15.5,-26.5
+ pos: -25.5,-25.5
parent: 31
- - uid: 921
+ - uid: 10707
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,3.5
+ pos: -26.5,-25.5
parent: 31
- - uid: 947
+ - uid: 11712
components:
- type: Transform
- pos: -15.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-20.5
parent: 31
- - uid: 1031
+ - uid: 11713
components:
- type: Transform
- pos: -15.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,-21.5
parent: 31
- - uid: 1062
+ - uid: 11714
components:
- type: Transform
- pos: 7.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,-22.5
parent: 31
- - uid: 1101
+- proto: CurtainsRedOpen
+ entities:
+ - uid: 175
components:
- type: Transform
- pos: 7.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 2.5,-31.5
parent: 31
- - uid: 1221
+ - uid: 221
components:
- type: Transform
- pos: 7.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 4.5,-31.5
parent: 31
- - uid: 1362
+ - uid: 7317
components:
- type: Transform
- pos: 7.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,-31.5
parent: 31
- - uid: 1375
+ - uid: 11690
components:
- type: Transform
- pos: 7.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,-35.5
parent: 31
- - uid: 1493
+- proto: CyborgEndoskeleton
+ entities:
+ - uid: 942
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,-18.5
+ pos: -0.49411595,-30.373203
parent: 31
- - uid: 1701
+- proto: d20Dice
+ entities:
+ - uid: 2357
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,-27.5
+ pos: -23.834803,-5.3811545
parent: 31
- - uid: 2014
+ - uid: 4723
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,-13.5
+ pos: 11.36982,-23.570984
parent: 31
- - uid: 2015
+- proto: d6Dice
+ entities:
+ - uid: 4249
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,-12.5
+ pos: 10.80732,-23.477234
parent: 31
- - uid: 2141
+ - uid: 7292
components:
- type: Transform
- pos: -8.5,-27.5
+ pos: 10.46357,-23.664734
parent: 31
- - uid: 2143
+- proto: d8Dice
+ entities:
+ - uid: 2358
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 7.5,17.5
+ pos: -24.287928,-6.3967795
parent: 31
- - uid: 2160
+ - uid: 7293
components:
- type: Transform
- pos: 3.5,21.5
+ pos: 11.27607,-24.265812
parent: 31
- - uid: 2260
+- proto: DefaultStationBeacon
+ entities:
+ - uid: 774
components:
- type: Transform
- pos: -28.5,-20.5
+ pos: -39.5,5.5
parent: 31
- - uid: 2296
+ - type: NavMapBeacon
+ text: evac
+ - uid: 1374
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,-16.5
+ pos: 44.5,-24.5
parent: 31
- - uid: 2305
+ - type: NavMapBeacon
+ text: observatory
+- proto: DefaultStationBeaconAME
+ entities:
+ - uid: 7280
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,12.5
+ pos: 47.5,8.5
parent: 31
- - uid: 2306
+- proto: DefaultStationBeaconAnomalyGenerator
+ entities:
+ - uid: 11361
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,12.5
+ pos: -5.5,-30.5
parent: 31
- - uid: 2308
+- proto: DefaultStationBeaconArmory
+ entities:
+ - uid: 10088
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,12.5
+ pos: -12.5,19.5
parent: 31
- - uid: 2314
+- proto: DefaultStationBeaconArrivals
+ entities:
+ - uid: 812
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-16.5
+ pos: -44.5,-10.5
parent: 31
- - uid: 2336
+- proto: DefaultStationBeaconArtifactLab
+ entities:
+ - uid: 11363
components:
- type: Transform
- pos: -28.5,-19.5
+ pos: -12.5,-29.5
parent: 31
- - uid: 2337
+- proto: DefaultStationBeaconAtmospherics
+ entities:
+ - uid: 11312
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-16.5
+ pos: 31.5,12.5
parent: 31
- - uid: 2338
+- proto: DefaultStationBeaconBar
+ entities:
+ - uid: 11319
components:
- type: Transform
- pos: -28.5,-21.5
+ pos: -5.5,-5.5
parent: 31
- - uid: 2385
+- proto: DefaultStationBeaconBotany
+ entities:
+ - uid: 11320
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-9.5
+ pos: -18.5,-0.5
parent: 31
- - uid: 2390
+- proto: DefaultStationBeaconBridge
+ entities:
+ - uid: 11269
components:
- type: Transform
- pos: -10.5,-19.5
+ pos: 3.5,30.5
parent: 31
- - uid: 2456
+- proto: DefaultStationBeaconBrig
+ entities:
+ - uid: 8881
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-16.5
+ pos: -10.5,8.5
parent: 31
- - uid: 2527
+- proto: DefaultStationBeaconCaptainsQuarters
+ entities:
+ - uid: 11268
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,17.5
+ pos: 8.5,25.5
parent: 31
- - uid: 2621
+- proto: DefaultStationBeaconCargoBay
+ entities:
+ - uid: 3509
components:
- type: Transform
- pos: -28.5,-22.5
+ pos: 21.5,16.5
parent: 31
- - uid: 2841
+- proto: DefaultStationBeaconCargoReception
+ entities:
+ - uid: 2494
components:
- type: Transform
- pos: -28.5,-23.5
+ pos: 14.5,10.5
parent: 31
- - uid: 2857
+- proto: DefaultStationBeaconCERoom
+ entities:
+ - uid: 3513
components:
- type: Transform
- pos: -8.5,-26.5
+ pos: 39.5,-0.5
parent: 31
- - uid: 2858
+- proto: DefaultStationBeaconChapel
+ entities:
+ - uid: 11653
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-24.5
+ pos: -21.5,-20.5
parent: 31
- - uid: 2859
+- proto: DefaultStationBeaconChemistry
+ entities:
+ - uid: 7256
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-23.5
+ pos: 16.5,-0.5
parent: 31
- - uid: 2861
+- proto: DefaultStationBeaconCMORoom
+ entities:
+ - uid: 7276
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-22.5
+ pos: 23.5,-10.5
parent: 31
- - uid: 2862
+- proto: DefaultStationBeaconCryonics
+ entities:
+ - uid: 8316
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -26.5,-16.5
+ pos: 8.5,-15.5
parent: 31
- - uid: 2863
+- proto: DefaultStationBeaconCryosleep
+ entities:
+ - uid: 9207
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-8.5
+ pos: -41.5,-4.5
parent: 31
- - uid: 2864
+- proto: DefaultStationBeaconDisposals
+ entities:
+ - uid: 7954
components:
- type: Transform
- pos: -8.5,-30.5
+ pos: -30.5,-16.5
parent: 31
- - uid: 3354
+- proto: DefaultStationBeaconEngineering
+ entities:
+ - uid: 7281
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -33.5,-10.5
+ pos: 33.5,4.5
parent: 31
- - uid: 3377
+ - uid: 11056
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 25.5,4.5
+ pos: 57.5,10.5
parent: 31
- - uid: 3381
+ - type: NavMapBeacon
+ text: Tesla Storage
+- proto: DefaultStationBeaconEscapePod
+ entities:
+ - uid: 11467
components:
- type: Transform
- pos: -8.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 31.5,-17.5
parent: 31
- - uid: 3382
+ - uid: 11468
components:
- type: Transform
- pos: -8.5,-28.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,-41.5
parent: 31
- - uid: 3383
+- proto: DefaultStationBeaconEVAStorage
+ entities:
+ - uid: 7640
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -9.5,-25.5
+ pos: 8.5,9.5
parent: 31
- - uid: 3593
+- proto: DefaultStationBeaconHOPOffice
+ entities:
+ - uid: 2464
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-8.5
+ pos: 8.5,19.5
parent: 31
- - uid: 3596
+- proto: DefaultStationBeaconHOSRoom
+ entities:
+ - uid: 778
components:
- type: Transform
- pos: -32.5,-10.5
+ pos: -8.5,20.5
parent: 31
- - uid: 3731
+- proto: DefaultStationBeaconJanitorsCloset
+ entities:
+ - uid: 11323
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-16.5
+ pos: -18.5,-11.5
parent: 31
- - uid: 3741
+- proto: DefaultStationBeaconKitchen
+ entities:
+ - uid: 11318
components:
- type: Transform
- pos: -32.5,-13.5
+ pos: -12.5,-0.5
parent: 31
- - uid: 3742
+- proto: DefaultStationBeaconLibrary
+ entities:
+ - uid: 11325
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -19.5,-27.5
+ pos: 9.5,-26.5
parent: 31
- - uid: 3745
+- proto: DefaultStationBeaconMantis
+ entities:
+ - uid: 11757
components:
- type: Transform
- pos: -8.5,-31.5
+ pos: 4.5,-33.5
parent: 31
- - uid: 3747
+- proto: DefaultStationBeaconMedbay
+ entities:
+ - uid: 5767
components:
- type: Transform
- pos: -32.5,-12.5
+ pos: 9.5,-9.5
parent: 31
- - uid: 3748
+- proto: DefaultStationBeaconMedical
+ entities:
+ - uid: 1215
components:
- type: Transform
- pos: -32.5,-11.5
+ pos: 9.5,-2.5
parent: 31
- - uid: 3868
+- proto: DefaultStationBeaconMorgue
+ entities:
+ - uid: 7275
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,17.5
+ pos: 13.5,-15.5
parent: 31
- - uid: 3876
+- proto: DefaultStationBeaconPermaBrig
+ entities:
+ - uid: 11316
components:
- type: Transform
- pos: -28.5,-17.5
+ pos: -17.5,9.5
parent: 31
- - uid: 3877
+- proto: DefaultStationBeaconPowerBank
+ entities:
+ - uid: 11352
components:
- type: Transform
- pos: 3.5,20.5
+ pos: 41.5,5.5
parent: 31
- - uid: 3939
+- proto: DefaultStationBeaconProber
+ entities:
+ - uid: 11652
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,28.5
+ pos: -13.5,-24.5
parent: 31
- - uid: 4036
+- proto: DefaultStationBeaconQMRoom
+ entities:
+ - uid: 11353
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-16.5
+ pos: 27.5,9.5
parent: 31
- - uid: 4118
+- proto: DefaultStationBeaconRDRoom
+ entities:
+ - uid: 11354
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.5,-18.5
+ pos: -4.5,-21.5
parent: 31
- - uid: 4158
+- proto: DefaultStationBeaconRND
+ entities:
+ - uid: 11355
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,-16.5
+ pos: -15.5,-23.5
parent: 31
- - uid: 4183
+- proto: DefaultStationBeaconRobotics
+ entities:
+ - uid: 11360
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -9.5,-16.5
+ pos: -1.5,-27.5
parent: 31
- - uid: 4199
+- proto: DefaultStationBeaconSalvage
+ entities:
+ - uid: 11321
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,-16.5
+ pos: 27.5,18.5
parent: 31
- - uid: 4211
+- proto: DefaultStationBeaconScience
+ entities:
+ - uid: 1208
components:
- type: Transform
- pos: -5.5,9.5
+ pos: -9.5,-20.5
parent: 31
- - uid: 4325
+- proto: DefaultStationBeaconSecurity
+ entities:
+ - uid: 1136
components:
- type: Transform
- pos: 12.5,1.5
+ pos: -7.5,11.5
parent: 31
- - uid: 4329
+- proto: DefaultStationBeaconServerRoom
+ entities:
+ - uid: 11356
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-16.5
+ pos: -1.5,-21.5
parent: 31
- - uid: 4728
+- proto: DefaultStationBeaconSingularity
+ entities:
+ - uid: 11358
components:
- type: Transform
- pos: 3.5,-21.5
+ pos: 60.5,2.5
parent: 31
- - uid: 4739
+- proto: DefaultStationBeaconSolars
+ entities:
+ - uid: 11364
components:
- type: Transform
- pos: 3.5,-20.5
+ pos: 15.5,-29.5
parent: 31
- - uid: 4747
+ - uid: 11365
components:
- type: Transform
- pos: 3.5,-24.5
+ pos: -31.5,-32.5
parent: 31
- - uid: 4748
+ - uid: 11366
components:
- type: Transform
- pos: 3.5,-23.5
+ pos: -22.5,24.5
parent: 31
- - uid: 4749
+- proto: DefaultStationBeaconTechVault
+ entities:
+ - uid: 1316
components:
- type: Transform
- pos: 3.5,-22.5
+ pos: 27.5,1.5
parent: 31
- - uid: 4792
+- proto: DefaultStationBeaconTEG
+ entities:
+ - uid: 11314
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-28.5
+ pos: 38.5,14.5
parent: 31
- - uid: 4793
+- proto: DefaultStationBeaconTelecoms
+ entities:
+ - uid: 11357
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-29.5
+ pos: 50.5,-5.5
parent: 31
- - uid: 4798
+- proto: DefaultStationBeaconToolRoom
+ entities:
+ - uid: 11317
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-27.5
+ pos: -27.5,9.5
parent: 31
- - uid: 4799
+- proto: DefaultStationBeaconVault
+ entities:
+ - uid: 11315
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,-27.5
+ pos: -1.5,17.5
parent: 31
- - uid: 4800
+- proto: DefaultStationBeaconWardensOffice
+ entities:
+ - uid: 762
components:
- type: Transform
- pos: 3.5,-16.5
+ pos: -1.5,8.5
parent: 31
- - uid: 4801
+- proto: DefibrillatorCabinetFilled
+ entities:
+ - uid: 7340
components:
- type: Transform
- pos: 3.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 11.5,-12.5
parent: 31
- - uid: 4802
+ - uid: 9834
components:
- type: Transform
- pos: 3.5,-15.5
+ pos: 1.5,29.5
parent: 31
- - uid: 4803
+ - uid: 9835
components:
- type: Transform
- pos: 3.5,-18.5
+ pos: -32.5,6.5
parent: 31
- - uid: 4804
+ - uid: 10032
components:
- type: Transform
- pos: 3.5,-17.5
+ rot: 1.5707963267948966 rad
+ pos: 16.5,-17.5
parent: 31
- - uid: 4805
+ - uid: 11438
components:
- type: Transform
- pos: 3.5,-19.5
+ pos: 0.5,15.5
parent: 31
- - uid: 4811
+- proto: DeployableBarrier
+ entities:
+ - uid: 2502
components:
- type: Transform
- pos: 3.5,-26.5
+ pos: -6.5,17.5
parent: 31
- - uid: 4812
+ - uid: 9369
components:
- type: Transform
- pos: 3.5,-25.5
+ pos: -5.5,17.5
parent: 31
- - uid: 4878
+- proto: DeskBell
+ entities:
+ - uid: 2195
components:
- type: Transform
- pos: -5.5,8.5
+ pos: 7.9000525,-3.1977162
parent: 31
- - uid: 4969
+- proto: DiceBag
+ entities:
+ - uid: 10207
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-21.5
+ pos: 10.362751,-24.393734
parent: 31
- - uid: 5085
+ - uid: 10208
components:
- type: Transform
- pos: -5.5,11.5
+ pos: 10.756269,-24.370586
parent: 31
- - uid: 5099
+- proto: DiseaseDiagnoser
+ entities:
+ - uid: 8435
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-1.5
+ pos: 19.5,-5.5
parent: 31
- - uid: 5144
+- proto: DisgustingSweptSoup
+ entities:
+ - uid: 9020
components:
- type: Transform
- pos: -5.5,10.5
+ pos: -12.586034,24.541399
parent: 31
- - uid: 5191
+- proto: DisposalBend
+ entities:
+ - uid: 61
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.5,-25.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,-27.5
parent: 31
- - uid: 5232
+ - uid: 238
components:
- type: Transform
- pos: -5.5,6.5
+ rot: 4.71238902409608 rad
+ pos: 37.5,3.5
parent: 31
- - uid: 5234
+ - uid: 310
components:
- type: Transform
- pos: -5.5,4.5
+ pos: 8.5,17.5
parent: 31
- - uid: 5235
+ - uid: 399
components:
- type: Transform
- pos: -5.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-27.5
parent: 31
- - uid: 5250
+ - uid: 838
components:
- type: Transform
- pos: -32.5,-9.5
+ rot: 3.141592697301183 rad
+ pos: -29.5,10.5
parent: 31
- - uid: 5291
+ - uid: 839
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-8.5
+ pos: -28.5,10.5
parent: 31
- - uid: 5733
+ - uid: 848
+ components:
+ - type: Transform
+ pos: -8.5,-25.5
+ parent: 31
+ - uid: 849
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -23.5,-29.5
+ pos: -15.5,-20.5
parent: 31
- - uid: 5740
+ - uid: 874
+ components:
+ - type: Transform
+ pos: 7.5,11.5
+ parent: 31
+ - uid: 927
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -27.5,-29.5
+ pos: -14.5,-16.5
parent: 31
- - uid: 5756
+ - uid: 2012
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -20.5,-28.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-16.5
parent: 31
- - uid: 5760
+ - uid: 2299
components:
- type: Transform
- pos: -28.5,-27.5
+ rot: -1.5707963267948966 rad
+ pos: 10.5,-11.5
parent: 31
- - uid: 5763
+ - uid: 2315
components:
- type: Transform
- pos: -28.5,-28.5
+ pos: -5.5,12.5
parent: 31
- - uid: 5771
+ - uid: 2335
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,-29.5
+ pos: -4.5,-16.5
parent: 31
- - uid: 7082
+ - uid: 2874
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -24.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-8.5
parent: 31
- - uid: 7224
+ - uid: 3883
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,-29.5
+ pos: 3.5,28.5
parent: 31
- - uid: 7356
+ - uid: 4056
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -26.5,-29.5
+ pos: -10.5,-18.5
parent: 31
- - uid: 7380
+ - uid: 4090
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -10.5,-20.5
+ pos: -14.5,-18.5
parent: 31
- - uid: 7381
+ - uid: 4206
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,-25.5
+ rot: 3.141592653589793 rad
+ pos: -32.5,-14.5
parent: 31
- - uid: 7415
+ - uid: 4703
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,-29.5
+ pos: -30.5,-14.5
parent: 31
- - uid: 7421
+ - uid: 4790
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-10.5
+ pos: 6.5,-27.5
parent: 31
- - uid: 7427
+ - uid: 5100
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,-25.5
+ pos: 14.5,-0.5
parent: 31
- - uid: 7451
+ - uid: 5292
components:
- type: Transform
- pos: 7.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: -28.5,-16.5
parent: 31
- - uid: 7452
+ - uid: 5742
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,11.5
+ pos: -28.5,-29.5
parent: 31
- - uid: 7584
+ - uid: 5758
components:
- type: Transform
- pos: -28.5,-26.5
+ rot: 1.5707963267948966 rad
+ pos: -20.5,-27.5
parent: 31
- - uid: 7630
+ - uid: 6586
components:
- type: Transform
- pos: -28.5,-25.5
+ pos: 33.5,-17.5
parent: 31
- - uid: 7962
+ - uid: 7420
components:
- type: Transform
- pos: 29.5,5.5
+ pos: 18.5,-10.5
parent: 31
- - uid: 8171
+ - uid: 7430
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 12.5,-2.5
+ pos: 29.5,3.5
parent: 31
- - uid: 8442
+ - uid: 7631
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 0.5,3.5
+ pos: -20.5,-29.5
parent: 31
- - uid: 8446
+ - uid: 8092
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,2.5
+ rot: 1.5707963267948966 rad
+ pos: 62.5,1.5
parent: 31
- - uid: 9171
+ - uid: 8093
components:
- type: Transform
- pos: -4.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 62.5,0.5
parent: 31
- - uid: 9221
+ - uid: 8445
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,1.5
parent: 31
- - uid: 9229
+ - uid: 9338
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,12.5
+ pos: -34.5,3.5
parent: 31
- - uid: 9230
+ - uid: 10147
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,13.5
+ pos: 49.5,-29.5
parent: 31
- - uid: 9324
+ - uid: 10149
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,16.5
+ pos: 47.5,-29.5
parent: 31
- - uid: 9340
+ - uid: 10150
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -33.5,3.5
+ pos: 47.5,-28.5
parent: 31
- - uid: 9341
+ - uid: 10151
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -34.5,4.5
+ pos: 45.5,-28.5
parent: 31
- - uid: 9378
+ - uid: 10152
+ components:
+ - type: Transform
+ pos: 45.5,-26.5
+ parent: 31
+ - uid: 10153
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,15.5
+ pos: 44.5,-26.5
parent: 31
- - uid: 9458
+ - uid: 10154
components:
- type: Transform
- pos: -28.5,-24.5
+ pos: 44.5,-25.5
parent: 31
- - uid: 9513
+ - uid: 10167
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 3.5,14.5
+ pos: 33.5,-25.5
parent: 31
- - uid: 9520
+ - uid: 10188
components:
- type: Transform
- pos: 3.5,22.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-17.5
parent: 31
- - uid: 9521
+ - uid: 10194
components:
- type: Transform
- pos: 3.5,23.5
+ pos: 19.5,-11.5
parent: 31
- - uid: 9522
+ - uid: 10195
components:
- type: Transform
- pos: 3.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 18.5,-11.5
parent: 31
- - uid: 9523
+ - uid: 10206
components:
- type: Transform
- pos: 3.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-10.5
parent: 31
- - uid: 9524
+ - uid: 10284
components:
- type: Transform
- pos: 3.5,26.5
+ rot: 3.141592653589793 rad
+ pos: -35.5,5.5
parent: 31
- - uid: 9544
+ - uid: 10295
components:
- type: Transform
- pos: 10.5,-6.5
+ rot: 1.5707963267948966 rad
+ pos: -35.5,15.5
parent: 31
- - uid: 9559
+ - uid: 11896
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 5.5,4.5
+ pos: 67.5,1.5
parent: 31
- - uid: 9588
- components:
- - type: Transform
- pos: 12.5,3.5
+- proto: DisposalJunction
+ entities:
+ - uid: 176
+ components:
+ - type: Transform
+ rot: 4.71238902409608 rad
+ pos: -28.5,3.5
parent: 31
- - uid: 9599
+ - uid: 177
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,4.5
+ rot: 4.71238902409608 rad
+ pos: -22.5,3.5
parent: 31
- - uid: 9633
+ - uid: 945
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,10.5
+ pos: -34.5,5.5
parent: 31
- - uid: 9638
+ - uid: 2016
components:
- type: Transform
- pos: 13.5,8.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,-11.5
parent: 31
- - uid: 9649
+ - uid: 2290
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 12.5,-0.5
parent: 31
- - uid: 9650
+ - uid: 2386
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 10.5,4.5
+ pos: 14.5,-10.5
parent: 31
- - uid: 9651
+ - uid: 4038
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,-18.5
parent: 31
- - uid: 9652
+ - uid: 4149
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 9.5,4.5
+ pos: -5.5,3.5
parent: 31
- - uid: 9653
+ - uid: 4806
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 8.5,4.5
+ pos: -10.5,-25.5
parent: 31
- - uid: 9655
+ - uid: 7265
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 6.5,4.5
+ pos: 7.5,4.5
parent: 31
- - uid: 9847
+ - uid: 9587
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,4.5
parent: 31
- - uid: 9849
+ - uid: 10297
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -30.5,-18.5
parent: 31
- - uid: 10148
+- proto: DisposalJunctionFlipped
+ entities:
+ - uid: 166
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 48.5,-29.5
+ rot: 4.71238902409608 rad
+ pos: 34.5,3.5
parent: 31
- - uid: 10155
+ - uid: 170
components:
- type: Transform
- pos: 45.5,-27.5
+ pos: 3.5,4.5
parent: 31
- - uid: 10156
+ - uid: 313
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 46.5,-28.5
+ pos: 12.5,4.5
parent: 31
- - uid: 10157
+ - uid: 352
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 43.5,-25.5
+ pos: -7.5,3.5
parent: 31
- - uid: 10158
+ - uid: 365
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 42.5,-25.5
+ pos: -11.5,3.5
parent: 31
- - uid: 10159
+ - uid: 1026
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 41.5,-25.5
+ pos: 3.5,17.5
parent: 31
- - uid: 10160
+ - uid: 3408
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 40.5,-25.5
+ pos: -32.5,-8.5
parent: 31
- - uid: 10161
+ - uid: 3794
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 39.5,-25.5
+ pos: -15.5,-25.5
parent: 31
- - uid: 10162
+- proto: DisposalPipe
+ entities:
+ - uid: 56
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,-25.5
+ rot: 1.5707963267948966 rad
+ pos: 23.5,4.5
parent: 31
- - uid: 10163
+ - uid: 169
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 37.5,-25.5
+ pos: 3.5,5.5
parent: 31
- - uid: 10164
+ - uid: 171
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 36.5,-25.5
+ pos: 3.5,7.5
parent: 31
- - uid: 10165
+ - uid: 180
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 35.5,-25.5
+ pos: 3.5,8.5
parent: 31
- - uid: 10166
+ - uid: 181
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 34.5,-25.5
+ pos: 3.5,9.5
parent: 31
- - uid: 10168
+ - uid: 189
components:
- type: Transform
- pos: 33.5,-24.5
+ pos: -28.5,5.5
parent: 31
- - uid: 10169
+ - uid: 190
components:
- type: Transform
- pos: 33.5,-23.5
+ pos: -28.5,6.5
parent: 31
- - uid: 10170
+ - uid: 191
components:
- type: Transform
- pos: 33.5,-22.5
+ pos: -28.5,7.5
parent: 31
- - uid: 10171
+ - uid: 192
components:
- type: Transform
- pos: 33.5,-21.5
+ pos: -28.5,8.5
parent: 31
- - uid: 10172
+ - uid: 193
components:
- type: Transform
- pos: 33.5,-20.5
+ pos: -28.5,9.5
parent: 31
- - uid: 10173
+ - uid: 212
components:
- type: Transform
- pos: 33.5,-19.5
+ pos: 24.5,5.5
parent: 31
- - uid: 10174
+ - uid: 213
components:
- type: Transform
- pos: 33.5,-18.5
+ pos: 24.5,6.5
parent: 31
- - uid: 10175
+ - uid: 214
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 32.5,-17.5
+ pos: 24.5,7.5
parent: 31
- - uid: 10176
+ - uid: 223
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 31.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,1.5
parent: 31
- - uid: 10177
+ - uid: 224
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 30.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,0.5
parent: 31
- - uid: 10178
+ - uid: 225
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 29.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,-0.5
parent: 31
- - uid: 10179
+ - uid: 226
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 28.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,-1.5
parent: 31
- - uid: 10180
+ - uid: 227
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 27.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,-2.5
parent: 31
- - uid: 10181
+ - uid: 228
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 26.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,-3.5
parent: 31
- - uid: 10182
+ - uid: 231
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 25.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: 30.5,3.5
parent: 31
- - uid: 10183
+ - uid: 232
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: 36.5,3.5
parent: 31
- - uid: 10184
+ - uid: 233
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: 35.5,3.5
parent: 31
- - uid: 10185
+ - uid: 234
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 22.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 34.5,2.5
parent: 31
- - uid: 10186
+ - uid: 235
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 21.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: 33.5,3.5
parent: 31
- - uid: 10187
+ - uid: 236
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 20.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: 32.5,3.5
parent: 31
- - uid: 10189
+ - uid: 237
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-16.5
+ rot: 4.71238902409608 rad
+ pos: 31.5,3.5
parent: 31
- - uid: 10190
+ - uid: 239
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-15.5
+ pos: 37.5,4.5
parent: 31
- - uid: 10191
+ - uid: 240
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-14.5
+ pos: 37.5,5.5
parent: 31
- - uid: 10192
+ - uid: 243
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: 1.5,28.5
parent: 31
- - uid: 10193
+ - uid: 244
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-12.5
+ pos: 3.5,10.5
parent: 31
- - uid: 10203
+ - uid: 246
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 13.5,-10.5
+ pos: 2.5,3.5
parent: 31
- - uid: 10204
+ - uid: 265
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-10.5
+ pos: 3.5,27.5
parent: 31
- - uid: 10205
+ - uid: 270
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 11.5,-10.5
+ pos: 0.5,28.5
parent: 31
- - uid: 10280
+ - uid: 271
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -31.5,-14.5
+ pos: -0.5,28.5
parent: 31
- - uid: 10281
+ - uid: 272
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,-15.5
+ rot: -1.5707963267948966 rad
+ pos: -1.5,28.5
parent: 31
- - uid: 10282
+ - uid: 277
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,-16.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-8.5
parent: 31
- - uid: 10283
+ - uid: 278
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,-17.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-7.5
parent: 31
- - uid: 10285
+ - uid: 279
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,6.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-6.5
parent: 31
- - uid: 10286
+ - uid: 280
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,7.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-5.5
parent: 31
- - uid: 10287
+ - uid: 281
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,8.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-4.5
parent: 31
- - uid: 10288
+ - uid: 282
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,9.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-3.5
parent: 31
- - uid: 10289
+ - uid: 283
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,10.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-2.5
parent: 31
- - uid: 10290
+ - uid: 284
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,11.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-1.5
parent: 31
- - uid: 10291
+ - uid: 285
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,12.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-0.5
parent: 31
- - uid: 10292
+ - uid: 286
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,13.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,0.5
parent: 31
- - uid: 10293
+ - uid: 287
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,14.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,1.5
parent: 31
- - uid: 10298
+ - uid: 288
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-18.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,2.5
parent: 31
- - uid: 10444
+ - uid: 289
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 12.5,-1.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-10.5
parent: 31
- - uid: 11254
+ - uid: 291
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -31.5,-8.5
+ rot: 4.71238902409608 rad
+ pos: 5.5,-11.5
parent: 31
- - uid: 12037
+ - uid: 292
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 61.5,0.5
+ rot: 4.71238902409608 rad
+ pos: 6.5,-11.5
parent: 31
- - uid: 12038
+ - uid: 293
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 63.5,1.5
+ rot: 4.71238902409608 rad
+ pos: 7.5,-11.5
parent: 31
- - uid: 12039
+ - uid: 294
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 64.5,1.5
+ rot: 4.71238902409608 rad
+ pos: 8.5,-11.5
parent: 31
- - uid: 12040
+ - uid: 295
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 65.5,1.5
+ rot: 4.71238902409608 rad
+ pos: 4.5,-11.5
parent: 31
- - uid: 12041
+ - uid: 296
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 66.5,1.5
+ rot: 4.71238902409608 rad
+ pos: 9.5,-11.5
parent: 31
-- proto: DisposalTrunk
- entities:
- - uid: 178
+ - uid: 301
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,1.5
+ pos: -5.5,7.5
parent: 31
- - uid: 215
+ - uid: 302
components:
- type: Transform
- pos: 24.5,8.5
+ rot: 3.141592697301183 rad
+ pos: 12.5,0.5
parent: 31
- - uid: 229
+ - uid: 304
components:
- type: Transform
- rot: 3.141592697301183 rad
- pos: 34.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-0.5
parent: 31
- - uid: 241
+ - uid: 311
components:
- type: Transform
- pos: 37.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,17.5
parent: 31
- - uid: 273
+ - uid: 314
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -2.5,28.5
+ pos: 13.5,4.5
parent: 31
- - uid: 350
+ - uid: 315
components:
- type: Transform
- pos: -22.5,6.5
+ rot: 3.141592697301183 rad
+ pos: 12.5,2.5
parent: 31
- - uid: 837
+ - uid: 316
components:
- type: Transform
- pos: -29.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: 14.5,4.5
parent: 31
- - uid: 1474
+ - uid: 317
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 6.5,11.5
+ pos: 15.5,4.5
parent: 31
- - uid: 2313
+ - uid: 318
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,-32.5
+ rot: 1.5707963267948966 rad
+ pos: 16.5,4.5
parent: 31
- - uid: 2322
+ - uid: 319
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -9.5,12.5
+ pos: 17.5,4.5
parent: 31
- - uid: 2334
+ - uid: 320
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -12.5,-19.5
+ rot: 1.5707963267948966 rad
+ pos: 18.5,4.5
parent: 31
- - uid: 2437
+ - uid: 321
components:
- type: Transform
- pos: -27.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 19.5,4.5
parent: 31
- - uid: 2531
+ - uid: 322
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,-17.5
+ rot: 1.5707963267948966 rad
+ pos: 20.5,4.5
parent: 31
- - uid: 4795
+ - uid: 323
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 6.5,-30.5
+ rot: 1.5707963267948966 rad
+ pos: 21.5,4.5
parent: 31
- - uid: 5097
+ - uid: 324
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-2.5
+ rot: 1.5707963267948966 rad
+ pos: 22.5,4.5
parent: 31
- - uid: 5223
+ - uid: 325
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 27.5,4.5
parent: 31
- - uid: 5671
+ - uid: 326
components:
- type: Transform
- pos: 14.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 26.5,4.5
parent: 31
- - uid: 7120
+ - uid: 327
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-20.5
+ rot: 1.5707963267948966 rad
+ pos: 28.5,4.5
parent: 31
- - uid: 7961
+ - uid: 330
components:
- type: Transform
- pos: 29.5,6.5
+ pos: 3.5,6.5
parent: 31
- - uid: 7987
+ - uid: 334
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 12.5,-3.5
+ rot: 3.141592697301183 rad
+ pos: 3.5,-9.5
parent: 31
- - uid: 8091
+ - uid: 342
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 60.5,0.5
- parent: 31
- - uid: 8444
+ rot: 3.141592653589793 rad
+ pos: -11.5,2.5
+ parent: 31
+ - uid: 344
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,-27.5
parent: 31
- - uid: 9339
+ - uid: 348
components:
- type: Transform
- pos: -34.5,6.5
+ pos: -22.5,4.5
parent: 31
- - uid: 10020
+ - uid: 349
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -31.5,-18.5
+ pos: -22.5,5.5
parent: 31
- - uid: 10146
+ - uid: 353
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 49.5,-30.5
+ rot: 4.71238902409608 rad
+ pos: -6.5,3.5
parent: 31
- - uid: 10294
+ - uid: 355
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -34.5,15.5
+ rot: 4.71238902409608 rad
+ pos: -4.5,3.5
parent: 31
- - uid: 10300
+ - uid: 356
components:
- type: Transform
- pos: -25.5,-15.5
+ rot: 4.71238902409608 rad
+ pos: -3.5,3.5
parent: 31
- - uid: 12042
+ - uid: 357
components:
- type: Transform
- pos: 67.5,2.5
+ rot: 4.71238902409608 rad
+ pos: -2.5,3.5
parent: 31
-- proto: DisposalUnit
- entities:
- - uid: 195
+ - uid: 358
components:
- type: Transform
- pos: -29.5,11.5
+ rot: 4.71238902409608 rad
+ pos: -1.5,3.5
parent: 31
- - uid: 210
+ - uid: 359
components:
- type: Transform
- pos: 6.5,11.5
+ rot: 4.71238902409608 rad
+ pos: -0.5,3.5
parent: 31
- - uid: 216
+ - uid: 361
components:
- type: Transform
- pos: 24.5,8.5
+ rot: 4.71238902409608 rad
+ pos: 1.5,3.5
parent: 31
- - uid: 230
+ - uid: 362
components:
- type: Transform
- pos: 34.5,-4.5
+ rot: 4.71238902409608 rad
+ pos: -8.5,3.5
parent: 31
- - uid: 242
+ - uid: 363
components:
- type: Transform
- pos: 37.5,6.5
+ rot: 4.71238902409608 rad
+ pos: -9.5,3.5
parent: 31
- - uid: 274
+ - uid: 364
components:
- type: Transform
- pos: -2.5,28.5
+ rot: 4.71238902409608 rad
+ pos: -10.5,3.5
parent: 31
- - uid: 332
+ - uid: 367
components:
- type: Transform
- pos: 29.5,6.5
+ rot: 4.71238902409608 rad
+ pos: -13.5,3.5
parent: 31
- - uid: 366
+ - uid: 368
components:
- type: Transform
- pos: -11.5,1.5
+ rot: 4.71238902409608 rad
+ pos: -14.5,3.5
parent: 31
- - uid: 376
+ - uid: 369
components:
- type: Transform
- pos: -22.5,6.5
+ rot: 4.71238902409608 rad
+ pos: -15.5,3.5
parent: 31
- - uid: 1102
+ - uid: 370
components:
- type: Transform
- pos: 14.5,-2.5
+ rot: 4.71238902409608 rad
+ pos: -16.5,3.5
parent: 31
- - uid: 2266
+ - uid: 371
components:
- type: Transform
- pos: -12.5,-19.5
+ rot: 4.71238902409608 rad
+ pos: -17.5,3.5
parent: 31
- - uid: 2520
+ - uid: 372
components:
- type: Transform
- pos: 14.5,-8.5
+ rot: 4.71238902409608 rad
+ pos: -18.5,3.5
parent: 31
- - uid: 3726
+ - uid: 373
components:
- type: Transform
- pos: -25.5,-15.5
+ rot: 4.71238902409608 rad
+ pos: -19.5,3.5
parent: 31
- - uid: 4078
+ - uid: 374
components:
- type: Transform
- pos: -27.5,-7.5
+ rot: 4.71238902409608 rad
+ pos: -20.5,3.5
parent: 31
- - uid: 4368
+ - uid: 375
components:
- type: Transform
- pos: -9.5,12.5
+ rot: 4.71238902409608 rad
+ pos: -21.5,3.5
parent: 31
- - uid: 4772
+ - uid: 377
components:
- type: Transform
- pos: 6.5,-30.5
+ rot: 4.71238902409608 rad
+ pos: -23.5,3.5
parent: 31
- - uid: 5226
+ - uid: 378
components:
- type: Transform
- pos: 8.5,16.5
+ rot: 4.71238902409608 rad
+ pos: -24.5,3.5
parent: 31
- - uid: 7587
+ - uid: 379
components:
- type: Transform
- pos: -14.5,-20.5
+ rot: 4.71238902409608 rad
+ pos: -25.5,3.5
parent: 31
- - uid: 8094
+ - uid: 380
components:
- type: Transform
- pos: 60.5,0.5
+ rot: 4.71238902409608 rad
+ pos: -26.5,3.5
parent: 31
- - uid: 8130
+ - uid: 381
components:
- type: Transform
- pos: -4.5,-17.5
+ rot: 4.71238902409608 rad
+ pos: -27.5,3.5
parent: 31
- - uid: 8443
+ - uid: 382
components:
- type: Transform
- pos: -8.5,1.5
+ pos: -28.5,4.5
parent: 31
- - uid: 9343
+ - uid: 383
components:
- type: Transform
- pos: -34.5,6.5
+ rot: 4.71238902409608 rad
+ pos: -29.5,3.5
parent: 31
- - uid: 9417
+ - uid: 384
components:
- type: Transform
- pos: -8.5,-32.5
+ rot: 4.71238902409608 rad
+ pos: -30.5,3.5
parent: 31
- - uid: 10145
+ - uid: 385
components:
- type: Transform
- pos: 49.5,-30.5
+ rot: 4.71238902409608 rad
+ pos: -31.5,3.5
parent: 31
- - uid: 10296
+ - uid: 386
components:
- type: Transform
- pos: -34.5,15.5
+ pos: -32.5,2.5
parent: 31
- - uid: 10475
+ - uid: 387
components:
- type: Transform
- pos: 12.5,-3.5
+ pos: -32.5,1.5
parent: 31
-- proto: DisposalYJunction
- entities:
- - uid: 5735
+ - uid: 388
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-18.5
+ pos: -32.5,0.5
parent: 31
- - uid: 6931
+ - uid: 389
components:
- type: Transform
- pos: -32.5,3.5
+ pos: -32.5,-0.5
parent: 31
- - uid: 7429
+ - uid: 390
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 29.5,4.5
+ pos: -32.5,-1.5
parent: 31
- - uid: 9558
+ - uid: 391
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,3.5
+ pos: -32.5,-2.5
parent: 31
-- proto: DogBed
- entities:
- - uid: 1244
+ - uid: 392
components:
- type: Transform
- pos: 10.5,20.5
+ pos: -32.5,-3.5
parent: 31
- - uid: 4735
+ - uid: 393
components:
- type: Transform
- pos: 21.5,-9.5
+ pos: -32.5,-4.5
parent: 31
- - uid: 6966
+ - uid: 394
components:
- type: Transform
- pos: 28.5,8.5
+ pos: -32.5,-5.5
parent: 31
- - uid: 8419
+ - uid: 395
components:
- type: Transform
- pos: 8.5,26.5
+ pos: -32.5,-6.5
parent: 31
-- proto: DonkpocketBoxSpawner
- entities:
- - uid: 8044
+ - uid: 396
components:
- type: Transform
- pos: 18.5,-24.5
+ pos: -32.5,-7.5
parent: 31
-- proto: DoorElectronics
- entities:
- - uid: 4269
+ - uid: 405
components:
- type: Transform
- pos: 29.27434,-1.3043437
+ pos: -15.5,-23.5
parent: 31
- - uid: 4284
+ - uid: 406
components:
- type: Transform
- pos: 29.614664,-1.306627
+ pos: -15.5,-24.5
parent: 31
-- proto: DresserCaptainFilled
- entities:
- - uid: 11383
+ - uid: 414
components:
- type: Transform
- pos: 11.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -11.5,-25.5
parent: 31
-- proto: DresserChiefEngineerFilled
- entities:
- - uid: 6968
+ - uid: 624
components:
- type: Transform
- pos: 41.5,-0.5
+ rot: 1.5707963267948966 rad
+ pos: 16.5,-10.5
parent: 31
-- proto: DresserChiefMedicalOfficerFilled
- entities:
- - uid: 11386
+ - uid: 758
components:
- type: Transform
- pos: 24.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: 15.5,-10.5
parent: 31
-- proto: DresserHeadOfPersonnelFilled
- entities:
- - uid: 7085
+ - uid: 788
components:
- type: Transform
- pos: 7.5,16.5
+ pos: -14.5,-17.5
parent: 31
-- proto: DresserHeadOfSecurityFilled
- entities:
- - uid: 11382
+ - uid: 846
components:
- type: Transform
- pos: -8.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,-27.5
parent: 31
-- proto: DresserQuarterMasterFilled
- entities:
- - uid: 4909
+ - uid: 847
components:
- type: Transform
- pos: 26.5,10.5
+ pos: -15.5,-26.5
parent: 31
-- proto: DresserResearchDirectorFilled
- entities:
- - uid: 5153
+ - uid: 921
components:
- type: Transform
- pos: -5.5,-19.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,3.5
parent: 31
-- proto: DrinkBottleRum
- entities:
- - uid: 10630
+ - uid: 947
components:
- type: Transform
- pos: 42.56693,-8.254273
+ pos: -15.5,-21.5
parent: 31
-- proto: DrinkBottleVodka
- entities:
- - uid: 10588
+ - uid: 1031
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.293089,-12.048656
+ pos: -15.5,-22.5
parent: 31
- - uid: 10589
+ - uid: 1062
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.584726,-11.104703
+ pos: 7.5,5.5
parent: 31
- - uid: 10590
+ - uid: 1101
components:
- type: Transform
- pos: -14.761818,-11.281694
+ pos: 7.5,6.5
parent: 31
-- proto: DrinkDeadRumGlass
- entities:
- - uid: 10660
+ - uid: 1221
components:
- type: Transform
- pos: 41.438732,-8.355759
+ pos: 7.5,7.5
parent: 31
-- proto: DrinkDetFlask
- entities:
- - uid: 7855
+ - uid: 1362
components:
- type: Transform
- parent: 7853
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
-- proto: DrinkDoctorsDelightGlass
- entities:
- - uid: 1110
+ pos: 7.5,8.5
+ parent: 31
+ - uid: 1375
components:
- type: Transform
- pos: 22.757565,-9.802636
+ pos: 7.5,10.5
parent: 31
-- proto: DrinkGildlagerBottleFull
- entities:
- - uid: 9626
+ - uid: 1493
components:
- type: Transform
- pos: -3.2734265,17.981327
+ rot: 1.5707963267948966 rad
+ pos: -11.5,-18.5
parent: 31
-- proto: DrinkGlass
- entities:
- - uid: 10625
+ - uid: 1701
components:
- type: Transform
- pos: 40.353294,-10.29438
+ rot: -1.5707963267948966 rad
+ pos: -18.5,-27.5
parent: 31
- - uid: 10626
+ - uid: 2014
components:
- type: Transform
- pos: 40.382812,-10.471372
+ rot: 3.141592653589793 rad
+ pos: 3.5,-13.5
parent: 31
- - uid: 10627
+ - uid: 2015
components:
- type: Transform
- pos: 40.530388,-10.353377
+ rot: 3.141592653589793 rad
+ pos: 3.5,-12.5
parent: 31
-- proto: DrinkGoldenCup
- entities:
- - uid: 535
+ - uid: 2141
components:
- type: Transform
- pos: -3.053735,18.815365
+ pos: -8.5,-27.5
parent: 31
-- proto: DrinkGreenTeaGlass
- entities:
- - uid: 10662
+ - uid: 2143
components:
- type: Transform
- pos: 42.91449,-8.318105
+ rot: -1.5707963267948966 rad
+ pos: 7.5,17.5
parent: 31
-- proto: DrinkHotCoco
- entities:
- - uid: 2173
+ - uid: 2160
components:
- type: Transform
- pos: 7.752981,-13.56489
+ pos: 3.5,21.5
parent: 31
-- proto: DrinkHotCoffee
- entities:
- - uid: 10538
+ - uid: 2260
components:
- type: Transform
- pos: -17.21707,-26.040907
+ pos: -28.5,-20.5
parent: 31
- - uid: 10790
+ - uid: 2296
components:
- type: Transform
- pos: 22.658688,13.036925
+ rot: -1.5707963267948966 rad
+ pos: -8.5,-16.5
parent: 31
-- proto: DrinkIcedTeaCan
- entities:
- - uid: 10759
+ - uid: 2305
components:
- type: Transform
- pos: -48.660885,-9.377042
+ rot: 1.5707963267948966 rad
+ pos: -6.5,12.5
parent: 31
-- proto: DrinkIcedTeaGlass
- entities:
- - uid: 9922
+ - uid: 2306
components:
- type: Transform
- pos: -3.5586867,-1.3939255
+ rot: 1.5707963267948966 rad
+ pos: -7.5,12.5
parent: 31
-- proto: DrinkLemonJuice
- entities:
- - uid: 10820
+ - uid: 2308
components:
- type: Transform
- pos: 45.26447,-20.914085
+ rot: 1.5707963267948966 rad
+ pos: -8.5,12.5
parent: 31
-- proto: DrinkMeadGlass
- entities:
- - uid: 2952
+ - uid: 2314
components:
- type: Transform
- pos: -31.680155,17.680439
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-16.5
parent: 31
-- proto: DrinkMilkCarton
- entities:
- - uid: 2283
+ - uid: 2336
components:
- type: Transform
- pos: -11.776268,-3.7349403
+ pos: -28.5,-19.5
parent: 31
-- proto: DrinkMilkshake
- entities:
- - uid: 1589
+ - uid: 2337
components:
- type: Transform
- pos: 60.502117,-8.214837
+ rot: -1.5707963267948966 rad
+ pos: -5.5,-16.5
parent: 31
-- proto: DrinkMugMetal
- entities:
- - uid: 4205
+ - uid: 2338
components:
- type: Transform
- pos: -10.86558,-31.534925
+ pos: -28.5,-21.5
parent: 31
-- proto: DrinkMugRed
- entities:
- - uid: 674
+ - uid: 2385
components:
- type: Transform
- pos: -4.1449943,14.039462
+ rot: 3.141592653589793 rad
+ pos: 14.5,-9.5
parent: 31
-- proto: DrinkRamen
- entities:
- - uid: 7848
+ - uid: 2390
components:
- type: Transform
- pos: -13.225656,24.798891
+ pos: -10.5,-19.5
parent: 31
-- proto: DrinkRootBeerGlass
- entities:
- - uid: 7691
+ - uid: 2456
components:
- type: Transform
- pos: 16.50716,16.62439
+ rot: -1.5707963267948966 rad
+ pos: -7.5,-16.5
parent: 31
-- proto: DrinkShaker
- entities:
- - uid: 10628
+ - uid: 2527
components:
- type: Transform
- pos: 42.86208,-10.353377
+ rot: -1.5707963267948966 rad
+ pos: 4.5,17.5
parent: 31
-- proto: DrinkTequilaSunriseGlass
- entities:
- - uid: 10649
+ - uid: 2621
components:
- type: Transform
- pos: 43.593338,-8.411646
+ pos: -28.5,-22.5
parent: 31
-- proto: DrinkVodkaBottleFull
- entities:
- - uid: 1409
+ - uid: 2841
components:
- type: Transform
- pos: -15.794847,-11.134202
+ pos: -28.5,-23.5
parent: 31
- - uid: 10586
+ - uid: 2857
components:
- type: Transform
- pos: -15.4701805,-10.721223
+ pos: -8.5,-26.5
parent: 31
-- proto: DrinkVodkaGlass
- entities:
- - uid: 10587
+ - uid: 2858
components:
- type: Transform
- pos: -15.440666,-11.399689
+ rot: 3.141592653589793 rad
+ pos: -10.5,-24.5
parent: 31
-- proto: DrinkWaterBottleFull
- entities:
- - uid: 622
+ - uid: 2859
components:
- type: Transform
- pos: -9.481841,-18.214483
+ rot: 3.141592653589793 rad
+ pos: -10.5,-23.5
parent: 31
- - uid: 2480
+ - uid: 2861
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
- - uid: 2481
+ rot: 3.141592653589793 rad
+ pos: -10.5,-22.5
+ parent: 31
+ - uid: 2862
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
- - uid: 3041
+ rot: 1.5707963267948966 rad
+ pos: -26.5,-16.5
+ parent: 31
+ - uid: 2863
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
- - uid: 10794
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-8.5
+ parent: 31
+ - uid: 2864
components:
- type: Transform
- pos: 45.32292,-20.249031
+ pos: -8.5,-30.5
parent: 31
-- proto: DrinkWaterCup
- entities:
- - uid: 4089
+ - uid: 3354
components:
- type: Transform
- pos: -9.776992,-18.538967
+ rot: 3.141592653589793 rad
+ pos: -33.5,-10.5
parent: 31
- - uid: 10795
+ - uid: 3377
components:
- type: Transform
- pos: 45.647587,-20.367025
+ rot: 1.5707963267948966 rad
+ pos: 25.5,4.5
parent: 31
- - uid: 10796
+ - uid: 3381
components:
- type: Transform
- pos: 45.529526,-20.544016
+ pos: -8.5,-29.5
parent: 31
-- proto: DrinkWhiskeyBottleFull
- entities:
- - uid: 7459
+ - uid: 3382
components:
- type: Transform
- pos: -23.675486,16.461733
+ pos: -8.5,-28.5
parent: 31
-- proto: DrinkWhiskeyGlass
- entities:
- - uid: 7539
+ - uid: 3383
components:
- type: Transform
- pos: -15.830059,-39.34384
+ rot: -1.5707963267948966 rad
+ pos: -9.5,-25.5
parent: 31
-- proto: ElectricGuitarInstrument
- entities:
- - uid: 9275
+ - uid: 3593
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -19.346447,-6.2505536
+ rot: -1.5707963267948966 rad
+ pos: -30.5,-8.5
parent: 31
-- proto: EmergencyLight
- entities:
- - uid: 309
+ - uid: 3596
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,5.5
+ pos: -32.5,-10.5
parent: 31
- - uid: 346
+ - uid: 3731
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 48.5,-4.5
+ pos: -27.5,-16.5
parent: 31
- - uid: 585
+ - uid: 3741
+ components:
+ - type: Transform
+ pos: -32.5,-13.5
+ parent: 31
+ - uid: 3742
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -35.5,-3.5
+ pos: -19.5,-27.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1187
+ - uid: 3745
components:
- type: Transform
- pos: 39.5,6.5
+ pos: -8.5,-31.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1224
+ - uid: 3747
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,9.5
+ pos: -32.5,-12.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1226
+ - uid: 3748
components:
- type: Transform
- pos: -4.5,14.5
+ pos: -32.5,-11.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1248
+ - uid: 3868
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 9.5,30.5
+ pos: 5.5,17.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1293
+ - uid: 3876
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-3.5
+ pos: -28.5,-17.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1299
+ - uid: 3877
components:
- type: Transform
- pos: -39.5,10.5
+ pos: 3.5,20.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1345
+ - uid: 3939
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-3.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,28.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 1512
+ - uid: 4036
components:
- type: Transform
- pos: 23.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-16.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 2080
+ - uid: 4118
components:
- type: Transform
- pos: -23.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: -13.5,-18.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 5354
+ - uid: 4158
components:
- type: Transform
- pos: 23.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-16.5
parent: 31
- - uid: 7249
+ - uid: 4183
components:
- type: Transform
- pos: -14.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -9.5,-16.5
parent: 31
- - uid: 7254
+ - uid: 4199
components:
- type: Transform
- pos: 3.5,32.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,-16.5
parent: 31
- - uid: 8839
+ - uid: 4211
components:
- type: Transform
- pos: -4.5,1.5
+ pos: -5.5,9.5
parent: 31
- - type: PointLight
- enabled: True
- - type: ActiveEmergencyLight
- - uid: 10310
+ - uid: 4325
components:
- type: Transform
- pos: -9.5,-25.5
+ pos: 12.5,1.5
parent: 31
- - uid: 10311
+ - uid: 4329
components:
- type: Transform
- pos: -6.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,-16.5
parent: 31
-- proto: EmergencyMedipen
- entities:
- - uid: 7355
+ - uid: 4728
components:
- type: Transform
- pos: -19.375961,-7.548489
+ pos: 3.5,-21.5
parent: 31
- - uid: 10988
+ - uid: 4739
components:
- type: Transform
- pos: 12.5220375,-4.6149173
+ pos: 3.5,-20.5
parent: 31
-- proto: EmergencyRollerBed
- entities:
- - uid: 1202
+ - uid: 4747
components:
- type: Transform
- pos: 19.443876,-7.543538
+ pos: 3.5,-24.5
parent: 31
-- proto: Emitter
- entities:
- - uid: 4870
+ - uid: 4748
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 60.5,2.5
+ pos: 3.5,-23.5
parent: 31
-- proto: EncryptionKeyCargo
- entities:
- - uid: 9154
+ - uid: 4749
components:
- type: Transform
- parent: 9096
- - type: Physics
- canCollide: False
-- proto: EncryptionKeyCommand
- entities:
- - uid: 3410
+ pos: 3.5,-22.5
+ parent: 31
+ - uid: 4792
components:
- type: Transform
- parent: 3371
- - type: Physics
- canCollide: False
-- proto: EncryptionKeyCommon
- entities:
- - uid: 9066
+ rot: 3.141592653589793 rad
+ pos: 6.5,-28.5
+ parent: 31
+ - uid: 4793
components:
- type: Transform
- parent: 9065
- - type: Physics
- canCollide: False
- - uid: 10896
+ rot: 3.141592653589793 rad
+ pos: 6.5,-29.5
+ parent: 31
+ - uid: 4798
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 48.434895,-3.386529
+ pos: 5.5,-27.5
parent: 31
- - uid: 10897
+ - uid: 4799
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 48.611988,-3.445526
+ pos: 4.5,-27.5
parent: 31
-- proto: EncryptionKeyEngineering
- entities:
- - uid: 10233
+ - uid: 4800
components:
- type: Transform
- parent: 10232
- - type: Physics
- canCollide: False
- - uid: 10898
+ pos: 3.5,-16.5
+ parent: 31
+ - uid: 4801
components:
- type: Transform
- pos: 48.936653,-5.4514256
+ pos: 3.5,-14.5
parent: 31
-- proto: EncryptionKeyMedical
- entities:
- - uid: 8122
+ - uid: 4802
components:
- type: Transform
- parent: 8120
- - type: Physics
- canCollide: False
- - uid: 10894
+ pos: 3.5,-15.5
+ parent: 31
+ - uid: 4803
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 55.474125,-11.511058
+ pos: 3.5,-18.5
parent: 31
-- proto: EncryptionKeyScience
- entities:
- - uid: 4604
+ - uid: 4804
components:
- type: Transform
- parent: 4590
- - type: Physics
- canCollide: False
- - uid: 10895
+ pos: 3.5,-17.5
+ parent: 31
+ - uid: 4805
components:
- type: Transform
- pos: 56.448124,-11.363565
+ pos: 3.5,-19.5
parent: 31
-- proto: EncryptionKeySecurity
- entities:
- - uid: 8164
+ - uid: 4811
components:
- type: Transform
- parent: 8163
- - type: Physics
- canCollide: False
-- proto: EncryptionKeyService
- entities:
- - uid: 9188
+ pos: 3.5,-26.5
+ parent: 31
+ - uid: 4812
components:
- type: Transform
- parent: 9179
- - type: Physics
- canCollide: False
-- proto: ExosuitFabricator
- entities:
- - uid: 9537
+ pos: 3.5,-25.5
+ parent: 31
+ - uid: 4878
components:
- type: Transform
- pos: -0.5,-24.5
+ pos: -5.5,8.5
parent: 31
-- proto: ExplosivesSignMed
- entities:
- - uid: 8897
+ - uid: 4969
components:
- type: Transform
- pos: -11.5,17.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,-21.5
parent: 31
-- proto: ExtendedEmergencyOxygenTank
- entities:
- - uid: 3730
+ - uid: 5085
components:
- type: Transform
- pos: -11.445563,-27.496508
+ pos: -5.5,11.5
parent: 31
-- proto: ExtinguisherCabinet
- entities:
- - uid: 10537
+ - uid: 5099
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-1.5
parent: 31
-- proto: ExtinguisherCabinetFilled
- entities:
- - uid: 517
+ - uid: 5144
components:
- type: Transform
- pos: -10.5,12.5
+ pos: -5.5,10.5
parent: 31
- - uid: 1868
+ - uid: 5191
components:
- type: Transform
- pos: 5.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -13.5,-25.5
parent: 31
- - uid: 4807
+ - uid: 5232
components:
- type: Transform
- pos: 14.5,-3.5
+ pos: -5.5,6.5
parent: 31
- - uid: 4895
+ - uid: 5234
components:
- type: Transform
- pos: -34.5,-10.5
+ pos: -5.5,4.5
parent: 31
- - uid: 4899
+ - uid: 5235
components:
- type: Transform
- pos: -30.5,10.5
+ pos: -5.5,5.5
parent: 31
- - uid: 4900
+ - uid: 5250
components:
- type: Transform
- pos: -34.5,-2.5
+ pos: -32.5,-9.5
parent: 31
- - uid: 4901
+ - uid: 5291
components:
- type: Transform
- pos: -16.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-8.5
parent: 31
- - uid: 4908
+ - uid: 5733
components:
- type: Transform
- pos: 32.5,-5.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,-29.5
parent: 31
- - uid: 4913
+ - uid: 5740
components:
- type: Transform
- pos: 17.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-29.5
parent: 31
- - uid: 4914
+ - uid: 5756
components:
- type: Transform
- pos: 9.5,12.5
+ rot: 3.141592653589793 rad
+ pos: -20.5,-28.5
parent: 31
- - uid: 4916
+ - uid: 5760
components:
- type: Transform
- pos: -6.5,18.5
+ pos: -28.5,-27.5
parent: 31
- - uid: 4917
+ - uid: 5763
components:
- type: Transform
- pos: 0.5,16.5
+ pos: -28.5,-28.5
parent: 31
- - uid: 4918
+ - uid: 5771
components:
- type: Transform
- pos: 11.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: -22.5,-29.5
parent: 31
- - uid: 4923
+ - uid: 7082
components:
- type: Transform
- pos: 11.5,-28.5
+ rot: 1.5707963267948966 rad
+ pos: -24.5,-29.5
parent: 31
- - uid: 5305
+ - uid: 7224
components:
- type: Transform
- pos: 17.5,-29.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,-29.5
parent: 31
- - uid: 5306
+ - uid: 7356
components:
- type: Transform
- pos: -24.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -26.5,-29.5
parent: 31
- - uid: 7435
+ - uid: 7380
components:
- type: Transform
- pos: -12.5,-26.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,-20.5
parent: 31
- - uid: 8894
+ - uid: 7381
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 51.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: -14.5,-25.5
parent: 31
- - uid: 8905
+ - uid: 7415
components:
- type: Transform
- pos: 5.5,29.5
+ rot: 1.5707963267948966 rad
+ pos: -25.5,-29.5
parent: 31
- - uid: 10889
+ - uid: 7421
components:
- type: Transform
- pos: 55.5,-5.5
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-10.5
parent: 31
- - uid: 11387
+ - uid: 7427
components:
- type: Transform
- pos: 42.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,-25.5
parent: 31
-- proto: FaxMachineBase
- entities:
- - uid: 683
+ - uid: 7451
components:
- type: Transform
- pos: 14.5,-4.5
+ pos: 7.5,9.5
parent: 31
- - type: FaxMachine
- destinationAddress: Medical
- name: Medical
- - uid: 1264
+ - uid: 7452
components:
- type: Transform
- pos: 40.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,11.5
parent: 31
- - type: FaxMachine
- name: engineering
- - uid: 2045
+ - uid: 7584
components:
- type: Transform
- pos: -17.5,-25.5
+ pos: -28.5,-26.5
parent: 31
- - type: FaxMachine
- destinationAddress: Science
- name: Science
- - uid: 8323
+ - uid: 7630
components:
- type: Transform
- pos: 9.5,-28.5
+ pos: -28.5,-25.5
parent: 31
- - type: FaxMachine
- name: library
- - uid: 8994
+ - uid: 7962
components:
- type: Transform
- pos: 13.5,12.5
+ pos: 29.5,5.5
parent: 31
- - type: FaxMachine
- destinationAddress: Cargo
- name: Cargo
- - uid: 9687
+ - uid: 8171
components:
- type: Transform
- pos: 8.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 12.5,-2.5
parent: 31
- - type: FaxMachine
- name: hop's office
- - uid: 10825
+ - uid: 8442
components:
- type: Transform
- pos: 1.5,32.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,3.5
parent: 31
- - type: FaxMachine
- destinationAddress: bridge
- name: bridge
-- proto: FaxMachineCaptain
- entities:
- - uid: 9686
+ - uid: 8446
components:
- type: Transform
- pos: 7.5,24.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,2.5
parent: 31
- - type: FaxMachine
- name: captain's office
-- proto: filingCabinetDrawerRandom
- entities:
- - uid: 4637
+ - uid: 9171
components:
- type: Transform
- pos: -10.5,-30.5
+ pos: -4.5,6.5
parent: 31
- - uid: 8890
+ - uid: 9221
components:
- type: Transform
- pos: 9.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,9.5
parent: 31
-- proto: filingCabinetRandom
- entities:
- - uid: 4216
+ - uid: 9229
components:
- type: Transform
- pos: 6.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,12.5
parent: 31
- - uid: 5628
+ - uid: 9230
components:
- type: Transform
- pos: 6.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,13.5
parent: 31
- - uid: 7542
+ - uid: 9324
components:
- type: Transform
- pos: -12.5,-39.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,16.5
parent: 31
- - uid: 7710
+ - uid: 9340
components:
- type: Transform
- pos: 15.5,12.5
+ rot: -1.5707963267948966 rad
+ pos: -33.5,3.5
parent: 31
- - uid: 8492
+ - uid: 9341
components:
- type: Transform
- pos: -2.5,14.5
+ rot: 3.141592653589793 rad
+ pos: -34.5,4.5
parent: 31
-- proto: filingCabinetTallRandom
- entities:
- - uid: 1424
+ - uid: 9378
components:
- type: Transform
- pos: -0.5,31.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,15.5
parent: 31
-- proto: FireAlarm
- entities:
- - uid: 888
+ - uid: 9458
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-24.5
+ pos: -28.5,-24.5
parent: 31
- - type: DeviceList
- devices:
- - 11750
- - 613
- - 669
- - 2872
- - 2891
- - 7379
- - 11751
- - 11752
- - 11753
- - 11754
- - 11755
- - 11756
- - uid: 9041
+ - uid: 9513
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -14.5,2.5
+ pos: 3.5,14.5
parent: 31
- - type: DeviceList
- devices:
- - 9972
- - 9971
- - 9970
- - 995
- - 179
- - 337
- - uid: 9985
+ - uid: 9520
+ components:
+ - type: Transform
+ pos: 3.5,22.5
+ parent: 31
+ - uid: 9521
+ components:
+ - type: Transform
+ pos: 3.5,23.5
+ parent: 31
+ - uid: 9522
+ components:
+ - type: Transform
+ pos: 3.5,24.5
+ parent: 31
+ - uid: 9523
+ components:
+ - type: Transform
+ pos: 3.5,25.5
+ parent: 31
+ - uid: 9524
+ components:
+ - type: Transform
+ pos: 3.5,26.5
+ parent: 31
+ - uid: 9544
+ components:
+ - type: Transform
+ pos: 10.5,-6.5
+ parent: 31
+ - uid: 9559
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 6.5,-14.5
+ pos: 5.5,4.5
parent: 31
- - type: DeviceList
- devices:
- - 9988
- - 9989
- - 9990
- - uid: 9992
+ - uid: 9588
+ components:
+ - type: Transform
+ pos: 12.5,3.5
+ parent: 31
+ - uid: 9599
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 5.5,8.5
+ pos: 4.5,4.5
parent: 31
- - type: DeviceList
- devices:
- - 8954
- - 8956
- - 852
- - 1027
- - 1028
- - 8885
- - 8884
- - 8883
- - 3959
- - 3944
- - 3943
- - 3989
- - 3987
- - 3988
- - 9988
- - 9989
- - 9990
- - 576
- - 1330
- - 1167
- - 7460
- - uid: 9993
+ - uid: 9633
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -25.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: 17.5,10.5
parent: 31
- - type: DeviceList
- devices:
- - 3928
- - 3934
- - 3935
- - 3969
- - 3970
- - 9972
- - 9971
- - 9970
- - 9994
- - 9995
- - uid: 9997
+ - uid: 9638
+ components:
+ - type: Transform
+ pos: 13.5,8.5
+ parent: 31
+ - uid: 9649
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -34.5,1.5
+ pos: 11.5,4.5
parent: 31
- - type: DeviceList
- devices:
- - 3977
- - 3976
- - 3975
- - uid: 10002
+ - uid: 9650
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 5.5,27.5
+ pos: 10.5,4.5
parent: 31
- - type: DeviceList
- devices:
- - 8816
- - 8813
- - 8810
- - 8814
- - 8815
- - 9969
- - uid: 10004
+ - uid: 9651
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 9.5,4.5
+ parent: 31
+ - uid: 9652
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 9.5,4.5
+ parent: 31
+ - uid: 9653
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 8.5,4.5
+ parent: 31
+ - uid: 9655
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 6.5,4.5
+ parent: 31
+ - uid: 9847
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 5.5,15.5
+ pos: 3.5,18.5
parent: 31
- - type: DeviceList
- devices:
- - 8885
- - 8883
- - 8884
- - 5115
- - uid: 10006
+ - uid: 9849
components:
- type: Transform
- pos: 18.5,6.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,19.5
parent: 31
- - type: DeviceList
- devices:
- - 4028
- - 4030
- - 4026
- - 8856
- - 8858
- - 8857
- - uid: 10023
+ - uid: 10148
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,-3.5
+ pos: 48.5,-29.5
parent: 31
- - type: DeviceList
- devices:
- - 3943
- - 3944
- - 3959
- - 1167
- - 1330
- - 576
- - 4525
- - 4528
- - 4529
- - uid: 10243
+ - uid: 10155
+ components:
+ - type: Transform
+ pos: 45.5,-27.5
+ parent: 31
+ - uid: 10156
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -21.5,-13.5
+ pos: 46.5,-28.5
parent: 31
- - type: DeviceList
- devices:
- - 10313
- - 10314
- - 10315
- - 10240
- - 10241
- - 10242
- - uid: 10409
+ - uid: 10157
components:
- type: Transform
- pos: -17.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: 43.5,-25.5
parent: 31
- - type: DeviceList
- devices:
- - 10313
- - 10314
- - 10315
- - uid: 10410
+ - uid: 10158
components:
- type: Transform
- pos: -1.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: 42.5,-25.5
parent: 31
- - type: DeviceList
- devices:
- - 10316
- - 10317
- - 10318
- - uid: 10419
+ - uid: 10159
components:
- type: Transform
- pos: -11.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 41.5,-25.5
parent: 31
- - type: DeviceList
- devices:
- - 3857
- - 3866
- - 3428
- - 3724
- - uid: 11003
+ - uid: 10160
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: 40.5,-25.5
parent: 31
- - type: DeviceList
- devices:
- - 3989
- - 3987
- - 3988
- - 8940
- - 673
-- proto: FireAxeCabinetFilled
- entities:
- - uid: 4031
+ - uid: 10161
components:
- type: Transform
- pos: -1.5,32.5
+ rot: -1.5707963267948966 rad
+ pos: 39.5,-25.5
parent: 31
- - uid: 11444
+ - uid: 10162
components:
- type: Transform
- pos: 52.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 38.5,-25.5
parent: 31
-- proto: Firelock
- entities:
- - uid: 45
+ - uid: 10163
components:
- type: Transform
- pos: -32.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: 37.5,-25.5
parent: 31
- - uid: 179
+ - uid: 10164
components:
- type: Transform
- pos: -10.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,-25.5
parent: 31
- - uid: 308
+ - uid: 10165
components:
- type: Transform
- pos: -29.5,-18.5
+ rot: -1.5707963267948966 rad
+ pos: 35.5,-25.5
parent: 31
- - uid: 328
+ - uid: 10166
components:
- type: Transform
- pos: -22.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 34.5,-25.5
parent: 31
- - uid: 337
+ - uid: 10168
components:
- type: Transform
- pos: -10.5,3.5
+ pos: 33.5,-24.5
parent: 31
- - uid: 409
+ - uid: 10169
components:
- type: Transform
- pos: -6.5,-8.5
+ pos: 33.5,-23.5
parent: 31
- - uid: 575
+ - uid: 10170
components:
- type: Transform
- pos: 15.5,-3.5
+ pos: 33.5,-22.5
parent: 31
- - uid: 576
+ - uid: 10171
components:
- type: Transform
- pos: -7.5,2.5
+ pos: 33.5,-21.5
parent: 31
- - uid: 684
+ - uid: 10172
components:
- type: Transform
- pos: 21.5,-22.5
+ pos: 33.5,-20.5
parent: 31
- - uid: 995
+ - uid: 10173
components:
- type: Transform
- pos: -10.5,5.5
+ pos: 33.5,-19.5
parent: 31
- - uid: 1015
+ - uid: 10174
components:
- type: Transform
- pos: -22.5,13.5
+ pos: 33.5,-18.5
parent: 31
- - uid: 1167
+ - uid: 10175
components:
- type: Transform
- pos: -5.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 32.5,-17.5
parent: 31
- - uid: 1330
+ - uid: 10176
components:
- type: Transform
- pos: -6.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 31.5,-17.5
parent: 31
- - uid: 2180
+ - uid: 10177
components:
- type: Transform
- pos: 22.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 30.5,-17.5
parent: 31
- - uid: 3413
+ - uid: 10178
components:
- type: Transform
- pos: -20.5,-28.5
+ rot: -1.5707963267948966 rad
+ pos: 29.5,-17.5
parent: 31
- - uid: 3855
+ - uid: 10179
components:
- type: Transform
- pos: -19.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: 28.5,-17.5
parent: 31
- - uid: 3962
+ - uid: 10180
components:
- type: Transform
- pos: -6.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 27.5,-17.5
parent: 31
- - uid: 3968
+ - uid: 10181
components:
- type: Transform
- pos: -32.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 26.5,-17.5
parent: 31
- - uid: 3971
+ - uid: 10182
components:
- type: Transform
- pos: -6.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: 25.5,-17.5
parent: 31
- - uid: 3982
+ - uid: 10183
components:
- type: Transform
- pos: 13.5,-19.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,-17.5
parent: 31
- - uid: 3984
+ - uid: 10184
components:
- type: Transform
- pos: 13.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,-17.5
parent: 31
- - uid: 3992
+ - uid: 10185
components:
- type: Transform
- pos: 37.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: 22.5,-17.5
parent: 31
- - uid: 3996
+ - uid: 10186
components:
- type: Transform
- pos: -33.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 21.5,-17.5
parent: 31
- - uid: 4002
+ - uid: 10187
components:
- type: Transform
- pos: 25.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: 20.5,-17.5
parent: 31
- - uid: 4003
+ - uid: 10189
components:
- type: Transform
- pos: 25.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-16.5
parent: 31
- - uid: 4010
+ - uid: 10190
components:
- type: Transform
- pos: -1.5,6.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-15.5
parent: 31
- - uid: 4015
+ - uid: 10191
components:
- type: Transform
- pos: 38.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-14.5
parent: 31
- - uid: 4019
+ - uid: 10192
components:
- type: Transform
- pos: 11.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-13.5
parent: 31
- - uid: 4041
+ - uid: 10193
components:
- type: Transform
- pos: -10.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-12.5
parent: 31
- - uid: 4042
+ - uid: 10203
components:
- type: Transform
- pos: -10.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-10.5
parent: 31
- - uid: 4044
+ - uid: 10204
components:
- type: Transform
- pos: -18.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-10.5
parent: 31
- - uid: 4975
+ - uid: 10205
components:
- type: Transform
- pos: -22.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,-10.5
parent: 31
- - uid: 5034
+ - uid: 10280
components:
- type: Transform
- pos: 26.5,-19.5
+ rot: -1.5707963267948966 rad
+ pos: -31.5,-14.5
parent: 31
- - uid: 5035
+ - uid: 10281
components:
- type: Transform
- pos: 23.5,-24.5
+ rot: 3.141592653589793 rad
+ pos: -30.5,-15.5
parent: 31
- - uid: 5104
+ - uid: 10282
components:
- type: Transform
- pos: 13.5,-0.5
+ rot: 3.141592653589793 rad
+ pos: -30.5,-16.5
parent: 31
- - uid: 5115
+ - uid: 10283
components:
- type: Transform
- pos: 6.5,20.5
+ rot: 3.141592653589793 rad
+ pos: -30.5,-17.5
parent: 31
- - uid: 5217
+ - uid: 10285
components:
- type: Transform
- pos: -27.5,16.5
+ rot: 3.141592653589793 rad
+ pos: -35.5,6.5
+ parent: 31
+ - uid: 10286
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,7.5
+ parent: 31
+ - uid: 10287
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,8.5
+ parent: 31
+ - uid: 10288
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,9.5
+ parent: 31
+ - uid: 10289
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,10.5
+ parent: 31
+ - uid: 10290
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,11.5
+ parent: 31
+ - uid: 10291
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,12.5
+ parent: 31
+ - uid: 10292
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,13.5
+ parent: 31
+ - uid: 10293
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -35.5,14.5
+ parent: 31
+ - uid: 10298
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-18.5
+ parent: 31
+ - uid: 10444
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 12.5,-1.5
+ parent: 31
+ - uid: 11254
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -31.5,-8.5
+ parent: 31
+ - uid: 12037
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 61.5,0.5
+ parent: 31
+ - uid: 12038
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 63.5,1.5
+ parent: 31
+ - uid: 12039
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 64.5,1.5
+ parent: 31
+ - uid: 12040
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 65.5,1.5
+ parent: 31
+ - uid: 12041
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 66.5,1.5
+ parent: 31
+- proto: DisposalTrunk
+ entities:
+ - uid: 178
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -11.5,1.5
+ parent: 31
+ - uid: 215
+ components:
+ - type: Transform
+ pos: 24.5,8.5
+ parent: 31
+ - uid: 229
+ components:
+ - type: Transform
+ rot: 3.141592697301183 rad
+ pos: 34.5,-4.5
+ parent: 31
+ - uid: 241
+ components:
+ - type: Transform
+ pos: 37.5,6.5
+ parent: 31
+ - uid: 273
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -2.5,28.5
+ parent: 31
+ - uid: 350
+ components:
+ - type: Transform
+ pos: -22.5,6.5
+ parent: 31
+ - uid: 837
+ components:
+ - type: Transform
+ pos: -29.5,11.5
+ parent: 31
+ - uid: 1474
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 6.5,11.5
+ parent: 31
+ - uid: 2313
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -8.5,-32.5
+ parent: 31
+ - uid: 2322
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -9.5,12.5
+ parent: 31
+ - uid: 2334
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -12.5,-19.5
+ parent: 31
+ - uid: 2437
+ components:
+ - type: Transform
+ pos: -27.5,-7.5
+ parent: 31
+ - uid: 2531
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -4.5,-17.5
+ parent: 31
+ - uid: 4795
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 6.5,-30.5
+ parent: 31
+ - uid: 5097
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 14.5,-2.5
+ parent: 31
+ - uid: 5223
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 8.5,16.5
+ parent: 31
+ - uid: 5671
+ components:
+ - type: Transform
+ pos: 14.5,-8.5
+ parent: 31
+ - uid: 7120
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-20.5
+ parent: 31
+ - uid: 7961
+ components:
+ - type: Transform
+ pos: 29.5,6.5
+ parent: 31
+ - uid: 7987
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 12.5,-3.5
+ parent: 31
+ - uid: 8091
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 60.5,0.5
+ parent: 31
+ - uid: 8444
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -8.5,1.5
+ parent: 31
+ - uid: 9339
+ components:
+ - type: Transform
+ pos: -34.5,6.5
+ parent: 31
+ - uid: 10020
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -31.5,-18.5
+ parent: 31
+ - uid: 10146
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 49.5,-30.5
+ parent: 31
+ - uid: 10294
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -34.5,15.5
+ parent: 31
+ - uid: 10300
+ components:
+ - type: Transform
+ pos: -25.5,-15.5
+ parent: 31
+ - uid: 12042
+ components:
+ - type: Transform
+ pos: 67.5,2.5
+ parent: 31
+- proto: DisposalUnit
+ entities:
+ - uid: 195
+ components:
+ - type: Transform
+ pos: -29.5,11.5
+ parent: 31
+ - uid: 210
+ components:
+ - type: Transform
+ pos: 6.5,11.5
+ parent: 31
+ - uid: 216
+ components:
+ - type: Transform
+ pos: 24.5,8.5
+ parent: 31
+ - uid: 230
+ components:
+ - type: Transform
+ pos: 34.5,-4.5
+ parent: 31
+ - uid: 242
+ components:
+ - type: Transform
+ pos: 37.5,6.5
+ parent: 31
+ - uid: 274
+ components:
+ - type: Transform
+ pos: -2.5,28.5
+ parent: 31
+ - uid: 332
+ components:
+ - type: Transform
+ pos: 29.5,6.5
+ parent: 31
+ - uid: 366
+ components:
+ - type: Transform
+ pos: -11.5,1.5
+ parent: 31
+ - uid: 376
+ components:
+ - type: Transform
+ pos: -22.5,6.5
+ parent: 31
+ - uid: 1102
+ components:
+ - type: Transform
+ pos: 14.5,-2.5
+ parent: 31
+ - uid: 2266
+ components:
+ - type: Transform
+ pos: -12.5,-19.5
+ parent: 31
+ - uid: 2520
+ components:
+ - type: Transform
+ pos: 14.5,-8.5
+ parent: 31
+ - uid: 3726
+ components:
+ - type: Transform
+ pos: -25.5,-15.5
+ parent: 31
+ - uid: 4078
+ components:
+ - type: Transform
+ pos: -27.5,-7.5
+ parent: 31
+ - uid: 4368
+ components:
+ - type: Transform
+ pos: -9.5,12.5
+ parent: 31
+ - uid: 4772
+ components:
+ - type: Transform
+ pos: 6.5,-30.5
+ parent: 31
+ - uid: 5226
+ components:
+ - type: Transform
+ pos: 8.5,16.5
+ parent: 31
+ - uid: 7587
+ components:
+ - type: Transform
+ pos: -14.5,-20.5
+ parent: 31
+ - uid: 8094
+ components:
+ - type: Transform
+ pos: 60.5,0.5
+ parent: 31
+ - uid: 8130
+ components:
+ - type: Transform
+ pos: -4.5,-17.5
+ parent: 31
+ - uid: 8443
+ components:
+ - type: Transform
+ pos: -8.5,1.5
+ parent: 31
+ - uid: 9343
+ components:
+ - type: Transform
+ pos: -34.5,6.5
+ parent: 31
+ - uid: 9417
+ components:
+ - type: Transform
+ pos: -8.5,-32.5
+ parent: 31
+ - uid: 10145
+ components:
+ - type: Transform
+ pos: 49.5,-30.5
+ parent: 31
+ - uid: 10296
+ components:
+ - type: Transform
+ pos: -34.5,15.5
+ parent: 31
+ - uid: 10475
+ components:
+ - type: Transform
+ pos: 12.5,-3.5
+ parent: 31
+- proto: DisposalYJunction
+ entities:
+ - uid: 5735
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-18.5
+ parent: 31
+ - uid: 6931
+ components:
+ - type: Transform
+ pos: -32.5,3.5
+ parent: 31
+ - uid: 7429
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 29.5,4.5
+ parent: 31
+ - uid: 9558
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 3.5,3.5
+ parent: 31
+- proto: DogBed
+ entities:
+ - uid: 1244
+ components:
+ - type: Transform
+ pos: 10.5,20.5
+ parent: 31
+ - uid: 4735
+ components:
+ - type: Transform
+ pos: 21.5,-9.5
+ parent: 31
+ - uid: 6966
+ components:
+ - type: Transform
+ pos: 28.5,8.5
+ parent: 31
+ - uid: 8419
+ components:
+ - type: Transform
+ pos: 8.5,26.5
+ parent: 31
+- proto: DonkpocketBoxSpawner
+ entities:
+ - uid: 8044
+ components:
+ - type: Transform
+ pos: 18.5,-24.5
+ parent: 31
+- proto: DoorElectronics
+ entities:
+ - uid: 4269
+ components:
+ - type: Transform
+ pos: 29.27434,-1.3043437
+ parent: 31
+ - uid: 4284
+ components:
+ - type: Transform
+ pos: 29.614664,-1.306627
+ parent: 31
+- proto: DresserCaptainFilled
+ entities:
+ - uid: 11383
+ components:
+ - type: Transform
+ pos: 11.5,23.5
+ parent: 31
+- proto: DresserChiefEngineerFilled
+ entities:
+ - uid: 6968
+ components:
+ - type: Transform
+ pos: 41.5,-0.5
+ parent: 31
+- proto: DresserChiefMedicalOfficerFilled
+ entities:
+ - uid: 11386
+ components:
+ - type: Transform
+ pos: 24.5,-11.5
+ parent: 31
+- proto: DresserHeadOfPersonnelFilled
+ entities:
+ - uid: 7085
+ components:
+ - type: Transform
+ pos: 7.5,16.5
+ parent: 31
+- proto: DresserHeadOfSecurityFilled
+ entities:
+ - uid: 11382
+ components:
+ - type: Transform
+ pos: -8.5,22.5
+ parent: 31
+- proto: DresserQuarterMasterFilled
+ entities:
+ - uid: 4909
+ components:
+ - type: Transform
+ pos: 26.5,10.5
+ parent: 31
+- proto: DresserResearchDirectorFilled
+ entities:
+ - uid: 5153
+ components:
+ - type: Transform
+ pos: -5.5,-19.5
+ parent: 31
+- proto: DrinkBottleRum
+ entities:
+ - uid: 10630
+ components:
+ - type: Transform
+ pos: 42.56693,-8.254273
+ parent: 31
+- proto: DrinkBottleVodka
+ entities:
+ - uid: 10588
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -15.293089,-12.048656
+ parent: 31
+ - uid: 10589
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -14.584726,-11.104703
+ parent: 31
+ - uid: 10590
+ components:
+ - type: Transform
+ pos: -14.761818,-11.281694
+ parent: 31
+- proto: DrinkDeadRumGlass
+ entities:
+ - uid: 10660
+ components:
+ - type: Transform
+ pos: 41.438732,-8.355759
+ parent: 31
+- proto: DrinkDetFlask
+ entities:
+ - uid: 7855
+ components:
+ - type: Transform
+ parent: 7853
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+- proto: DrinkDoctorsDelightGlass
+ entities:
+ - uid: 1110
+ components:
+ - type: Transform
+ pos: 22.757565,-9.802636
+ parent: 31
+- proto: DrinkGildlagerBottleFull
+ entities:
+ - uid: 9626
+ components:
+ - type: Transform
+ pos: -3.238819,18.880247
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: DrinkGlass
+ entities:
+ - uid: 10625
+ components:
+ - type: Transform
+ pos: 40.353294,-10.29438
+ parent: 31
+ - uid: 10626
+ components:
+ - type: Transform
+ pos: 40.382812,-10.471372
+ parent: 31
+ - uid: 10627
+ components:
+ - type: Transform
+ pos: 40.530388,-10.353377
+ parent: 31
+- proto: DrinkGoldenCup
+ entities:
+ - uid: 535
+ components:
+ - type: Transform
+ pos: -3.053735,18.815365
+ parent: 31
+- proto: DrinkGreenTeaGlass
+ entities:
+ - uid: 10662
+ components:
+ - type: Transform
+ pos: 42.91449,-8.318105
+ parent: 31
+- proto: DrinkHotCoco
+ entities:
+ - uid: 2173
+ components:
+ - type: Transform
+ pos: 7.752981,-13.56489
+ parent: 31
+- proto: DrinkHotCoffee
+ entities:
+ - uid: 10538
+ components:
+ - type: Transform
+ pos: -17.21707,-26.040907
+ parent: 31
+ - uid: 10790
+ components:
+ - type: Transform
+ pos: 22.658688,13.036925
+ parent: 31
+- proto: DrinkIcedTeaCan
+ entities:
+ - uid: 10759
+ components:
+ - type: Transform
+ pos: -48.660885,-9.377042
+ parent: 31
+- proto: DrinkIcedTeaGlass
+ entities:
+ - uid: 9922
+ components:
+ - type: Transform
+ pos: -2.992663,-1.3206873
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ - uid: 12169
+ components:
+ - type: Transform
+ pos: -2.680163,-1.1956873
+ parent: 31
+- proto: DrinkLemonJuice
+ entities:
+ - uid: 10820
+ components:
+ - type: Transform
+ pos: 45.26447,-20.914085
+ parent: 31
+- proto: DrinkMeadGlass
+ entities:
+ - uid: 2952
+ components:
+ - type: Transform
+ pos: -31.680155,17.680439
+ parent: 31
+- proto: DrinkMilkCarton
+ entities:
+ - uid: 2283
+ components:
+ - type: Transform
+ pos: -11.776268,-3.7349403
+ parent: 31
+- proto: DrinkMilkshake
+ entities:
+ - uid: 1589
+ components:
+ - type: Transform
+ pos: 60.502117,-8.214837
+ parent: 31
+- proto: DrinkMugMetal
+ entities:
+ - uid: 4205
+ components:
+ - type: Transform
+ pos: -10.86558,-31.534925
+ parent: 31
+- proto: DrinkMugRed
+ entities:
+ - uid: 674
+ components:
+ - type: Transform
+ pos: -4.1449943,14.039462
+ parent: 31
+- proto: DrinkPoisonWinebottleFull
+ entities:
+ - uid: 12194
+ components:
+ - type: Transform
+ pos: -3.4315104,-6.2435474
+ parent: 31
+- proto: DrinkRamen
+ entities:
+ - uid: 7848
+ components:
+ - type: Transform
+ pos: -13.225656,24.798891
+ parent: 31
+- proto: DrinkRootBeerGlass
+ entities:
+ - uid: 7691
+ components:
+ - type: Transform
+ pos: 16.50716,16.62439
+ parent: 31
+- proto: DrinkSakeBottleFull
+ entities:
+ - uid: 12193
+ components:
+ - type: Transform
+ pos: -3.6971354,-6.3372974
+ parent: 31
+- proto: DrinkSakeCup
+ entities:
+ - uid: 12177
+ components:
+ - type: Transform
+ pos: -2.4155946,-4.260042
+ parent: 31
+ - uid: 12178
+ components:
+ - type: Transform
+ pos: -2.3530946,-4.494417
+ parent: 31
+- proto: DrinkShaker
+ entities:
+ - uid: 10628
+ components:
+ - type: Transform
+ pos: 42.86208,-10.353377
+ parent: 31
+- proto: DrinkShotGlass
+ entities:
+ - uid: 12189
+ components:
+ - type: Transform
+ pos: -5.952992,-4.4935474
+ parent: 31
+ - uid: 12190
+ components:
+ - type: Transform
+ pos: -5.218617,-4.3060474
+ parent: 31
+ - uid: 12191
+ components:
+ - type: Transform
+ pos: -2.6404922,-5.5560474
+ parent: 31
+- proto: DrinkTequilaSunriseGlass
+ entities:
+ - uid: 10649
+ components:
+ - type: Transform
+ pos: 43.593338,-8.411646
+ parent: 31
+- proto: DrinkTokkuri
+ entities:
+ - uid: 12176
+ components:
+ - type: Transform
+ pos: -2.6187196,-4.525667
+ parent: 31
+- proto: DrinkVodkaBottleFull
+ entities:
+ - uid: 1409
+ components:
+ - type: Transform
+ pos: -15.794847,-11.134202
+ parent: 31
+ - uid: 10586
+ components:
+ - type: Transform
+ pos: -15.4701805,-10.721223
+ parent: 31
+- proto: DrinkVodkaGlass
+ entities:
+ - uid: 10587
+ components:
+ - type: Transform
+ pos: -15.440666,-11.399689
+ parent: 31
+- proto: DrinkWaterBottleFull
+ entities:
+ - uid: 622
+ components:
+ - type: Transform
+ pos: -9.481841,-18.214483
+ parent: 31
+ - uid: 2480
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+ - uid: 2481
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+ - uid: 3041
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+ - uid: 10794
+ components:
+ - type: Transform
+ pos: 45.32292,-20.249031
+ parent: 31
+- proto: DrinkWaterCup
+ entities:
+ - uid: 4089
+ components:
+ - type: Transform
+ pos: -9.776992,-18.538967
+ parent: 31
+ - uid: 10795
+ components:
+ - type: Transform
+ pos: 45.647587,-20.367025
+ parent: 31
+ - uid: 10796
+ components:
+ - type: Transform
+ pos: 45.529526,-20.544016
+ parent: 31
+- proto: DrinkWhiskeyBottleFull
+ entities:
+ - uid: 7459
+ components:
+ - type: Transform
+ pos: -23.675486,16.461733
+ parent: 31
+- proto: DrinkWhiskeyGlass
+ entities:
+ - uid: 7539
+ components:
+ - type: Transform
+ pos: -15.830059,-39.34384
+ parent: 31
+- proto: DrinkWineBottleFull
+ entities:
+ - uid: 12195
+ components:
+ - type: Transform
+ pos: -3.1815104,-6.3841724
+ parent: 31
+- proto: ElectricGuitarInstrument
+ entities:
+ - uid: 9275
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -19.346447,-6.2505536
+ parent: 31
+- proto: EmergencyLight
+ entities:
+ - uid: 309
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -40.5,5.5
+ parent: 31
+ - uid: 346
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 48.5,-4.5
+ parent: 31
+ - uid: 585
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -35.5,-3.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1187
+ components:
+ - type: Transform
+ pos: 39.5,6.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1224
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 10.5,9.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1226
+ components:
+ - type: Transform
+ pos: -4.5,14.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1248
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 9.5,30.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1293
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-3.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1299
+ components:
+ - type: Transform
+ pos: -39.5,10.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1345
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-3.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 1512
+ components:
+ - type: Transform
+ pos: 23.5,13.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 2080
+ components:
+ - type: Transform
+ pos: -23.5,11.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 5354
+ components:
+ - type: Transform
+ pos: 23.5,5.5
+ parent: 31
+ - uid: 7249
+ components:
+ - type: Transform
+ pos: -14.5,5.5
+ parent: 31
+ - uid: 7254
+ components:
+ - type: Transform
+ pos: 3.5,32.5
+ parent: 31
+ - uid: 8839
+ components:
+ - type: Transform
+ pos: -4.5,1.5
+ parent: 31
+ - type: PointLight
+ enabled: True
+ - type: ActiveEmergencyLight
+ - uid: 10310
+ components:
+ - type: Transform
+ pos: -9.5,-25.5
+ parent: 31
+ - uid: 10311
+ components:
+ - type: Transform
+ pos: -6.5,-14.5
+ parent: 31
+- proto: EmergencyMedipen
+ entities:
+ - uid: 7355
+ components:
+ - type: Transform
+ pos: -19.375961,-7.548489
+ parent: 31
+ - uid: 10988
+ components:
+ - type: Transform
+ pos: 12.5220375,-4.6149173
+ parent: 31
+- proto: EmergencyRollerBed
+ entities:
+ - uid: 1202
+ components:
+ - type: Transform
+ pos: 19.443876,-7.543538
+ parent: 31
+- proto: Emitter
+ entities:
+ - uid: 4870
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 60.5,2.5
+ parent: 31
+- proto: EncryptionKeyCargo
+ entities:
+ - uid: 9154
+ components:
+ - type: Transform
+ parent: 9096
+ - type: Physics
+ canCollide: False
+- proto: EncryptionKeyCommand
+ entities:
+ - uid: 3410
+ components:
+ - type: Transform
+ parent: 3371
+ - type: Physics
+ canCollide: False
+- proto: EncryptionKeyCommon
+ entities:
+ - uid: 9066
+ components:
+ - type: Transform
+ parent: 9065
+ - type: Physics
+ canCollide: False
+ - uid: 10896
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 48.434895,-3.386529
+ parent: 31
+ - uid: 10897
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 48.611988,-3.445526
+ parent: 31
+- proto: EncryptionKeyEngineering
+ entities:
+ - uid: 10233
+ components:
+ - type: Transform
+ parent: 10232
+ - type: Physics
+ canCollide: False
+ - uid: 10898
+ components:
+ - type: Transform
+ pos: 48.936653,-5.4514256
+ parent: 31
+- proto: EncryptionKeyMedical
+ entities:
+ - uid: 8122
+ components:
+ - type: Transform
+ parent: 8120
+ - type: Physics
+ canCollide: False
+ - uid: 10894
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 55.474125,-11.511058
+ parent: 31
+- proto: EncryptionKeyScience
+ entities:
+ - uid: 4604
+ components:
+ - type: Transform
+ parent: 4590
+ - type: Physics
+ canCollide: False
+ - uid: 10895
+ components:
+ - type: Transform
+ pos: 56.448124,-11.363565
+ parent: 31
+- proto: EncryptionKeySecurity
+ entities:
+ - uid: 8164
+ components:
+ - type: Transform
+ parent: 8163
+ - type: Physics
+ canCollide: False
+- proto: EncryptionKeyService
+ entities:
+ - uid: 9188
+ components:
+ - type: Transform
+ parent: 9179
+ - type: Physics
+ canCollide: False
+- proto: ExosuitFabricator
+ entities:
+ - uid: 9537
+ components:
+ - type: Transform
+ pos: -0.5,-24.5
+ parent: 31
+- proto: ExplosivesSignMed
+ entities:
+ - uid: 8897
+ components:
+ - type: Transform
+ pos: -11.5,17.5
+ parent: 31
+- proto: ExtendedEmergencyOxygenTank
+ entities:
+ - uid: 3730
+ components:
+ - type: Transform
+ pos: -11.445563,-27.496508
+ parent: 31
+- proto: ExtinguisherCabinet
+ entities:
+ - uid: 10537
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 1.5,-31.5
+ parent: 31
+- proto: ExtinguisherCabinetFilled
+ entities:
+ - uid: 517
+ components:
+ - type: Transform
+ pos: -10.5,12.5
+ parent: 31
+ - uid: 1868
+ components:
+ - type: Transform
+ pos: 5.5,23.5
+ parent: 31
+ - uid: 4807
+ components:
+ - type: Transform
+ pos: 14.5,-3.5
+ parent: 31
+ - uid: 4895
+ components:
+ - type: Transform
+ pos: -34.5,-10.5
+ parent: 31
+ - uid: 4899
+ components:
+ - type: Transform
+ pos: -30.5,10.5
+ parent: 31
+ - uid: 4900
+ components:
+ - type: Transform
+ pos: -34.5,-2.5
+ parent: 31
+ - uid: 4901
+ components:
+ - type: Transform
+ pos: -16.5,-8.5
+ parent: 31
+ - uid: 4908
+ components:
+ - type: Transform
+ pos: 32.5,-5.5
+ parent: 31
+ - uid: 4913
+ components:
+ - type: Transform
+ pos: 17.5,8.5
+ parent: 31
+ - uid: 4914
+ components:
+ - type: Transform
+ pos: 9.5,12.5
+ parent: 31
+ - uid: 4916
+ components:
+ - type: Transform
+ pos: -6.5,18.5
+ parent: 31
+ - uid: 4917
+ components:
+ - type: Transform
+ pos: 0.5,16.5
+ parent: 31
+ - uid: 4918
+ components:
+ - type: Transform
+ pos: 11.5,17.5
+ parent: 31
+ - uid: 4923
+ components:
+ - type: Transform
+ pos: 11.5,-28.5
+ parent: 31
+ - uid: 5305
+ components:
+ - type: Transform
+ pos: 17.5,-29.5
+ parent: 31
+ - uid: 5306
+ components:
+ - type: Transform
+ pos: -24.5,23.5
+ parent: 31
+ - uid: 7435
+ components:
+ - type: Transform
+ pos: -12.5,-26.5
+ parent: 31
+ - uid: 8894
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 51.5,4.5
+ parent: 31
+ - uid: 8905
+ components:
+ - type: Transform
+ pos: 5.5,29.5
+ parent: 31
+ - uid: 10889
+ components:
+ - type: Transform
+ pos: 55.5,-5.5
+ parent: 31
+ - uid: 11387
+ components:
+ - type: Transform
+ pos: 42.5,-1.5
+ parent: 31
+- proto: FaxMachineBase
+ entities:
+ - uid: 683
+ components:
+ - type: Transform
+ pos: 14.5,-4.5
+ parent: 31
+ - type: FaxMachine
+ name: Medical
+ destinationAddress: Medical
+ - uid: 1264
+ components:
+ - type: Transform
+ pos: 40.5,4.5
+ parent: 31
+ - type: FaxMachine
+ name: engineering
+ - uid: 2045
+ components:
+ - type: Transform
+ pos: -17.5,-25.5
+ parent: 31
+ - type: FaxMachine
+ name: Science
+ destinationAddress: Science
+ - uid: 8323
+ components:
+ - type: Transform
+ pos: 9.5,-28.5
+ parent: 31
+ - type: FaxMachine
+ name: library
+ - uid: 8994
+ components:
+ - type: Transform
+ pos: 13.5,12.5
+ parent: 31
+ - type: FaxMachine
+ name: Cargo
+ destinationAddress: Cargo
+ - uid: 9687
+ components:
+ - type: Transform
+ pos: 8.5,18.5
+ parent: 31
+ - type: FaxMachine
+ name: hop's office
+ - uid: 10825
+ components:
+ - type: Transform
+ pos: 1.5,32.5
+ parent: 31
+ - type: FaxMachine
+ name: bridge
+ destinationAddress: bridge
+- proto: FaxMachineCaptain
+ entities:
+ - uid: 9686
+ components:
+ - type: Transform
+ pos: 7.5,24.5
+ parent: 31
+ - type: FaxMachine
+ name: captain's office
+- proto: filingCabinetDrawerRandom
+ entities:
+ - uid: 4637
+ components:
+ - type: Transform
+ pos: -10.5,-30.5
+ parent: 31
+ - uid: 8890
+ components:
+ - type: Transform
+ pos: 9.5,18.5
+ parent: 31
+- proto: filingCabinetRandom
+ entities:
+ - uid: 4216
+ components:
+ - type: Transform
+ pos: 6.5,26.5
+ parent: 31
+ - uid: 5628
+ components:
+ - type: Transform
+ pos: 6.5,-5.5
+ parent: 31
+ - uid: 7542
+ components:
+ - type: Transform
+ pos: -12.5,-39.5
+ parent: 31
+ - uid: 7710
+ components:
+ - type: Transform
+ pos: 15.5,12.5
+ parent: 31
+ - uid: 8492
+ components:
+ - type: Transform
+ pos: -2.5,14.5
+ parent: 31
+- proto: filingCabinetTallRandom
+ entities:
+ - uid: 1424
+ components:
+ - type: Transform
+ pos: -0.5,31.5
+ parent: 31
+- proto: FireAlarm
+ entities:
+ - uid: 888
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 1.5,-24.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 11750
+ - 613
+ - 669
+ - 2872
+ - 2891
+ - 7379
+ - 11751
+ - 11752
+ - 11753
+ - 11754
+ - 11755
+ - 11756
+ - uid: 9041
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -14.5,2.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 9972
+ - 9971
+ - 9970
+ - 995
+ - 179
+ - 337
+ - uid: 9985
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 6.5,-14.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 9988
+ - 9989
+ - 9990
+ - uid: 9992
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 5.5,8.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 8954
+ - 8956
+ - 852
+ - 1027
+ - 1028
+ - 8885
+ - 8884
+ - 8883
+ - 3959
+ - 3944
+ - 3943
+ - 3989
+ - 3987
+ - 3988
+ - 9988
+ - 9989
+ - 9990
+ - 576
+ - 1330
+ - 1167
+ - 7460
+ - uid: 9993
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -25.5,1.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 3928
+ - 3934
+ - 3935
+ - 3969
+ - 3970
+ - 9972
+ - 9971
+ - 9970
+ - 9994
+ - 9995
+ - uid: 9997
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -34.5,1.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 3977
+ - 3976
+ - 3975
+ - uid: 10002
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 5.5,27.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 8816
+ - 8813
+ - 8810
+ - 8814
+ - 8815
+ - 9969
+ - uid: 10004
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 5.5,15.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 8885
+ - 8883
+ - 8884
+ - 5115
+ - uid: 10006
+ components:
+ - type: Transform
+ pos: 18.5,6.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 4028
+ - 4030
+ - 4026
+ - 8856
+ - 8858
+ - 8857
+ - uid: 10023
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 1.5,-3.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 3943
+ - 3944
+ - 3959
+ - 1167
+ - 1330
+ - 576
+ - 4525
+ - 4528
+ - 4529
+ - uid: 10243
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-13.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 10313
+ - 10314
+ - 10315
+ - 10240
+ - 10241
+ - 10242
+ - uid: 10409
+ components:
+ - type: Transform
+ pos: -17.5,-13.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 10313
+ - 10314
+ - 10315
+ - uid: 10410
+ components:
+ - type: Transform
+ pos: -1.5,-13.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 10316
+ - 10317
+ - 10318
+ - uid: 10419
+ components:
+ - type: Transform
+ pos: -11.5,-23.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 3857
+ - 3866
+ - 3428
+ - 3724
+ - uid: 11003
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-3.5
+ parent: 31
+ - type: DeviceList
+ devices:
+ - 3989
+ - 3987
+ - 3988
+ - 8940
+ - 673
+- proto: FireAxeCabinetFilled
+ entities:
+ - uid: 4031
+ components:
+ - type: Transform
+ pos: -1.5,32.5
+ parent: 31
+ - uid: 11444
+ components:
+ - type: Transform
+ pos: 52.5,18.5
+ parent: 31
+- proto: Firelock
+ entities:
+ - uid: 45
+ components:
+ - type: Transform
+ pos: -32.5,-12.5
+ parent: 31
+ - uid: 179
+ components:
+ - type: Transform
+ pos: -10.5,4.5
+ parent: 31
+ - uid: 308
+ components:
+ - type: Transform
+ pos: -29.5,-18.5
+ parent: 31
+ - uid: 328
+ components:
+ - type: Transform
+ pos: -22.5,14.5
+ parent: 31
+ - uid: 337
+ components:
+ - type: Transform
+ pos: -10.5,3.5
+ parent: 31
+ - uid: 409
+ components:
+ - type: Transform
+ pos: -6.5,-8.5
+ parent: 31
+ - uid: 575
+ components:
+ - type: Transform
+ pos: 15.5,-3.5
+ parent: 31
+ - uid: 576
+ components:
+ - type: Transform
+ pos: -7.5,2.5
+ parent: 31
+ - uid: 684
+ components:
+ - type: Transform
+ pos: 21.5,-22.5
+ parent: 31
+ - uid: 995
+ components:
+ - type: Transform
+ pos: -10.5,5.5
+ parent: 31
+ - uid: 1015
+ components:
+ - type: Transform
+ pos: -22.5,13.5
+ parent: 31
+ - uid: 1167
+ components:
+ - type: Transform
+ pos: -5.5,2.5
+ parent: 31
+ - uid: 1330
+ components:
+ - type: Transform
+ pos: -6.5,2.5
+ parent: 31
+ - uid: 2180
+ components:
+ - type: Transform
+ pos: 22.5,-22.5
+ parent: 31
+ - uid: 3413
+ components:
+ - type: Transform
+ pos: -20.5,-28.5
+ parent: 31
+ - uid: 3855
+ components:
+ - type: Transform
+ pos: -19.5,17.5
+ parent: 31
+ - uid: 3962
+ components:
+ - type: Transform
+ pos: -6.5,-9.5
+ parent: 31
+ - uid: 3968
+ components:
+ - type: Transform
+ pos: -32.5,-9.5
+ parent: 31
+ - uid: 3971
+ components:
+ - type: Transform
+ pos: -6.5,-10.5
+ parent: 31
+ - uid: 3982
+ components:
+ - type: Transform
+ pos: 13.5,-19.5
+ parent: 31
+ - uid: 3984
+ components:
+ - type: Transform
+ pos: 13.5,-20.5
+ parent: 31
+ - uid: 3992
+ components:
+ - type: Transform
+ pos: 37.5,-5.5
+ parent: 31
+ - uid: 3996
+ components:
+ - type: Transform
+ pos: -33.5,-9.5
+ parent: 31
+ - uid: 4002
+ components:
+ - type: Transform
+ pos: 25.5,-1.5
+ parent: 31
+ - uid: 4003
+ components:
+ - type: Transform
+ pos: 25.5,-2.5
+ parent: 31
+ - uid: 4010
+ components:
+ - type: Transform
+ pos: -1.5,6.5
+ parent: 31
+ - uid: 4015
+ components:
+ - type: Transform
+ pos: 38.5,-5.5
+ parent: 31
+ - uid: 4019
+ components:
+ - type: Transform
+ pos: 11.5,14.5
+ parent: 31
+ - uid: 4041
+ components:
+ - type: Transform
+ pos: -10.5,24.5
+ parent: 31
+ - uid: 4042
+ components:
+ - type: Transform
+ pos: -10.5,25.5
+ parent: 31
+ - uid: 4044
+ components:
+ - type: Transform
+ pos: -18.5,17.5
+ parent: 31
+ - uid: 4975
+ components:
+ - type: Transform
+ pos: -22.5,21.5
+ parent: 31
+ - uid: 5034
+ components:
+ - type: Transform
+ pos: 26.5,-19.5
+ parent: 31
+ - uid: 5035
+ components:
+ - type: Transform
+ pos: 23.5,-24.5
+ parent: 31
+ - uid: 5104
+ components:
+ - type: Transform
+ pos: 13.5,-0.5
+ parent: 31
+ - uid: 5115
+ components:
+ - type: Transform
+ pos: 6.5,20.5
+ parent: 31
+ - uid: 5217
+ components:
+ - type: Transform
+ pos: -27.5,16.5
+ parent: 31
+ - uid: 5312
+ components:
+ - type: Transform
+ pos: 15.5,-26.5
+ parent: 31
+ - uid: 10302
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -28.5,-20.5
+ parent: 31
+ - uid: 11101
+ components:
+ - type: Transform
+ pos: 27.5,-9.5
+ parent: 31
+ - uid: 11621
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-24.5
+ parent: 31
+ - uid: 11622
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-28.5
+ parent: 31
+ - uid: 11751
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 5.5,-32.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 11752
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 8.5,-31.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 11753
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 10.5,-30.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 11754
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-24.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+- proto: FirelockEdge
+ entities:
+ - uid: 693
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 53.5,3.5
+ parent: 31
+ - uid: 3737
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -15.5,-18.5
+ parent: 31
+ - uid: 3738
+ components:
+ - type: Transform
+ pos: -15.5,-18.5
+ parent: 31
+ - uid: 3740
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -16.5,-18.5
+ parent: 31
+ - uid: 4378
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 42.5,-25.5
+ parent: 31
+ - uid: 7040
+ components:
+ - type: Transform
+ pos: -18.5,3.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 10021
+ - uid: 7041
+ components:
+ - type: Transform
+ pos: -19.5,3.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 10021
+ - uid: 7042
+ components:
+ - type: Transform
+ pos: -16.5,3.5
+ parent: 31
+ - uid: 7051
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 42.5,-24.5
+ parent: 31
+ - uid: 7052
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 42.5,-23.5
+ parent: 31
+ - uid: 8482
+ components:
+ - type: Transform
+ pos: -16.5,-18.5
+ parent: 31
+ - uid: 10307
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -33.5,-21.5
+ parent: 31
+ - uid: 11755
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 5.5,-28.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 11756
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 5.5,-29.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+- proto: FirelockElectronics
+ entities:
+ - uid: 13
+ components:
+ - type: Transform
+ pos: -29.687315,9.038336
+ parent: 31
+ - uid: 55
+ components:
+ - type: Transform
+ pos: -29.711033,9.429151
+ parent: 31
+ - uid: 4298
+ components:
+ - type: Transform
+ pos: 29.352465,-1.4202437
+ parent: 31
+ - uid: 4324
+ components:
+ - type: Transform
+ pos: 29.633715,-1.4827437
+ parent: 31
+- proto: FirelockGlass
+ entities:
+ - uid: 24
+ components:
+ - type: Transform
+ pos: 20.5,18.5
+ parent: 31
+ - uid: 613
+ components:
+ - type: Transform
+ pos: 4.5,-23.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 669
+ components:
+ - type: Transform
+ pos: 2.5,-23.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 673
+ components:
+ - type: Transform
+ pos: 10.5,-6.5
+ parent: 31
+ - uid: 852
+ components:
+ - type: Transform
+ pos: 5.5,5.5
+ parent: 31
+ - uid: 1027
+ components:
+ - type: Transform
+ pos: 5.5,4.5
+ parent: 31
+ - uid: 1028
+ components:
+ - type: Transform
+ pos: 5.5,3.5
+ parent: 31
+ - uid: 1185
+ components:
+ - type: Transform
+ pos: 21.5,18.5
+ parent: 31
+ - uid: 1505
+ components:
+ - type: Transform
+ pos: 15.5,8.5
+ parent: 31
+ - uid: 2872
+ components:
+ - type: Transform
+ pos: 1.5,-29.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 2891
+ components:
+ - type: Transform
+ pos: 1.5,-28.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 3428
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -9.5,-33.5
+ parent: 31
+ - uid: 3724
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -4.5,-27.5
+ parent: 31
+ - uid: 3857
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -10.5,-23.5
+ parent: 31
+ - uid: 3866
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -12.5,-25.5
+ parent: 31
+ - uid: 3928
+ components:
+ - type: Transform
+ pos: -26.5,3.5
+ parent: 31
+ - uid: 3934
+ components:
+ - type: Transform
+ pos: -26.5,4.5
+ parent: 31
+ - uid: 3935
+ components:
+ - type: Transform
+ pos: -26.5,5.5
+ parent: 31
+ - uid: 3943
+ components:
+ - type: Transform
+ pos: 1.5,-2.5
+ parent: 31
+ - uid: 3944
+ components:
+ - type: Transform
+ pos: 1.5,-1.5
+ parent: 31
+ - uid: 3959
+ components:
+ - type: Transform
+ pos: 1.5,-0.5
+ parent: 31
+ - uid: 3969
+ components:
+ - type: Transform
+ pos: -24.5,7.5
+ parent: 31
+ - uid: 3970
+ components:
+ - type: Transform
+ pos: -23.5,7.5
+ parent: 31
+ - uid: 3975
+ components:
+ - type: Transform
+ pos: -33.5,3.5
+ parent: 31
+ - uid: 3976
+ components:
+ - type: Transform
+ pos: -33.5,4.5
+ parent: 31
+ - uid: 3977
+ components:
+ - type: Transform
+ pos: -33.5,5.5
+ parent: 31
+ - uid: 3987
+ components:
+ - type: Transform
+ pos: 5.5,-1.5
+ parent: 31
+ - uid: 3988
+ components:
+ - type: Transform
+ pos: 5.5,-0.5
+ parent: 31
+ - uid: 3989
+ components:
+ - type: Transform
+ pos: 5.5,-2.5
+ parent: 31
+ - uid: 4026
+ components:
+ - type: Transform
+ pos: 11.5,3.5
+ parent: 31
+ - uid: 4028
+ components:
+ - type: Transform
+ pos: 11.5,5.5
+ parent: 31
+ - uid: 4030
+ components:
+ - type: Transform
+ pos: 11.5,4.5
+ parent: 31
+ - uid: 4210
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -13.5,-29.5
+ parent: 31
+ - uid: 4215
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -5.5,-38.5
+ parent: 31
+ - uid: 4334
+ components:
+ - type: Transform
+ pos: 8.5,-8.5
+ parent: 31
+ - uid: 4345
+ components:
+ - type: Transform
+ pos: 8.5,-10.5
+ parent: 31
+ - uid: 4525
+ components:
+ - type: Transform
+ pos: -10.5,1.5
+ parent: 31
+ - uid: 4528
+ components:
+ - type: Transform
+ pos: -10.5,0.5
+ parent: 31
+ - uid: 4529
+ components:
+ - type: Transform
+ pos: -10.5,-0.5
+ parent: 31
+ - uid: 4613
+ components:
+ - type: Transform
+ pos: 37.5,-8.5
+ parent: 31
+ - uid: 6957
+ components:
+ - type: Transform
+ pos: 28.5,-17.5
+ parent: 31
+ - uid: 7178
+ components:
+ - type: Transform
+ pos: 38.5,-8.5
+ parent: 31
+ - uid: 7325
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -37.5,-8.5
+ parent: 31
+ - uid: 7379
+ components:
+ - type: Transform
+ pos: 1.5,-26.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+ - uid: 7460
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 1.5,4.5
+ parent: 31
+ - uid: 8399
+ components:
+ - type: Transform
+ pos: 45.5,-6.5
+ parent: 31
+ - uid: 8810
+ components:
+ - type: Transform
+ pos: 2.5,29.5
+ parent: 31
+ - uid: 8813
+ components:
+ - type: Transform
+ pos: 1.5,28.5
+ parent: 31
+ - uid: 8814
+ components:
+ - type: Transform
+ pos: 3.5,29.5
+ parent: 31
+ - uid: 8815
+ components:
+ - type: Transform
+ pos: 4.5,29.5
+ parent: 31
+ - uid: 8816
+ components:
+ - type: Transform
+ pos: 5.5,28.5
+ parent: 31
+ - uid: 8856
+ components:
+ - type: Transform
+ pos: 24.5,5.5
+ parent: 31
+ - uid: 8857
+ components:
+ - type: Transform
+ pos: 24.5,3.5
+ parent: 31
+ - uid: 8858
+ components:
+ - type: Transform
+ pos: 24.5,4.5
+ parent: 31
+ - uid: 8883
+ components:
+ - type: Transform
+ pos: 2.5,15.5
+ parent: 31
+ - uid: 8884
+ components:
+ - type: Transform
+ pos: 3.5,15.5
+ parent: 31
+ - uid: 8885
+ components:
+ - type: Transform
+ pos: 4.5,15.5
+ parent: 31
+ - uid: 8940
+ components:
+ - type: Transform
+ pos: 9.5,-6.5
+ parent: 31
+ - uid: 8954
+ components:
+ - type: Transform
+ pos: 1.5,3.5
+ parent: 31
+ - uid: 8956
+ components:
+ - type: Transform
+ pos: 1.5,5.5
+ parent: 31
+ - uid: 9782
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 8.5,-36.5
+ parent: 31
+ - uid: 9783
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 9.5,-36.5
+ parent: 31
+ - uid: 9958
+ components:
+ - type: Transform
+ pos: 36.5,3.5
+ parent: 31
+ - uid: 9959
+ components:
+ - type: Transform
+ pos: 36.5,4.5
+ parent: 31
+ - uid: 9960
+ components:
+ - type: Transform
+ pos: 36.5,5.5
+ parent: 31
+ - uid: 9961
+ components:
+ - type: Transform
+ pos: 33.5,7.5
+ parent: 31
+ - uid: 9962
+ components:
+ - type: Transform
+ pos: 30.5,3.5
+ parent: 31
+ - uid: 9963
+ components:
+ - type: Transform
+ pos: 30.5,5.5
+ parent: 31
+ - uid: 9964
+ components:
+ - type: Transform
+ pos: 33.5,1.5
+ parent: 31
+ - uid: 9965
+ components:
+ - type: Transform
+ pos: 25.5,17.5
+ parent: 31
+ - uid: 9966
+ components:
+ - type: Transform
+ pos: 25.5,16.5
+ parent: 31
+ - uid: 9967
+ components:
+ - type: Transform
+ pos: 21.5,14.5
+ parent: 31
+ - uid: 9968
+ components:
+ - type: Transform
+ pos: 20.5,14.5
+ parent: 31
+ - uid: 9969
+ components:
+ - type: Transform
+ pos: 3.5,26.5
+ parent: 31
+ - uid: 9970
+ components:
+ - type: Transform
+ pos: -21.5,3.5
+ parent: 31
+ - uid: 9971
+ components:
+ - type: Transform
+ pos: -21.5,4.5
+ parent: 31
+ - uid: 9972
+ components:
+ - type: Transform
+ pos: -21.5,5.5
+ parent: 31
+ - uid: 9973
+ components:
+ - type: Transform
+ pos: 54.5,2.5
+ parent: 31
+ - uid: 9981
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-21.5
+ parent: 31
+ - uid: 9982
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-22.5
+ parent: 31
+ - uid: 9988
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 2.5,-12.5
+ parent: 31
+ - uid: 9989
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 3.5,-12.5
+ parent: 31
+ - uid: 9990
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 4.5,-12.5
+ parent: 31
+ - uid: 9994
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -24.5,1.5
+ parent: 31
+ - uid: 9995
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -23.5,1.5
+ parent: 31
+ - uid: 9999
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -5.5,6.5
+ parent: 31
+ - uid: 10000
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -4.5,6.5
+ parent: 31
+ - uid: 10008
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 45.5,8.5
+ parent: 31
+ - uid: 10017
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-9.5
+ parent: 31
+ - uid: 10099
+ components:
+ - type: Transform
+ pos: 22.5,18.5
+ parent: 31
+ - uid: 10240
+ components:
+ - type: Transform
+ pos: -22.5,-10.5
+ parent: 31
+ - uid: 10241
+ components:
+ - type: Transform
+ pos: -23.5,-10.5
+ parent: 31
+ - uid: 10242
+ components:
+ - type: Transform
+ pos: -24.5,-10.5
+ parent: 31
+ - uid: 10245
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -36.5,-8.5
+ parent: 31
+ - uid: 10246
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -35.5,-8.5
+ parent: 31
+ - uid: 10313
+ components:
+ - type: Transform
+ pos: -19.5,-14.5
+ parent: 31
+ - uid: 10314
+ components:
+ - type: Transform
+ pos: -19.5,-15.5
+ parent: 31
+ - uid: 10315
+ components:
+ - type: Transform
+ pos: -19.5,-16.5
+ parent: 31
+ - uid: 10316
+ components:
+ - type: Transform
+ pos: 0.5,-14.5
+ parent: 31
+ - uid: 10317
+ components:
+ - type: Transform
+ pos: 0.5,-15.5
+ parent: 31
+ - uid: 10318
+ components:
+ - type: Transform
+ pos: 0.5,-16.5
+ parent: 31
+ - uid: 10658
+ components:
+ - type: Transform
+ pos: 40.5,-12.5
+ parent: 31
+ - uid: 10900
+ components:
+ - type: Transform
+ pos: 49.5,-1.5
+ parent: 31
+ - uid: 11000
+ components:
+ - type: Transform
+ pos: 9.5,-12.5
+ parent: 31
+ - uid: 11091
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 29.5,20.5
+ parent: 31
+ - uid: 11092
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 31.5,18.5
+ parent: 31
+ - uid: 11495
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -18.5,-22.5
+ parent: 31
+ - uid: 11498
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -23.5,-17.5
+ parent: 31
+ - uid: 11499
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -18.5,-21.5
+ parent: 31
+ - uid: 11501
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-22.5
+ parent: 31
+ - uid: 11502
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -22.5,-17.5
+ parent: 31
+ - uid: 11503
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -25.5,-23.5
+ parent: 31
+ - uid: 11504
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,-21.5
+ parent: 31
+ - uid: 11750
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 3.5,-31.5
+ parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 888
+- proto: Fireplace
+ entities:
+ - uid: 3749
+ components:
+ - type: Transform
+ pos: 0.5,1.5
+ parent: 31
+ - uid: 8988
+ components:
+ - type: Transform
+ pos: 7.5,26.5
+ parent: 31
+- proto: Flash
+ entities:
+ - uid: 2092
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -3.5096004,12.452274
+ parent: 31
+ - uid: 2499
+ components:
+ - type: Transform
+ pos: 8.497082,31.408243
+ parent: 31
+- proto: FlashlightLantern
+ entities:
+ - uid: 7122
+ components:
+ - type: Transform
+ pos: -2.4670525,30.482414
+ parent: 31
+ - uid: 9950
+ components:
+ - type: Transform
+ pos: 27.403997,15.554827
+ parent: 31
+ - uid: 10696
+ components:
+ - type: Transform
+ pos: -0.47756696,-12.240095
+ parent: 31
+- proto: FlashlightSeclite
+ entities:
+ - uid: 9117
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -14.223138,16.03936
+ parent: 31
+- proto: FloorDrain
+ entities:
+ - uid: 262
+ components:
+ - type: Transform
+ pos: 15.5,-17.5
+ parent: 31
+ - type: Fixtures
+ fixtures: {}
+ - uid: 2300
+ components:
+ - type: Transform
+ pos: -18.5,-11.5
+ parent: 31
+ - type: Fixtures
+ fixtures: {}
+ - uid: 4337
+ components:
+ - type: Transform
+ pos: 12.5,27.5
+ parent: 31
+ - type: Fixtures
+ fixtures: {}
+ - uid: 9108
+ components:
+ - type: Transform
+ pos: 17.5,-0.5
+ parent: 31
+ - type: Fixtures
+ fixtures: {}
+ - uid: 9109
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -10.5,-4.5
+ parent: 31
+ - type: Fixtures
+ fixtures: {}
+- proto: FloorTileItemArcadeBlue
+ entities:
+ - uid: 7988
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7989
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7990
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7991
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7992
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7993
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7994
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7995
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7996
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7997
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7998
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 7999
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8000
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8001
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8002
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8003
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8004
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8005
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8006
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8007
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8008
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8009
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8010
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8011
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8012
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8013
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8014
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8015
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8016
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+ - uid: 8017
+ components:
+ - type: Transform
+ pos: 27.598589,-5.5317454
+ parent: 31
+- proto: FloraTreeLarge05
+ entities:
+ - uid: 7374
+ components:
+ - type: Transform
+ pos: 49.515545,-24.586845
+ parent: 31
+- proto: FoamBlade
+ entities:
+ - uid: 10498
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -13.435028,-32.52688
+ parent: 31
+- proto: FoodApple
+ entities:
+ - uid: 10797
+ components:
+ - type: Transform
+ pos: 45.728592,-20.95496
+ parent: 31
+- proto: FoodBanana
+ entities:
+ - uid: 1218
+ components:
+ - type: Transform
+ pos: -19.287416,-7.253504
+ parent: 31
+ - uid: 1549
+ components:
+ - type: Transform
+ pos: -19.31693,-7.194507
+ parent: 31
+- proto: FoodBowlBig
+ entities:
+ - uid: 8950
+ components:
+ - type: Transform
+ pos: 10.876451,-23.826777
+ parent: 31
+- proto: FoodBoxDonut
+ entities:
+ - uid: 261
+ components:
+ - type: Transform
+ pos: -4.454084,13.160239
+ parent: 31
+ - uid: 8989
+ components:
+ - type: Transform
+ pos: -1.5376439,25.04381
+ parent: 31
+- proto: FoodCakeSuppermatter
+ entities:
+ - uid: 12060
+ components:
+ - type: Transform
+ pos: 57.510113,3.4794123
+ parent: 31
+- proto: FoodCondimentBottleEnzyme
+ entities:
+ - uid: 8441
+ components:
+ - type: Transform
+ pos: -14.835613,-0.50339985
+ parent: 31
+ - type: Tag
+ tags: []
+- proto: FoodCondimentPacketSalt
+ entities:
+ - uid: 9576
+ components:
+ - type: Transform
+ pos: 29.558077,-6.33541
+ parent: 31
+- proto: FoodDonkpocketPizza
+ entities:
+ - uid: 418
+ components:
+ - type: Transform
+ pos: -8.183176,-18.420973
+ parent: 31
+- proto: FoodDonutChocolate
+ entities:
+ - uid: 46
+ components:
+ - type: Transform
+ pos: -2.214967,7.851863
+ parent: 31
+- proto: FoodFrozenSandwich
+ entities:
+ - uid: 5708
+ components:
+ - type: Transform
+ pos: -7.48876,-35.481796
+ parent: 31
+ - uid: 5709
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -7.630615,-35.540794
+ parent: 31
+- proto: FoodMealSashimi
+ entities:
+ - uid: 11300
+ components:
+ - type: Transform
+ pos: -6.490023,-1.3167214
+ parent: 31
+ - uid: 12245
+ components:
+ - type: Transform
+ pos: -6.474398,-0.36359644
+ parent: 31
+- proto: FoodMeatCrab
+ entities:
+ - uid: 12241
+ components:
+ - type: Transform
+ pos: -9.299337,-4.3948464
+ parent: 31
+ - uid: 12242
+ components:
+ - type: Transform
+ pos: -9.299337,-4.5198464
+ parent: 31
+ - uid: 12243
+ components:
+ - type: Transform
+ pos: -9.299337,-4.7385964
+ parent: 31
+ - uid: 12244
+ components:
+ - type: Transform
+ pos: -9.299337,-4.8323464
+ parent: 31
+- proto: FoodMeatFish
+ entities:
+ - uid: 6886
+ components:
+ - type: Transform
+ pos: -9.564962,-4.4729714
+ parent: 31
+ - uid: 6903
+ components:
+ - type: Transform
+ pos: -9.564962,-4.3479714
+ parent: 31
+ - uid: 11479
+ components:
+ - type: Transform
+ pos: -9.564962,-4.6448464
+ parent: 31
+ - uid: 12240
+ components:
+ - type: Transform
+ pos: -9.564962,-4.7698464
+ parent: 31
+- proto: FoodPieBananaCream
+ entities:
+ - uid: 1314
+ components:
+ - type: Transform
+ pos: -19.730143,-7.194507
+ parent: 31
+- proto: FoodPizzaArnoldSlice
+ entities:
+ - uid: 9053
+ components:
+ - type: Transform
+ pos: -29.477003,17.566315
+ parent: 31
+- proto: FoodPizzaPineapple
+ entities:
+ - uid: 8745
+ components:
+ - type: Transform
+ pos: -35.517406,-25.152033
+ parent: 31
+- proto: FoodPlateSmall
+ entities:
+ - uid: 6646
+ components:
+ - type: Transform
+ pos: -3.414538,-1.2894373
+ parent: 31
+ - uid: 11302
+ components:
+ - type: Transform
+ pos: -2.523913,-1.3363123
+ parent: 31
+ - uid: 12208
+ components:
+ - type: Transform
+ pos: -10.520765,0.62183887
+ parent: 31
+ - uid: 12209
+ components:
+ - type: Transform
+ pos: -10.395765,-0.33128613
+ parent: 31
+ - uid: 12210
+ components:
+ - type: Transform
+ pos: -10.489515,1.5437138
+ parent: 31
+ - uid: 12238
+ components:
+ - type: Transform
+ pos: -6.5043883,-0.35773182
+ parent: 31
+ - uid: 12239
+ components:
+ - type: Transform
+ pos: -6.5668883,-1.2483568
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+- proto: FoodPoppy
+ entities:
+ - uid: 4196
+ components:
+ - type: Transform
+ pos: -2.270069,18.786497
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ - uid: 9762
+ components:
+ - type: Transform
+ pos: -16.049828,-39.578854
+ parent: 31
+- proto: FoodShakerSalt
+ entities:
+ - uid: 9577
+ components:
+ - type: Transform
+ pos: 29.948702,-6.58541
+ parent: 31
+ - uid: 9578
+ components:
+ - type: Transform
+ pos: 29.136202,-6.538535
+ parent: 31
+- proto: FoodSnackChocolate
+ entities:
+ - uid: 1913
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 8.419368,-3.3883321
+ parent: 31
+ - uid: 5636
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 8.617393,-3.3883321
+ parent: 31
+- proto: FoodTinBeans
+ entities:
+ - uid: 3485
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+ - uid: 3831
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+ - uid: 3832
+ components:
+ - type: Transform
+ parent: 2363
+ - type: Physics
+ canCollide: False
+ - type: InsideEntityStorage
+- proto: FoodTinMRE
+ entities:
+ - uid: 7837
+ components:
+ - type: Transform
+ pos: -26.53067,19.803333
+ parent: 31
+- proto: FoodWatermelonSlice
+ entities:
+ - uid: 10793
+ components:
+ - type: Transform
+ pos: 45.529526,-21.25198
+ parent: 31
+- proto: Fork
+ entities:
+ - uid: 12172
+ components:
+ - type: Transform
+ pos: -3.758288,-1.4300623
+ parent: 31
+ - uid: 12173
+ components:
+ - type: Transform
+ pos: -2.867663,-1.3988123
+ parent: 31
+- proto: ForkPlastic
+ entities:
+ - uid: 12212
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.44264,0.24683887
+ parent: 31
+ - uid: 12213
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.41139,1.1999638
+ parent: 31
+ - uid: 12214
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.44264,-0.58128613
+ parent: 31
+- proto: FuelDispenser
+ entities:
+ - uid: 5080
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 20.5,0.5
+ parent: 31
+ - uid: 11338
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 31.5,-5.5
+ parent: 31
+- proto: GasAnalyzer
+ entities:
+ - uid: 3985
+ components:
+ - type: Transform
+ pos: -11.359732,-27.422089
+ parent: 31
+- proto: GasFilter
+ entities:
+ - uid: 7125
+ components:
+ - type: MetaData
+ name: waste filter
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 8.5,-16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+- proto: GasFilterFlipped
+ entities:
+ - uid: 4431
+ components:
+ - type: Transform
+ pos: 71.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4432
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 68.5,6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4556
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 69.5,6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4559
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 67.5,6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6850
+ components:
+ - type: Transform
+ pos: 71.5,7.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7367
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 38.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 8437
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 36.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9086
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 42.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9099
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 40.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9190
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 34.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9391
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 44.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 10106
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 46.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 10108
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 33.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+- proto: GasMinerAmmonia
+ entities:
+ - uid: 6657
+ components:
+ - type: Transform
+ pos: 46.5,22.5
+ parent: 31
+- proto: GasMinerCarbonDioxide
+ entities:
+ - uid: 6655
+ components:
+ - type: Transform
+ pos: 40.5,22.5
+ parent: 31
+- proto: GasMinerNitrogenStation
+ entities:
+ - uid: 6545
+ components:
+ - type: Transform
+ pos: 34.5,22.5
+ parent: 31
+- proto: GasMinerNitrousOxide
+ entities:
+ - uid: 6654
+ components:
+ - type: Transform
+ pos: 38.5,22.5
+ parent: 31
+- proto: GasMinerOxygenStation
+ entities:
+ - uid: 6538
+ components:
+ - type: Transform
+ pos: 36.5,22.5
+ parent: 31
+- proto: GasMinerPlasma
+ entities:
+ - uid: 6656
+ components:
+ - type: Transform
+ pos: 42.5,22.5
+ parent: 31
+- proto: GasMixerFlipped
+ entities:
+ - uid: 7310
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 39.5,15.5
+ parent: 31
+ - uid: 7477
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 34.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8303
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 37.5,15.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8428
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 41.5,15.5
+ parent: 31
+ - uid: 12140
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 43.5,15.5
+ parent: 31
+ - uid: 12141
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 45.5,15.5
+ parent: 31
+ - uid: 12142
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 47.5,15.5
+ parent: 31
+- proto: GasOutletInjector
+ entities:
+ - uid: 672
+ components:
+ - type: Transform
+ pos: 42.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2177
+ components:
+ - type: Transform
+ pos: 34.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2668
+ components:
+ - type: Transform
+ pos: 40.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3461
+ components:
+ - type: Transform
+ pos: 38.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4034
+ components:
+ - type: Transform
+ pos: 36.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11045
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 48.5,12.5
+ parent: 31
+ - uid: 11062
+ components:
+ - type: Transform
+ pos: 46.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11069
+ components:
+ - type: Transform
+ pos: 44.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+- proto: GasPassiveVent
+ entities:
+ - uid: 7
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 40.5,23.5
+ parent: 31
+ - uid: 49
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 42.5,23.5
+ parent: 31
+ - uid: 52
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 38.5,23.5
+ parent: 31
+ - uid: 127
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 44.5,23.5
+ parent: 31
+ - uid: 3124
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 36.5,23.5
+ parent: 31
+ - uid: 3477
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 34.5,23.5
+ parent: 31
+ - uid: 4443
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 66.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4477
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 67.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4560
+ components:
+ - type: Transform
+ pos: 66.5,1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4641
+ components:
+ - type: Transform
+ pos: 67.5,1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5547
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-4.5
+ parent: 31
+ - uid: 5752
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -15.5,-29.5
+ parent: 31
+ - uid: 6211
+ components:
+ - type: Transform
+ pos: 33.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6856
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 68.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6864
+ components:
+ - type: Transform
+ pos: 68.5,1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 9392
+ components:
+ - type: Transform
+ pos: 48.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11025
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 46.5,23.5
+ parent: 31
+ - uid: 12128
+ components:
+ - type: Transform
+ pos: 66.5,13.5
+ parent: 31
+- proto: GasPipeBend
+ entities:
+ - uid: 1
+ components:
+ - type: Transform
+ pos: 39.5,23.5
+ parent: 31
+ - uid: 21
+ components:
+ - type: Transform
+ pos: 41.5,23.5
+ parent: 31
+ - uid: 129
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 39.5,6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 644
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 50.5,11.5
+ parent: 31
+ - uid: 667
+ components:
+ - type: Transform
+ pos: 45.5,23.5
+ parent: 31
+ - uid: 898
+ components:
+ - type: Transform
+ pos: 43.5,23.5
+ parent: 31
+ - uid: 954
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 34.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 981
+ components:
+ - type: Transform
+ pos: 10.5,24.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1250
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 12.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1634
+ components:
+ - type: Transform
+ pos: -4.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1914
+ components:
+ - type: Transform
+ pos: 64.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2417
+ components:
+ - type: Transform
+ pos: 37.5,23.5
+ parent: 31
+ - uid: 3011
+ components:
+ - type: Transform
+ pos: 35.5,23.5
+ parent: 31
+ - uid: 3206
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 24.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3207
+ components:
+ - type: Transform
+ pos: 24.5,11.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3841
+ components:
+ - type: Transform
+ pos: -23.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3946
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 55.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4316
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 22.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4373
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 62.5,2.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4400
+ components:
+ - type: Transform
+ pos: 54.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4430
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 30.5,24.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4434
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 65.5,7.5
+ parent: 31
+ - uid: 4435
+ components:
+ - type: Transform
+ pos: 68.5,4.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4482
+ components:
+ - type: Transform
+ pos: 31.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4543
+ components:
+ - type: Transform
+ pos: 63.5,12.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4553
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 71.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4601
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 71.5,6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4642
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -40.5,-4.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4649
+ components:
+ - type: Transform
+ pos: 55.5,2.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4773
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 70.5,2.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4788
+ components:
+ - type: Transform
+ pos: 55.5,23.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4796
+ components:
+ - type: Transform
+ pos: 63.5,7.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4846
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 32.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4932
+ components:
+ - type: Transform
+ pos: 47.5,23.5
+ parent: 31
+ - uid: 5456
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 15.5,11.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5457
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 13.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5538
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -16.5,-1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5551
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -16.5,-4.5
+ parent: 31
+ - uid: 5553
+ components:
+ - type: Transform
+ pos: 10.5,-1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5554
+ components:
+ - type: Transform
+ pos: 11.5,0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5582
+ components:
+ - type: Transform
+ pos: 19.5,-8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5589
+ components:
+ - type: Transform
+ pos: 18.5,-10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5627
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-15.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5639
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5640
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 8.5,-10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5682
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 15.5,-17.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5683
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-17.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5697
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 8.5,-25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5702
+ components:
+ - type: Transform
+ pos: 7.5,-19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5703
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 7.5,-20.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5722
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -36.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5724
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -11.5,-29.5
+ parent: 31
+ - uid: 5778
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 14.5,-25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5779
+ components:
+ - type: Transform
+ pos: 15.5,-25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5783
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -22.5,23.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5892
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -4.5,20.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5896
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -18.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5897
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -18.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5944
+ components:
+ - type: Transform
+ pos: 8.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5971
+ components:
+ - type: Transform
+ pos: -5.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5991
+ components:
+ - type: Transform
+ pos: -4.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6001
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -8.5,21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6016
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -5.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6025
+ components:
+ - type: Transform
+ pos: -11.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6026
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -12.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6096
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 7.5,-17.5
+ parent: 31
+ - uid: 6106
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -27.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6214
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 20.5,17.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6228
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 44.5,2.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6265
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 38.5,0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6266
+ components:
+ - type: Transform
+ pos: 39.5,0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6274
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 37.5,-0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6540
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 43.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6578
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 44.5,8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6632
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -22.5,-16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6753
+ components:
+ - type: Transform
+ pos: 70.5,8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6762
+ components:
+ - type: Transform
+ pos: 67.5,7.5
+ parent: 31
+ - uid: 6764
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 30.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6846
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 63.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6867
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 32.5,24.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6927
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 54.5,23.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7091
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 23.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7092
+ components:
+ - type: Transform
+ pos: 23.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7183
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 55.5,1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7228
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 62.5,-1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7426
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -32.5,-8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7638
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 57.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7726
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -37.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 8110
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 9.5,-17.5
+ parent: 31
+ - uid: 8232
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 37.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8426
+ components:
+ - type: Transform
+ pos: 57.5,15.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8427
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 62.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8430
+ components:
+ - type: Transform
+ pos: 62.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8458
+ components:
+ - type: Transform
+ pos: 59.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 8459
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 59.5,12.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 8990
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 48.5,16.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9057
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 64.5,-0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 9152
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 62.5,-0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 9200
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -37.5,0.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9224
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -38.5,13.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9263
+ components:
+ - type: Transform
+ pos: 33.5,12.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 9353
+ components:
+ - type: Transform
+ pos: -24.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 9354
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -25.5,14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 9355
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -25.5,19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10103
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 34.5,15.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10381
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 0.5,-29.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10913
+ components:
+ - type: Transform
+ pos: 56.5,-3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 10955
+ components:
+ - type: Transform
+ pos: 55.5,-8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10956
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 55.5,-9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10957
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 47.5,-8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11050
+ components:
+ - type: Transform
+ pos: 50.5,13.5
+ parent: 31
+ - uid: 11567
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -23.5,-14.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11573
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-22.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11590
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -23.5,-23.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11591
+ components:
+ - type: Transform
+ pos: -22.5,-23.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11595
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -22.5,-27.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11603
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -31.5,-21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11604
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -31.5,-22.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11605
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -30.5,-22.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11797
+ components:
+ - type: Transform
+ pos: 75.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11799
+ components:
+ - type: Transform
+ pos: 76.5,8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11800
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 76.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11806
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 73.5,8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11810
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 72.5,3.5
parent: 31
- - uid: 5312
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11865
components:
- type: Transform
- pos: 15.5,-26.5
+ rot: -1.5707963267948966 rad
+ pos: 72.5,0.5
parent: 31
- - uid: 10302
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11866
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -28.5,-20.5
+ pos: 71.5,0.5
parent: 31
- - uid: 11101
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11867
components:
- type: Transform
- pos: 27.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 71.5,-0.5
parent: 31
- - uid: 11621
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11868
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-24.5
+ rot: 1.5707963267948966 rad
+ pos: 70.5,-0.5
parent: 31
- - uid: 11622
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11869
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -20.5,-28.5
+ pos: 70.5,-1.5
parent: 31
- - uid: 11751
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11882
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 5.5,-32.5
+ pos: 68.5,0.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 11752
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 12152
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 8.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: 32.5,12.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 11753
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 12154
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,-30.5
+ pos: 32.5,13.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 11754
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 12248
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,-24.5
+ rot: 3.141592653589793 rad
+ pos: 33.5,13.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
-- proto: FirelockEdge
- entities:
- - uid: 693
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 12250
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 53.5,3.5
+ pos: 32.5,14.5
parent: 31
- - uid: 3737
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 12580
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -15.5,-18.5
+ pos: 31.5,13.5
parent: 31
- - uid: 3738
+- proto: GasPipeBroken
+ entities:
+ - uid: 1352
components:
- type: Transform
- pos: -15.5,-18.5
+ pos: 34.5,14.5
parent: 31
- - uid: 3740
+- proto: GasPipeFourway
+ entities:
+ - uid: 583
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,-18.5
+ pos: -7.5,-19.5
parent: 31
- - uid: 4378
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5321
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 42.5,-25.5
+ pos: 2.5,3.5
parent: 31
- - uid: 7040
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5322
components:
- type: Transform
- pos: -18.5,3.5
+ pos: 4.5,5.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 10021
- - uid: 7041
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5325
components:
- type: Transform
- pos: -19.5,3.5
+ pos: 4.5,-1.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 10021
- - uid: 7042
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5361
components:
- type: Transform
- pos: -16.5,3.5
+ pos: 2.5,0.5
parent: 31
- - uid: 7051
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5813
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 42.5,-24.5
+ pos: 2.5,24.5
parent: 31
- - uid: 7052
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5823
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 42.5,-23.5
+ pos: 4.5,25.5
parent: 31
- - uid: 8482
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5828
components:
- type: Transform
- pos: -16.5,-18.5
+ pos: 4.5,20.5
parent: 31
- - uid: 10307
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5952
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -33.5,-21.5
+ pos: 32.5,5.5
parent: 31
- - uid: 11755
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5953
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,-28.5
+ pos: 33.5,3.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 11756
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6082
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,-29.5
+ pos: -23.5,3.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
-- proto: FirelockElectronics
- entities:
- - uid: 13
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6083
components:
- type: Transform
- pos: -29.687315,9.038336
+ pos: -24.5,5.5
parent: 31
- - uid: 55
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6144
components:
- type: Transform
- pos: -29.711033,9.429151
+ pos: -35.5,5.5
parent: 31
- - uid: 4298
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6150
components:
- type: Transform
- pos: 29.352465,-1.4202437
+ pos: -36.5,3.5
parent: 31
- - uid: 4324
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6444
components:
- type: Transform
- pos: 29.633715,-1.4827437
+ pos: 33.5,9.5
parent: 31
-- proto: FirelockGlass
- entities:
- - uid: 24
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7414
components:
- type: Transform
- pos: 20.5,18.5
+ pos: 2.5,-16.5
parent: 31
- - uid: 613
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11407
components:
- type: Transform
- pos: 4.5,-23.5
+ pos: -37.5,-5.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 669
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11798
components:
- type: Transform
- pos: 2.5,-23.5
+ pos: 75.5,8.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 673
+ - type: AtmosPipeColor
+ color: '#990000FF'
+- proto: GasPipeStraight
+ entities:
+ - uid: 57
components:
- type: Transform
- pos: 10.5,-6.5
+ pos: 8.5,18.5
parent: 31
- - uid: 852
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 109
components:
- type: Transform
- pos: 5.5,5.5
+ pos: 39.5,20.5
parent: 31
- - uid: 1027
+ - uid: 110
components:
- type: Transform
- pos: 5.5,4.5
+ pos: 39.5,19.5
parent: 31
- - uid: 1028
+ - uid: 111
components:
- type: Transform
- pos: 5.5,3.5
+ pos: 41.5,18.5
parent: 31
- - uid: 1185
+ - uid: 115
components:
- type: Transform
- pos: 21.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,25.5
parent: 31
- - uid: 1505
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 132
components:
- type: Transform
- pos: 15.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: 36.5,3.5
parent: 31
- - uid: 2872
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 159
components:
- type: Transform
- pos: 1.5,-29.5
+ pos: 39.5,21.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 2891
+ - uid: 347
components:
- type: Transform
- pos: 1.5,-28.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-8.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 3428
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 354
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -9.5,-33.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-21.5
parent: 31
- - uid: 3724
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 415
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,-27.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-29.5
parent: 31
- - uid: 3857
+ - uid: 467
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-23.5
+ pos: 45.5,22.5
parent: 31
- - uid: 3866
+ - uid: 561
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -12.5,-25.5
+ pos: 35.5,20.5
parent: 31
- - uid: 3928
+ - uid: 602
components:
- type: Transform
- pos: -26.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 42.5,19.5
parent: 31
- - uid: 3934
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 715
components:
- type: Transform
- pos: -26.5,4.5
+ pos: 37.5,19.5
parent: 31
- - uid: 3935
+ - uid: 750
components:
- type: Transform
- pos: -26.5,5.5
+ pos: -24.5,12.5
parent: 31
- - uid: 3943
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 773
components:
- type: Transform
- pos: 1.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 40.5,18.5
parent: 31
- - uid: 3944
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 789
components:
- type: Transform
- pos: 1.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: 38.5,20.5
parent: 31
- - uid: 3959
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 800
components:
- type: Transform
- pos: 1.5,-0.5
+ pos: -9.5,-20.5
parent: 31
- - uid: 3969
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 813
components:
- type: Transform
- pos: -24.5,7.5
+ pos: 39.5,22.5
parent: 31
- - uid: 3970
+ - uid: 822
components:
- type: Transform
- pos: -23.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 40.5,19.5
parent: 31
- - uid: 3975
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 899
components:
- type: Transform
- pos: -33.5,3.5
+ pos: -4.5,24.5
parent: 31
- - uid: 3976
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 925
components:
- type: Transform
- pos: -33.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,20.5
parent: 31
- - uid: 3977
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 928
components:
- type: Transform
- pos: -33.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-16.5
parent: 31
- - uid: 3987
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 978
components:
- type: Transform
- pos: 5.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: 38.5,19.5
parent: 31
- - uid: 3988
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 980
components:
- type: Transform
- pos: 5.5,-0.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,25.5
parent: 31
- - uid: 3989
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 991
components:
- type: Transform
- pos: 5.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 42.5,18.5
parent: 31
- - uid: 4026
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1067
components:
- type: Transform
- pos: 11.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,19.5
parent: 31
- - uid: 4028
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1086
components:
- type: Transform
- pos: 11.5,5.5
+ pos: -9.5,-17.5
parent: 31
- - uid: 4030
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1093
components:
- type: Transform
- pos: 11.5,4.5
+ pos: -9.5,-18.5
parent: 31
- - uid: 4210
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1165
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -13.5,-29.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,25.5
parent: 31
- - uid: 4215
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1238
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -5.5,-38.5
+ pos: -24.5,10.5
parent: 31
- - uid: 4334
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1289
components:
- type: Transform
- pos: 8.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: 32.5,8.5
parent: 31
- - uid: 4345
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1470
components:
- type: Transform
- pos: 8.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: -6.5,-16.5
parent: 31
- - uid: 4525
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1473
components:
- type: Transform
- pos: -10.5,1.5
+ pos: -9.5,-19.5
parent: 31
- - uid: 4528
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1486
components:
- type: Transform
- pos: -10.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-14.5
parent: 31
- - uid: 4529
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1487
components:
- type: Transform
- pos: -10.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-12.5
parent: 31
- - uid: 4613
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1490
components:
- type: Transform
- pos: 37.5,-8.5
+ pos: -7.5,-17.5
parent: 31
- - uid: 6957
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1514
components:
- type: Transform
- pos: 28.5,-17.5
+ rot: 3.141592653589793 rad
+ pos: 35.5,21.5
parent: 31
- - uid: 7178
+ - uid: 1515
components:
- type: Transform
- pos: 38.5,-8.5
+ pos: 33.5,18.5
parent: 31
- - uid: 7325
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1516
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -37.5,-8.5
+ pos: 36.5,20.5
parent: 31
- - uid: 7379
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1533
components:
- type: Transform
- pos: 1.5,-26.5
+ pos: 39.5,18.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
- - uid: 7460
+ - uid: 1543
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 1.5,4.5
+ pos: 36.5,5.5
parent: 31
- - uid: 8399
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1544
components:
- type: Transform
- pos: 45.5,-6.5
+ rot: 1.5707963267948966 rad
+ pos: 38.5,5.5
parent: 31
- - uid: 8810
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1590
components:
- type: Transform
- pos: 2.5,29.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,11.5
parent: 31
- - uid: 8813
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1689
components:
- type: Transform
- pos: 1.5,28.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,-19.5
parent: 31
- - uid: 8814
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1714
components:
- type: Transform
- pos: 3.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-19.5
parent: 31
- - uid: 8815
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1716
components:
- type: Transform
- pos: 4.5,29.5
+ rot: 1.5707963267948966 rad
+ pos: 22.5,11.5
parent: 31
- - uid: 8816
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1724
components:
- type: Transform
- pos: 5.5,28.5
+ rot: 1.5707963267948966 rad
+ pos: 35.5,5.5
parent: 31
- - uid: 8856
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1725
components:
- type: Transform
- pos: 24.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: 33.5,5.5
parent: 31
- - uid: 8857
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1739
components:
- type: Transform
- pos: 24.5,3.5
+ pos: -25.5,16.5
parent: 31
- - uid: 8858
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 1773
components:
- type: Transform
- pos: 24.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-11.5
parent: 31
- - uid: 8883
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1781
components:
- type: Transform
- pos: 2.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-11.5
parent: 31
- - uid: 8884
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 1804
components:
- type: Transform
- pos: 3.5,15.5
+ rot: 3.141592653589793 rad
+ pos: 35.5,19.5
parent: 31
- - uid: 8885
+ - uid: 1810
components:
- type: Transform
- pos: 4.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: -19.5,-12.5
parent: 31
- - uid: 8940
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2206
components:
- type: Transform
- pos: 9.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: -36.5,16.5
parent: 31
- - uid: 8954
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2207
components:
- type: Transform
- pos: 1.5,3.5
+ rot: 3.141592653589793 rad
+ pos: -36.5,15.5
parent: 31
- - uid: 8956
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2216
components:
- type: Transform
- pos: 1.5,5.5
+ pos: -9.5,-16.5
parent: 31
- - uid: 9782
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2332
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,-36.5
+ pos: 34.5,19.5
parent: 31
- - uid: 9783
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2333
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 9.5,-36.5
+ pos: 34.5,18.5
parent: 31
- - uid: 9958
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2401
components:
- type: Transform
- pos: 36.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 42.5,20.5
parent: 31
- - uid: 9959
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2414
components:
- type: Transform
- pos: 36.5,4.5
+ pos: 37.5,20.5
parent: 31
- - uid: 9960
+ - uid: 2559
components:
- type: Transform
- pos: 36.5,5.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,18.5
parent: 31
- - uid: 9961
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2669
components:
- type: Transform
- pos: 33.5,7.5
+ rot: 3.141592653589793 rad
+ pos: -36.5,17.5
parent: 31
- - uid: 9962
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2741
components:
- type: Transform
- pos: 30.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-19.5
parent: 31
- - uid: 9963
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 2886
components:
- type: Transform
- pos: 30.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-29.5
parent: 31
- - uid: 9964
+ - uid: 2947
components:
- type: Transform
- pos: 33.5,1.5
+ rot: 3.141592653589793 rad
+ pos: -38.5,16.5
parent: 31
- - uid: 9965
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2948
components:
- type: Transform
- pos: 25.5,17.5
+ rot: 3.141592653589793 rad
+ pos: -38.5,17.5
parent: 31
- - uid: 9966
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 2950
components:
- type: Transform
- pos: 25.5,16.5
+ rot: 3.141592653589793 rad
+ pos: -38.5,14.5
parent: 31
- - uid: 9967
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3042
components:
- type: Transform
- pos: 21.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 24.5,9.5
parent: 31
- - uid: 9968
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3043
components:
- type: Transform
- pos: 20.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 25.5,9.5
parent: 31
- - uid: 9969
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3044
components:
- type: Transform
- pos: 3.5,26.5
+ pos: 20.5,13.5
parent: 31
- - uid: 9970
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3045
components:
- type: Transform
- pos: -21.5,3.5
+ pos: 22.5,11.5
parent: 31
- - uid: 9971
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3046
components:
- type: Transform
- pos: -21.5,4.5
+ pos: 20.5,12.5
parent: 31
- - uid: 9972
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3047
components:
- type: Transform
- pos: -21.5,5.5
+ pos: 22.5,12.5
parent: 31
- - uid: 9973
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3048
components:
- type: Transform
- pos: 54.5,2.5
+ pos: 20.5,14.5
parent: 31
- - uid: 9981
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3049
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-21.5
+ pos: 22.5,13.5
parent: 31
- - uid: 9982
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3238
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -27.5,-22.5
+ pos: 9.5,24.5
parent: 31
- - uid: 9988
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3411
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,-12.5
+ pos: -5.5,-14.5
parent: 31
- - uid: 9989
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3590
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 3.5,-12.5
+ pos: 20.5,-9.5
parent: 31
- - uid: 9990
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3709
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-12.5
+ pos: 4.5,-20.5
parent: 31
- - uid: 9994
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3753
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -24.5,1.5
+ pos: 36.5,17.5
parent: 31
- - uid: 9995
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3873
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,1.5
+ pos: 35.5,18.5
parent: 31
- - uid: 9999
+ - uid: 4024
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-12.5
parent: 31
- - uid: 10000
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4033
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -4.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-12.5
parent: 31
- - uid: 10008
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4060
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 45.5,8.5
+ rot: 3.141592653589793 rad
+ pos: 35.5,16.5
parent: 31
- - uid: 10017
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4096
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 13.5,-9.5
+ pos: 47.5,16.5
parent: 31
- - uid: 10099
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4135
components:
- type: Transform
- pos: 22.5,18.5
+ pos: -7.5,-18.5
parent: 31
- - uid: 10240
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4136
components:
- type: Transform
- pos: -22.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: -4.5,-16.5
parent: 31
- - uid: 10241
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4137
components:
- type: Transform
- pos: -23.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,-14.5
parent: 31
- - uid: 10242
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4138
components:
- type: Transform
- pos: -24.5,-10.5
+ pos: -8.5,-22.5
parent: 31
- - uid: 10245
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4141
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -36.5,-8.5
+ pos: -7.5,-21.5
parent: 31
- - uid: 10246
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4142
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -35.5,-8.5
+ pos: -5.5,-21.5
parent: 31
- - uid: 10313
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4152
components:
- type: Transform
- pos: -19.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: 49.5,15.5
parent: 31
- - uid: 10314
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4174
components:
- type: Transform
- pos: -19.5,-15.5
+ rot: -1.5707963267948966 rad
+ pos: 51.5,15.5
parent: 31
- - uid: 10315
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4176
components:
- type: Transform
- pos: -19.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 38.5,18.5
parent: 31
- - uid: 10316
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4177
components:
- type: Transform
- pos: 0.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: 50.5,15.5
parent: 31
- - uid: 10317
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4200
components:
- type: Transform
- pos: 0.5,-15.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,-14.5
parent: 31
- - uid: 10318
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4236
components:
- type: Transform
- pos: 0.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,12.5
parent: 31
- - uid: 10658
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4319
components:
- type: Transform
- pos: 40.5,-12.5
+ pos: 20.5,16.5
parent: 31
- - uid: 10900
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4320
components:
- type: Transform
- pos: 49.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: 22.5,17.5
parent: 31
- - uid: 11000
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4321
components:
- type: Transform
- pos: 9.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,17.5
parent: 31
- - uid: 11091
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4322
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 29.5,20.5
+ pos: 21.5,17.5
parent: 31
- - uid: 11092
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4323
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 31.5,18.5
+ pos: 24.5,17.5
parent: 31
- - uid: 11495
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4332
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -18.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 63.5,11.5
parent: 31
- - uid: 11498
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4352
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,-17.5
+ rot: 3.141592653589793 rad
+ pos: 63.5,10.5
parent: 31
- - uid: 11499
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4359
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -18.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: 70.5,6.5
parent: 31
- - uid: 11501
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4360
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 65.5,2.5
parent: 31
- - uid: 11502
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4371
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: 69.5,2.5
parent: 31
- - uid: 11503
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4387
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,-14.5
parent: 31
- - uid: 11504
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4414
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 71.5,8.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4417
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -27.5,-21.5
+ pos: 65.5,9.5
parent: 31
- - uid: 11750
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4429
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 3.5,-31.5
+ pos: 70.5,7.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 888
-- proto: Fireplace
- entities:
- - uid: 3749
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4439
components:
- type: Transform
- pos: 0.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,-14.5
parent: 31
- - uid: 8988
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4463
components:
- type: Transform
- pos: 7.5,26.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,25.5
parent: 31
-- proto: Flash
- entities:
- - uid: 2092
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4472
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -3.5096004,12.452274
+ pos: 69.5,8.5
parent: 31
- - uid: 2499
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4475
components:
- type: Transform
- pos: 8.497082,31.408243
+ pos: 30.5,21.5
parent: 31
-- proto: FlashlightLantern
- entities:
- - uid: 7122
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4476
components:
- type: Transform
- pos: -2.4670525,30.482414
+ pos: 66.5,5.5
parent: 31
- - uid: 9950
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4481
components:
- type: Transform
- pos: 27.403997,15.554827
+ pos: 69.5,8.5
parent: 31
- - uid: 10696
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4485
components:
- type: Transform
- pos: -0.47756696,-12.240095
+ pos: -37.5,-8.5
parent: 31
-- proto: FlashlightSeclite
- entities:
- - uid: 9117
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4535
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.223138,16.03936
+ pos: -37.5,-9.5
parent: 31
-- proto: FloodlightBroken
- entities:
- - uid: 9086
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4545
components:
- type: Transform
- pos: 36.474823,33.73011
+ rot: 3.141592653589793 rad
+ pos: 70.5,3.5
parent: 31
-- proto: FloorDrain
- entities:
- - uid: 262
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4548
components:
- type: Transform
- pos: 15.5,-17.5
+ rot: 3.141592653589793 rad
+ pos: 70.5,7.5
parent: 31
- - type: Fixtures
- fixtures: {}
- - uid: 2300
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4551
components:
- type: Transform
- pos: -18.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,9.5
parent: 31
- - type: Fixtures
- fixtures: {}
- - uid: 4337
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4554
components:
- type: Transform
- pos: 12.5,27.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,-15.5
parent: 31
- - type: Fixtures
- fixtures: {}
- - uid: 9108
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4570
components:
- type: Transform
- pos: 17.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 70.5,6.5
parent: 31
- - type: Fixtures
- fixtures: {}
- - uid: 9109
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4603
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,7.5
parent: 31
- - type: Fixtures
- fixtures: {}
-- proto: FloorTileItemArcadeBlue
- entities:
- - uid: 7988
+ - uid: 4651
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 1.5707963267948966 rad
+ pos: 64.5,9.5
parent: 31
- - uid: 7989
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4682
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: -9.5,-15.5
parent: 31
- - uid: 7990
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4685
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 1.5707963267948966 rad
+ pos: 25.5,10.5
parent: 31
- - uid: 7991
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4687
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: -1.5707963267948966 rad
+ pos: 23.5,11.5
parent: 31
- - uid: 7992
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4696
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: -24.5,11.5
parent: 31
- - uid: 7993
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4698
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: -1.5707963267948966 rad
+ pos: -7.5,25.5
parent: 31
- - uid: 7994
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4704
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: -1.5707963267948966 rad
+ pos: -4.5,-21.5
parent: 31
- - uid: 7995
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4729
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 1.5707963267948966 rad
+ pos: 40.5,3.5
parent: 31
- - uid: 7996
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4730
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 1.5707963267948966 rad
+ pos: 39.5,3.5
parent: 31
- - uid: 7997
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4732
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 1.5707963267948966 rad
+ pos: 37.5,3.5
parent: 31
- - uid: 7998
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4737
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: -24.5,9.5
parent: 31
- - uid: 7999
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4828
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 3.141592653589793 rad
+ pos: 70.5,4.5
parent: 31
- - uid: 8000
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4833
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 62.5,5.5
parent: 31
- - uid: 8001
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 4845
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 30.5,23.5
parent: 31
- - uid: 8002
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4847
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 30.5,20.5
parent: 31
- - uid: 8003
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4856
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ rot: 3.141592653589793 rad
+ pos: 40.5,20.5
parent: 31
- - uid: 8004
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 4949
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 47.5,22.5
parent: 31
- - uid: 8005
+ - uid: 4976
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 41.5,22.5
parent: 31
- - uid: 8006
+ - uid: 5012
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 45.5,18.5
parent: 31
- - uid: 8007
+ - uid: 5013
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 43.5,18.5
parent: 31
- - uid: 8008
+ - uid: 5015
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 43.5,19.5
parent: 31
- - uid: 8009
+ - uid: 5016
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 45.5,20.5
parent: 31
- - uid: 8010
+ - uid: 5030
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 36.5,19.5
parent: 31
- - uid: 8011
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5031
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 36.5,18.5
parent: 31
- - uid: 8012
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5044
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 43.5,21.5
parent: 31
- - uid: 8013
+ - uid: 5045
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 45.5,21.5
parent: 31
- - uid: 8014
+ - uid: 5046
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 43.5,20.5
parent: 31
- - uid: 8015
+ - uid: 5047
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 45.5,19.5
parent: 31
- - uid: 8016
+ - uid: 5048
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 41.5,19.5
parent: 31
- - uid: 8017
+ - uid: 5049
components:
- type: Transform
- pos: 27.598589,-5.5317454
+ pos: 41.5,20.5
parent: 31
-- proto: FloraTreeLarge05
- entities:
- - uid: 7374
+ - uid: 5050
components:
- type: Transform
- pos: 49.515545,-24.586845
+ pos: 41.5,21.5
parent: 31
-- proto: FoamBlade
- entities:
- - uid: 10498
+ - uid: 5056
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.435028,-32.52688
+ pos: 43.5,22.5
parent: 31
-- proto: FoodApple
- entities:
- - uid: 10797
+ - uid: 5123
components:
- type: Transform
- pos: 45.728592,-20.95496
+ pos: -37.5,-10.5
parent: 31
-- proto: FoodBanana
- entities:
- - uid: 1218
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5126
components:
- type: Transform
- pos: -19.287416,-7.253504
+ rot: 3.141592653589793 rad
+ pos: 35.5,22.5
parent: 31
- - uid: 1549
+ - uid: 5133
components:
- type: Transform
- pos: -19.31693,-7.194507
+ pos: 37.5,18.5
parent: 31
-- proto: FoodBowlBig
- entities:
- - uid: 8950
+ - uid: 5155
components:
- type: Transform
- pos: 10.876451,-23.826777
+ rot: 1.5707963267948966 rad
+ pos: 32.5,9.5
parent: 31
-- proto: FoodBoxDonut
- entities:
- - uid: 261
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5240
components:
- type: Transform
- pos: -4.454084,13.160239
+ rot: 1.5707963267948966 rad
+ pos: -20.5,19.5
parent: 31
- - uid: 8989
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5308
components:
- type: Transform
- pos: -1.5376439,25.04381
+ pos: 48.5,18.5
parent: 31
-- proto: FoodCakeSuppermatter
- entities:
- - uid: 12060
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5323
components:
- type: Transform
- pos: 57.510113,3.4794123
+ pos: 2.5,2.5
parent: 31
-- proto: FoodCondimentBottleEnzyme
- entities:
- - uid: 8441
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5324
components:
- type: Transform
- pos: -14.835613,-0.50339985
+ pos: 2.5,1.5
parent: 31
- - type: Tag
- tags: []
-- proto: FoodCondimentPacketSalt
- entities:
- - uid: 9576
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5326
components:
- type: Transform
- pos: 29.558077,-6.33541
+ pos: 2.5,-0.5
parent: 31
-- proto: FoodDonkpocketPizza
- entities:
- - uid: 418
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5327
components:
- type: Transform
- pos: -8.183176,-18.420973
+ pos: 2.5,-1.5
parent: 31
-- proto: FoodDonutChocolate
- entities:
- - uid: 46
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5328
components:
- type: Transform
- pos: -2.214967,7.851863
+ pos: 2.5,-2.5
parent: 31
-- proto: FoodFrozenSandwich
- entities:
- - uid: 5708
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5329
components:
- type: Transform
- pos: -7.48876,-35.481796
+ pos: 2.5,-3.5
parent: 31
- - uid: 5709
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5330
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.630615,-35.540794
+ pos: 2.5,-4.5
parent: 31
-- proto: FoodMeat
- entities:
- - uid: 9057
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5331
components:
- type: Transform
- pos: -10.159095,-4.4711595
+ pos: 2.5,-5.5
parent: 31
- - uid: 9058
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5333
components:
- type: Transform
- pos: -11.76847,-4.7055345
+ pos: 2.5,-7.5
parent: 31
- - uid: 9059
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5334
components:
- type: Transform
- pos: -13.440345,-4.4399095
+ pos: 2.5,-8.5
parent: 31
-- proto: FoodPieBananaCream
- entities:
- - uid: 1314
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5335
components:
- type: Transform
- pos: -19.730143,-7.194507
+ pos: 2.5,-9.5
parent: 31
-- proto: FoodPizzaArnoldSlice
- entities:
- - uid: 9053
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5336
components:
- type: Transform
- pos: -29.477003,17.566315
+ pos: 2.5,-10.5
parent: 31
-- proto: FoodPizzaPineapple
- entities:
- - uid: 8745
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5337
components:
- type: Transform
- pos: -35.517406,-25.152033
+ pos: 2.5,-11.5
parent: 31
-- proto: FoodPoppy
- entities:
- - uid: 4196
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5338
components:
- type: Transform
- pos: -3.75686,18.190365
+ pos: 2.5,-12.5
parent: 31
- - uid: 9762
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5339
components:
- type: Transform
- pos: -16.049828,-39.578854
+ pos: 2.5,-13.5
parent: 31
-- proto: FoodShakerSalt
- entities:
- - uid: 9577
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5340
components:
- type: Transform
- pos: 29.948702,-6.58541
+ pos: 2.5,-14.5
parent: 31
- - uid: 9578
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5341
components:
- type: Transform
- pos: 29.136202,-6.538535
+ pos: 2.5,-15.5
parent: 31
-- proto: FoodSnackChocolate
- entities:
- - uid: 1913
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5343
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.419368,-3.3883321
+ pos: 2.5,-17.5
parent: 31
- - uid: 5636
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5344
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.617393,-3.3883321
+ pos: 2.5,-18.5
parent: 31
-- proto: FoodSoupElectron
- entities:
- - uid: 8433
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5346
components:
- type: Transform
- pos: -6.4781985,-1.2809834
+ pos: 2.5,-20.5
parent: 31
-- proto: FoodTinBeans
- entities:
- - uid: 3485
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5347
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
- - uid: 3831
+ pos: 2.5,-21.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5348
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
- - uid: 3832
+ pos: 2.5,-22.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5350
components:
- type: Transform
- parent: 2363
- - type: Physics
- canCollide: False
- - type: InsideEntityStorage
-- proto: FoodTinMRE
- entities:
- - uid: 7837
+ pos: 2.5,-24.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5351
components:
- type: Transform
- pos: -26.53067,19.803333
+ pos: 2.5,-25.5
parent: 31
-- proto: FoodWatermelonSlice
- entities:
- - uid: 10793
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5352
components:
- type: Transform
- pos: 45.529526,-21.25198
+ pos: 2.5,-26.5
parent: 31
-- proto: ForensicScanner
- entities:
- - uid: 4952
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5353
components:
- type: Transform
- pos: -0.37258464,13.434727
+ pos: 2.5,-27.5
parent: 31
-- proto: FuelDispenser
- entities:
- - uid: 5080
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5355
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 20.5,0.5
+ pos: 4.5,4.5
parent: 31
- - uid: 11338
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5356
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 31.5,-5.5
+ pos: 4.5,3.5
parent: 31
-- proto: GasAnalyzer
- entities:
- - uid: 3985
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5357
components:
- type: Transform
- pos: -11.359732,-27.422089
+ pos: 4.5,2.5
parent: 31
-- proto: GasFilter
- entities:
- - uid: 7125
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5358
components:
- - type: MetaData
- name: waste filter
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 8.5,-16.5
+ pos: 4.5,1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
-- proto: GasFilterFlipped
- entities:
- - uid: 4431
+ color: '#0055CCFF'
+ - uid: 5359
components:
- type: Transform
- pos: 71.5,9.5
+ pos: 4.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4432
+ color: '#0055CCFF'
+ - uid: 5360
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 68.5,6.5
+ pos: 4.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4556
+ color: '#0055CCFF'
+ - uid: 5362
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 69.5,6.5
+ pos: 4.5,-2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4559
+ color: '#0055CCFF'
+ - uid: 5363
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 67.5,6.5
+ pos: 4.5,-3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6850
+ color: '#0055CCFF'
+ - uid: 5364
components:
- type: Transform
- pos: 71.5,7.5
+ pos: 4.5,-4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
-- proto: GasMinerCarbonDioxide
- entities:
- - uid: 4907
+ color: '#0055CCFF'
+ - uid: 5366
components:
- type: Transform
- pos: 40.5,22.5
+ pos: 4.5,-6.5
parent: 31
-- proto: GasMinerNitrogen
- entities:
- - uid: 4888
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5367
components:
- type: Transform
- pos: 34.5,22.5
+ pos: 4.5,-7.5
parent: 31
-- proto: GasMinerOxygen
- entities:
- - uid: 4830
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5368
components:
- type: Transform
- pos: 36.5,22.5
+ pos: 4.5,-8.5
parent: 31
-- proto: GasMinerWaterVapor
- entities:
- - uid: 6836
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5369
components:
- type: Transform
- pos: 46.5,22.5
+ pos: 4.5,-9.5
parent: 31
-- proto: GasOutletInjector
- entities:
- - uid: 672
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5370
components:
- type: Transform
- pos: 42.5,21.5
+ pos: 4.5,-10.5
parent: 31
- - uid: 2177
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5371
components:
- type: Transform
- pos: 34.5,21.5
+ pos: 4.5,-11.5
parent: 31
- - uid: 2668
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5372
components:
- type: Transform
- pos: 40.5,21.5
+ pos: 4.5,-12.5
parent: 31
- - uid: 3461
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5373
components:
- type: Transform
- pos: 38.5,21.5
+ pos: 4.5,-13.5
parent: 31
- - uid: 4034
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5375
components:
- type: Transform
- pos: 36.5,21.5
+ pos: 4.5,-15.5
parent: 31
- - uid: 11045
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5376
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 48.5,12.5
+ pos: 4.5,-16.5
parent: 31
- - uid: 11062
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5378
components:
- type: Transform
- pos: 46.5,21.5
+ pos: 4.5,-18.5
parent: 31
- - uid: 11069
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5381
components:
- type: Transform
- pos: 44.5,21.5
+ pos: 4.5,-21.5
parent: 31
-- proto: GasPassiveVent
- entities:
- - uid: 7
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5382
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 40.5,23.5
+ pos: 4.5,-22.5
parent: 31
- - uid: 49
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5383
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 42.5,23.5
+ pos: 4.5,-23.5
parent: 31
- - uid: 52
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5384
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 38.5,23.5
+ pos: 4.5,-24.5
parent: 31
- - uid: 127
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5385
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,23.5
+ pos: 4.5,-25.5
parent: 31
- - uid: 3124
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5386
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 36.5,23.5
+ pos: 4.5,-26.5
parent: 31
- - uid: 3477
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5387
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 34.5,23.5
+ pos: 4.5,-27.5
parent: 31
- - uid: 4443
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5388
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 66.5,3.5
+ pos: 4.5,-28.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4477
+ color: '#0055CCFF'
+ - uid: 5389
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 67.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 7.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4560
+ color: '#0055CCFF'
+ - uid: 5390
components:
- type: Transform
- pos: 66.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4641
+ - uid: 5391
components:
- type: Transform
- pos: 67.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 5.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5547
+ - uid: 5393
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,-4.5
+ pos: 4.5,3.5
parent: 31
- - uid: 5752
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5394
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: 5.5,3.5
parent: 31
- - uid: 6211
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5395
components:
- type: Transform
- pos: 33.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,3.5
parent: 31
- - uid: 6856
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5398
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 68.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 8.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6864
+ - uid: 5400
components:
- type: Transform
- pos: 68.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 10.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11025
+ color: '#990000FF'
+ - uid: 5401
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 46.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,3.5
parent: 31
-- proto: GasPipeBend
- entities:
- - uid: 1
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5402
components:
- type: Transform
- pos: 39.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,3.5
parent: 31
- - uid: 21
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5403
components:
- type: Transform
- pos: 41.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 13.5,3.5
parent: 31
- - uid: 129
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5404
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 39.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 14.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 644
+ color: '#990000FF'
+ - uid: 5406
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 50.5,11.5
+ pos: 16.5,3.5
parent: 31
- - uid: 667
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5407
components:
- type: Transform
- pos: 45.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,3.5
parent: 31
- - uid: 898
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5408
components:
- type: Transform
- pos: 43.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,3.5
parent: 31
- - uid: 954
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5409
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 34.5,10.5
+ pos: 19.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 981
+ color: '#990000FF'
+ - uid: 5410
components:
- type: Transform
- pos: 10.5,24.5
+ rot: -1.5707963267948966 rad
+ pos: 20.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 1250
+ - uid: 5411
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 12.5,25.5
+ pos: 21.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1634
+ - uid: 5412
components:
- type: Transform
- pos: -4.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 20.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 2417
+ - uid: 5413
components:
- type: Transform
- pos: 37.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,5.5
parent: 31
- - uid: 3011
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5414
components:
- type: Transform
- pos: 35.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,5.5
parent: 31
- - uid: 3206
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5415
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 24.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3207
+ color: '#0055CCFF'
+ - uid: 5416
components:
- type: Transform
- pos: 24.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: 16.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3841
+ color: '#0055CCFF'
+ - uid: 5417
components:
- type: Transform
- pos: -23.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: 15.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3946
+ color: '#0055CCFF'
+ - uid: 5418
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: 14.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4316
+ color: '#0055CCFF'
+ - uid: 5420
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,16.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4373
+ - uid: 5421
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 62.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4400
+ - uid: 5423
components:
- type: Transform
- pos: 54.5,25.5
+ rot: -1.5707963267948966 rad
+ pos: 9.5,5.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5426
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 22.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4430
+ - uid: 5427
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 30.5,24.5
+ pos: 23.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4434
+ - uid: 5428
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 65.5,7.5
+ pos: 24.5,3.5
parent: 31
- - uid: 4435
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5429
components:
- type: Transform
- pos: 68.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: 25.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4482
+ - uid: 5431
components:
- type: Transform
- pos: 31.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 27.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4543
+ - uid: 5432
components:
- type: Transform
- pos: 63.5,12.5
+ rot: 1.5707963267948966 rad
+ pos: 28.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4553
+ - uid: 5433
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 71.5,10.5
+ pos: 29.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4601
+ - uid: 5434
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 71.5,6.5
+ rot: 1.5707963267948966 rad
+ pos: 30.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4642
+ - uid: 5435
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -40.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: 31.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4649
+ color: '#990000FF'
+ - uid: 5436
components:
- type: Transform
- pos: 55.5,2.5
+ rot: 1.5707963267948966 rad
+ pos: 31.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4773
+ - uid: 5437
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 70.5,2.5
+ rot: 1.5707963267948966 rad
+ pos: 30.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4788
+ color: '#0055CCFF'
+ - uid: 5438
components:
- type: Transform
- pos: 55.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: 29.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4796
+ color: '#0055CCFF'
+ - uid: 5440
components:
- type: Transform
- pos: 63.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: 27.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4846
+ - uid: 5441
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 32.5,25.5
+ pos: 26.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4932
+ color: '#0055CCFF'
+ - uid: 5442
components:
- type: Transform
- pos: 47.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: 25.5,5.5
parent: 31
- - uid: 5456
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5443
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 15.5,11.5
+ pos: 24.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5457
+ color: '#0055CCFF'
+ - uid: 5444
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 13.5,10.5
+ pos: 23.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5538
+ - uid: 5445
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,-1.5
+ pos: 13.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5551
+ - uid: 5446
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,-4.5
+ pos: 13.5,7.5
parent: 31
- - uid: 5553
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5447
components:
- type: Transform
- pos: 10.5,-1.5
+ pos: 13.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5554
+ - uid: 5448
components:
- type: Transform
- pos: 11.5,0.5
+ pos: 13.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5449
+ components:
+ - type: Transform
+ pos: 15.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5582
+ - uid: 5450
components:
- type: Transform
- pos: 19.5,-8.5
+ pos: 15.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5589
+ color: '#990000FF'
+ - uid: 5451
components:
- type: Transform
- pos: 18.5,-10.5
+ pos: 15.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5627
+ - uid: 5452
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-15.5
+ pos: 15.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5639
+ color: '#990000FF'
+ - uid: 5453
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-8.5
+ pos: 15.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5640
+ color: '#990000FF'
+ - uid: 5454
+ components:
+ - type: Transform
+ pos: 15.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5455
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,-10.5
+ pos: 15.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5682
+ - uid: 5460
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 15.5,-17.5
+ pos: 15.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5683
+ - uid: 5461
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: 16.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5697
+ - uid: 5462
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5702
+ - uid: 5463
components:
- type: Transform
- pos: 7.5,-19.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5703
+ - uid: 5466
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5722
+ - uid: 5467
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -36.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5724
+ color: '#990000FF'
+ - uid: 5468
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -11.5,-29.5
+ pos: 18.5,11.5
parent: 31
- - uid: 5778
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5469
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5779
+ color: '#990000FF'
+ - uid: 5475
components:
- type: Transform
- pos: 15.5,-25.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5783
+ - uid: 5480
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -22.5,23.5
+ pos: 21.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5892
+ - uid: 5482
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5896
+ color: '#990000FF'
+ - uid: 5483
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -18.5,25.5
+ pos: 4.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5897
+ color: '#990000FF'
+ - uid: 5484
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5944
+ color: '#990000FF'
+ - uid: 5485
components:
- type: Transform
- pos: 8.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5971
+ color: '#990000FF'
+ - uid: 5486
components:
- type: Transform
- pos: -5.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5991
+ - uid: 5487
components:
- type: Transform
- pos: -4.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6001
+ color: '#990000FF'
+ - uid: 5489
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -8.5,21.5
+ pos: 10.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6016
+ - uid: 5490
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -5.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6025
+ - uid: 5492
components:
- type: Transform
- pos: -11.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6026
+ - uid: 5493
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -12.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6096
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,-17.5
- parent: 31
- - uid: 6106
+ - uid: 5494
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -27.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6214
+ color: '#0055CCFF'
+ - uid: 5497
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 20.5,17.5
+ pos: -11.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6228
+ - uid: 5498
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 44.5,2.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6265
+ color: '#990000FF'
+ - uid: 5499
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 38.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6266
+ - uid: 5501
components:
- type: Transform
- pos: 39.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: -7.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6274
+ - uid: 5502
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,-0.5
+ rot: 1.5707963267948966 rad
+ pos: -6.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6402
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 36.5,11.5
- parent: 31
- - uid: 6511
+ color: '#990000FF'
+ - uid: 5503
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 48.5,16.5
+ pos: -5.5,0.5
parent: 31
- - uid: 6540
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5504
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 43.5,9.5
+ pos: -4.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6545
+ - uid: 5505
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 36.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: -3.5,0.5
parent: 31
- - uid: 6578
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5506
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 44.5,8.5
+ pos: -2.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6632
+ color: '#990000FF'
+ - uid: 5507
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -22.5,-16.5
+ pos: -1.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6646
+ - uid: 5508
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: -0.5,0.5
parent: 31
- - uid: 6753
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5509
components:
- type: Transform
- pos: 70.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6762
+ - uid: 5510
components:
- type: Transform
- pos: 67.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: 1.5,0.5
parent: 31
- - uid: 6764
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5511
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 30.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6846
+ color: '#0055CCFF'
+ - uid: 5512
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 63.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6855
+ color: '#0055CCFF'
+ - uid: 5513
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 66.5,6.5
+ pos: 1.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6867
+ color: '#0055CCFF'
+ - uid: 5514
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 32.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6886
+ color: '#0055CCFF'
+ - uid: 5515
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 43.5,12.5
+ rot: 1.5707963267948966 rad
+ pos: -0.5,-1.5
parent: 31
- - uid: 6927
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5517
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -2.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7091
+ color: '#0055CCFF'
+ - uid: 5518
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: -3.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7092
+ - uid: 5519
components:
- type: Transform
- pos: 23.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: -4.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7183
+ - uid: 5520
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7426
+ - uid: 5521
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -32.5,-8.5
+ pos: -6.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7726
+ color: '#0055CCFF'
+ - uid: 5522
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -7.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8110
+ color: '#0055CCFF'
+ - uid: 5523
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,-17.5
+ rot: 1.5707963267948966 rad
+ pos: -8.5,-1.5
parent: 31
- - uid: 8458
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5524
components:
- type: Transform
- pos: 59.5,13.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8459
+ color: '#0055CCFF'
+ - uid: 5525
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 59.5,12.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9200
+ color: '#0055CCFF'
+ - uid: 5526
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -37.5,0.5
+ pos: -11.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9224
+ color: '#0055CCFF'
+ - uid: 5529
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -38.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9353
+ - uid: 5530
components:
- type: Transform
- pos: -24.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 9354
+ color: '#990000FF'
+ - uid: 5531
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -25.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 9355
+ color: '#990000FF'
+ - uid: 5532
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10381
+ color: '#990000FF'
+ - uid: 5533
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10913
+ color: '#990000FF'
+ - uid: 5534
components:
- type: Transform
- pos: 56.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -18.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10955
+ - uid: 5535
components:
- type: Transform
- pos: 55.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -16.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10956
+ - uid: 5536
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 55.5,-9.5
+ pos: -16.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10957
+ - uid: 5537
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 47.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -16.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11050
- components:
- - type: Transform
- pos: 50.5,13.5
- parent: 31
- - uid: 11301
+ - uid: 5539
components:
- type: Transform
- pos: 52.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,5.5
parent: 31
- - uid: 11302
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5540
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 48.5,23.5
+ pos: -26.5,5.5
parent: 31
- - uid: 11303
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5548
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 52.5,19.5
- parent: 31
- - uid: 11304
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 49.5,19.5
+ pos: -13.5,-4.5
parent: 31
- - uid: 11567
+ - uid: 5549
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-4.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11573
+ - uid: 5550
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -22.5,-22.5
+ pos: -15.5,-4.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11590
+ - uid: 5555
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-23.5
+ pos: 10.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11591
+ - uid: 5556
components:
- type: Transform
- pos: -22.5,-23.5
+ pos: 10.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11595
+ - uid: 5557
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-27.5
+ pos: 10.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11603
+ - uid: 5558
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -31.5,-21.5
+ pos: 10.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11604
+ - uid: 5559
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -31.5,-22.5
+ pos: 10.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11605
+ - uid: 5560
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -30.5,-22.5
+ pos: 10.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11797
+ color: '#0055CCFF'
+ - uid: 5561
components:
- type: Transform
- pos: 75.5,10.5
+ pos: 11.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11799
+ - uid: 5562
components:
- type: Transform
- pos: 76.5,8.5
+ pos: 11.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11800
+ - uid: 5563
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 76.5,3.5
+ pos: 11.5,-2.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11806
+ color: '#990000FF'
+ - uid: 5564
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 73.5,8.5
+ pos: 11.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11810
+ - uid: 5565
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 72.5,3.5
+ pos: 11.5,-4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11865
+ color: '#990000FF'
+ - uid: 5566
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 72.5,0.5
+ pos: 11.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11866
+ color: '#990000FF'
+ - uid: 5567
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 71.5,0.5
+ pos: 11.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11867
+ color: '#990000FF'
+ - uid: 5568
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 71.5,-0.5
+ pos: 11.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11868
+ color: '#990000FF'
+ - uid: 5569
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 70.5,-0.5
+ pos: 11.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11869
+ color: '#990000FF'
+ - uid: 5570
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 70.5,-1.5
+ pos: 11.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11877
+ color: '#990000FF'
+ - uid: 5573
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 64.5,-1.5
+ pos: 11.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11882
+ - uid: 5575
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 68.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: 13.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
-- proto: GasPipeBroken
- entities:
- - uid: 1352
- components:
- - type: Transform
- pos: 34.5,14.5
- parent: 31
- - uid: 1914
+ - uid: 5576
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 42.5,13.5
+ pos: 14.5,-8.5
parent: 31
- - uid: 6469
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5578
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 47.5,15.5
+ pos: 14.5,-10.5
parent: 31
- - uid: 6470
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5580
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 46.5,15.5
+ pos: 16.5,-10.5
parent: 31
- - uid: 6538
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5581
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 35.5,13.5
+ pos: 18.5,-8.5
parent: 31
- - uid: 6599
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5583
components:
- type: Transform
- pos: 34.5,12.5
+ pos: 17.5,-9.5
parent: 31
- - uid: 6603
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5585
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 47.5,16.5
+ pos: 13.5,-10.5
parent: 31
- - uid: 8991
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5588
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 43.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-8.5
parent: 31
- - uid: 9206
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5590
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 42.5,14.5
+ pos: 17.5,-8.5
parent: 31
- - uid: 10412
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5591
components:
- type: Transform
- pos: 35.5,16.5
+ pos: 17.5,-7.5
parent: 31
- - uid: 10423
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5593
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 40.5,14.5
+ pos: 17.5,-5.5
parent: 31
- - uid: 11299
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5594
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,16.5
+ pos: 17.5,-4.5
parent: 31
-- proto: GasPipeFourway
- entities:
- - uid: 583
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5595
components:
- type: Transform
- pos: -7.5,-19.5
+ pos: 17.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5321
+ - uid: 5596
components:
- type: Transform
- pos: 2.5,3.5
+ pos: 17.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5322
+ - uid: 5598
components:
- type: Transform
- pos: 4.5,5.5
+ pos: 16.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5325
+ - uid: 5599
components:
- type: Transform
- pos: 4.5,-1.5
+ pos: 16.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5361
+ - uid: 5601
components:
- type: Transform
- pos: 2.5,0.5
+ pos: 16.5,-4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5813
+ color: '#0055CCFF'
+ - uid: 5602
components:
- type: Transform
- pos: 2.5,24.5
+ pos: 16.5,-3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5823
+ color: '#0055CCFF'
+ - uid: 5603
components:
- type: Transform
- pos: 4.5,25.5
+ pos: 16.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5828
+ - uid: 5604
components:
- type: Transform
- pos: 4.5,20.5
+ pos: 16.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5952
+ - uid: 5608
components:
- type: Transform
- pos: 32.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: -28.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5953
+ color: '#990000FF'
+ - uid: 5612
components:
- type: Transform
- pos: 33.5,3.5
+ pos: 18.5,-12.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6082
+ - uid: 5613
components:
- type: Transform
- pos: -23.5,3.5
+ pos: 18.5,-13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6083
+ - uid: 5615
components:
- type: Transform
- pos: -24.5,5.5
+ pos: 19.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6144
+ - uid: 5616
components:
- type: Transform
- pos: -35.5,5.5
+ pos: 19.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6150
+ - uid: 5617
components:
- type: Transform
- pos: -36.5,3.5
+ pos: 19.5,-12.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6444
+ color: '#0055CCFF'
+ - uid: 5618
components:
- type: Transform
- pos: 33.5,9.5
+ pos: 19.5,-13.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7414
+ color: '#0055CCFF'
+ - uid: 5619
components:
- type: Transform
- pos: 2.5,-16.5
+ pos: 19.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11407
+ color: '#0055CCFF'
+ - uid: 5620
components:
- type: Transform
- pos: -37.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11798
+ - uid: 5621
components:
- type: Transform
- pos: 75.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 16.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
-- proto: GasPipeStraight
- entities:
- - uid: 57
+ - uid: 5622
components:
- type: Transform
- pos: 8.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 15.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 109
+ color: '#990000FF'
+ - uid: 5623
components:
- type: Transform
- pos: 39.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,-15.5
parent: 31
- - uid: 110
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5624
components:
- type: Transform
- pos: 39.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 17.5,-15.5
parent: 31
- - uid: 111
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5625
components:
- type: Transform
- pos: 41.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 16.5,-15.5
parent: 31
- - uid: 115
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5641
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 11.5,25.5
+ pos: 10.5,-10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 132
+ color: '#990000FF'
+ - uid: 5642
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 36.5,3.5
+ pos: 9.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 159
+ - uid: 5643
components:
- type: Transform
- pos: 39.5,21.5
+ pos: 9.5,-9.5
parent: 31
- - uid: 347
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5644
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-8.5
+ pos: 9.5,-10.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 354
+ color: '#0055CCFF'
+ - uid: 5645
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-21.5
+ pos: 9.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 415
+ - uid: 5646
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-29.5
+ pos: 9.5,-12.5
parent: 31
- - uid: 467
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5647
components:
- type: Transform
- pos: 45.5,22.5
+ pos: 9.5,-13.5
parent: 31
- - uid: 561
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5649
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,20.5
+ pos: 8.5,-14.5
parent: 31
- - uid: 602
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5651
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 42.5,19.5
+ pos: 8.5,-12.5
parent: 31
- - uid: 715
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5652
components:
- type: Transform
- pos: 37.5,19.5
+ pos: 8.5,-11.5
parent: 31
- - uid: 750
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5654
components:
- type: Transform
- pos: -24.5,12.5
+ rot: 1.5707963267948966 rad
+ pos: -28.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 773
+ - uid: 5655
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 40.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-5.5
parent: 31
- - uid: 789
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5656
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 38.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 18.5,-5.5
parent: 31
- - uid: 800
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5657
components:
- type: Transform
- pos: -9.5,-20.5
+ rot: 1.5707963267948966 rad
+ pos: 19.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 813
+ - uid: 5658
components:
- type: Transform
- pos: 39.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: 20.5,-5.5
parent: 31
- - uid: 822
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5659
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 40.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 21.5,-5.5
parent: 31
- - uid: 899
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5660
components:
- type: Transform
- pos: -4.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 22.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 925
+ - uid: 5661
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 44.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 18.5,-6.5
parent: 31
- - uid: 928
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5662
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -5.5,-16.5
+ pos: 19.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 978
+ - uid: 5663
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 38.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 20.5,-6.5
parent: 31
- - uid: 980
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5664
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 9.5,25.5
+ pos: 21.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 991
+ color: '#990000FF'
+ - uid: 5667
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 42.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: -29.5,3.5
parent: 31
- - uid: 1067
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5668
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 44.5,19.5
+ pos: 18.5,-15.5
parent: 31
- - uid: 1086
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5669
components:
- type: Transform
- pos: -9.5,-17.5
+ rot: 3.141592653589793 rad
+ pos: 18.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1093
+ color: '#990000FF'
+ - uid: 5670
components:
- type: Transform
- pos: -9.5,-18.5
+ rot: 3.141592653589793 rad
+ pos: 18.5,-17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1165
+ color: '#990000FF'
+ - uid: 5673
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,25.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1238
+ - uid: 5676
components:
- type: Transform
- pos: -24.5,10.5
+ pos: -12.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1289
+ - uid: 5681
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 32.5,8.5
+ pos: 15.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1470
+ color: '#0055CCFF'
+ - uid: 5684
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,-16.5
+ pos: 14.5,-18.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1473
+ color: '#0055CCFF'
+ - uid: 5685
components:
- type: Transform
- pos: -9.5,-19.5
+ pos: 14.5,-19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1486
+ - uid: 5687
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -6.5,-14.5
+ pos: 9.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1487
+ - uid: 5688
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -21.5,-12.5
+ pos: 10.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1490
+ - uid: 5689
components:
- type: Transform
- pos: -7.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: 11.5,-20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1514
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,21.5
- parent: 31
- - uid: 1515
- components:
- - type: Transform
- pos: 33.5,18.5
- parent: 31
- - uid: 1516
- components:
- - type: Transform
- pos: 36.5,20.5
- parent: 31
- - uid: 1533
+ color: '#0055CCFF'
+ - uid: 5690
components:
- type: Transform
- pos: 39.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-20.5
parent: 31
- - uid: 1543
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5691
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 36.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1544
+ - uid: 5693
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 38.5,5.5
+ pos: 8.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1590
+ - uid: 5694
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,11.5
+ pos: 8.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1689
+ - uid: 5695
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,-19.5
+ pos: 8.5,-23.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1714
+ color: '#0055CCFF'
+ - uid: 5696
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-19.5
+ pos: 8.5,-24.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1716
+ color: '#0055CCFF'
+ - uid: 5699
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,-19.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1724
+ color: '#0055CCFF'
+ - uid: 5716
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 35.5,5.5
+ pos: 3.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1725
+ - uid: 5717
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 33.5,5.5
+ pos: 2.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1730
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 37.5,11.5
- parent: 31
- - uid: 1739
+ - uid: 5718
components:
- type: Transform
- pos: -25.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 1.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 1773
+ - uid: 5723
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -22.5,-11.5
+ pos: 1.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 1781
+ - uid: 5762
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -21.5,-11.5
+ pos: -5.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1804
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,19.5
- parent: 31
- - uid: 1810
+ color: '#0055CCFF'
+ - uid: 5768
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -19.5,-12.5
+ rot: 1.5707963267948966 rad
+ pos: -6.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 2206
+ - uid: 5774
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -36.5,16.5
+ pos: 14.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 2207
+ - uid: 5775
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -36.5,15.5
+ pos: 14.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 2216
+ - uid: 5776
components:
- type: Transform
- pos: -9.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 2332
+ - uid: 5777
components:
- type: Transform
- pos: 34.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-24.5
parent: 31
- - uid: 2333
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5780
components:
- type: Transform
- pos: 34.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 15.5,-26.5
parent: 31
- - uid: 2401
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5781
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 42.5,20.5
+ pos: 15.5,-27.5
parent: 31
- - uid: 2414
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5786
components:
- type: Transform
- pos: 37.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,-23.5
parent: 31
- - uid: 2559
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5787
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 44.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 4.5,-23.5
parent: 31
- - uid: 2669
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5788
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -36.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,-23.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 2741
+ color: '#990000FF'
+ - uid: 5789
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 5.5,-19.5
+ pos: 6.5,-23.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 2886
+ color: '#990000FF'
+ - uid: 5790
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-29.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-23.5
parent: 31
- - uid: 2947
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5791
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -38.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 2948
+ - uid: 5793
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -38.5,17.5
+ pos: 2.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 2950
+ - uid: 5794
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -38.5,14.5
+ pos: 2.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3042
+ - uid: 5795
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 24.5,9.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3043
+ color: '#990000FF'
+ - uid: 5796
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 25.5,9.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3044
+ color: '#990000FF'
+ - uid: 5797
components:
- type: Transform
- pos: 20.5,13.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3045
+ - uid: 5798
components:
- type: Transform
- pos: 22.5,11.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3046
+ color: '#990000FF'
+ - uid: 5799
components:
- type: Transform
- pos: 20.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3047
+ - uid: 5800
components:
- type: Transform
- pos: 22.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3048
+ color: '#990000FF'
+ - uid: 5802
components:
- type: Transform
- pos: 20.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3049
+ - uid: 5803
components:
- type: Transform
- pos: 22.5,13.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3053
+ color: '#990000FF'
+ - uid: 5804
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 41.5,11.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,15.5
parent: 31
- - uid: 3238
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5805
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3411
+ - uid: 5808
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,19.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3475
+ color: '#990000FF'
+ - uid: 5809
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 43.5,13.5
+ pos: 2.5,20.5
parent: 31
- - uid: 3590
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5810
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 20.5,-9.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,21.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3709
+ color: '#990000FF'
+ - uid: 5811
components:
- type: Transform
- pos: 4.5,-20.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3873
+ color: '#990000FF'
+ - uid: 5814
components:
- type: Transform
- pos: 35.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,25.5
parent: 31
- - uid: 4024
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5815
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-12.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4033
+ color: '#990000FF'
+ - uid: 5816
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-12.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,27.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4135
+ color: '#990000FF'
+ - uid: 5817
components:
- type: Transform
- pos: -7.5,-18.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,28.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4136
+ - uid: 5818
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -4.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 2.5,29.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4137
+ - uid: 5819
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,29.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4138
+ - uid: 5820
components:
- type: Transform
- pos: -8.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,28.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4141
+ - uid: 5821
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,27.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4142
+ - uid: 5824
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4176
+ - uid: 5825
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 38.5,18.5
+ pos: 4.5,23.5
parent: 31
- - uid: 4200
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5826
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,22.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4236
+ - uid: 5827
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,12.5
+ pos: 4.5,21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4319
+ - uid: 5830
components:
- type: Transform
- pos: 20.5,16.5
+ pos: 4.5,18.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4320
+ color: '#0055CCFF'
+ - uid: 5831
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 22.5,17.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4321
+ color: '#0055CCFF'
+ - uid: 5832
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,17.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4322
+ color: '#0055CCFF'
+ - uid: 5833
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 21.5,17.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4323
+ color: '#0055CCFF'
+ - uid: 5836
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,17.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4332
+ color: '#0055CCFF'
+ - uid: 5838
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 63.5,11.5
+ pos: 4.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4352
+ color: '#0055CCFF'
+ - uid: 5839
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 63.5,10.5
+ pos: 4.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4359
+ color: '#0055CCFF'
+ - uid: 5840
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 70.5,6.5
+ pos: 4.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4360
+ color: '#0055CCFF'
+ - uid: 5841
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 65.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4371
+ - uid: 5842
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 69.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4387
+ color: '#0055CCFF'
+ - uid: 5843
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4414
+ - uid: 5844
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 71.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: 1.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4417
+ color: '#0055CCFF'
+ - uid: 5845
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 65.5,9.5
+ pos: 0.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4429
+ color: '#0055CCFF'
+ - uid: 5846
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 70.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4439
+ - uid: 5847
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: 1.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4463
+ color: '#990000FF'
+ - uid: 5850
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -6.5,25.5
+ pos: 3.5,24.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4472
+ color: '#990000FF'
+ - uid: 5851
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 69.5,8.5
+ pos: 4.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4475
+ - uid: 5852
components:
- type: Transform
- pos: 30.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: 5.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4476
- components:
- - type: Transform
- pos: 66.5,5.5
- parent: 31
- - uid: 4481
+ - uid: 5853
components:
- type: Transform
- pos: 69.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4485
+ - uid: 5854
components:
- type: Transform
- pos: -37.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: 5.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4535
+ color: '#0055CCFF'
+ - uid: 5855
components:
- type: Transform
- pos: -37.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 6.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4545
+ color: '#0055CCFF'
+ - uid: 5857
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 70.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 2.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4548
+ color: '#0055CCFF'
+ - uid: 5858
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 70.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 1.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4551
+ color: '#0055CCFF'
+ - uid: 5859
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4554
+ color: '#0055CCFF'
+ - uid: 5860
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,-15.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4570
+ color: '#0055CCFF'
+ - uid: 5861
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 70.5,6.5
+ pos: 1.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4603
+ - uid: 5862
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,24.5
parent: 31
- - uid: 4651
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5863
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 64.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4682
+ - uid: 5866
components:
- type: Transform
- pos: -9.5,-15.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,24.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4685
+ color: '#990000FF'
+ - uid: 5872
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 25.5,10.5
+ pos: 3.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4687
+ - uid: 5873
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: 4.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4696
+ - uid: 5874
components:
- type: Transform
- pos: -24.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4698
+ color: '#990000FF'
+ - uid: 5875
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4704
+ color: '#990000FF'
+ - uid: 5876
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,-21.5
+ pos: 8.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4729
+ - uid: 5877
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 40.5,3.5
+ pos: 8.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4730
+ - uid: 5878
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 39.5,3.5
+ pos: 5.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4732
+ color: '#0055CCFF'
+ - uid: 5879
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 37.5,3.5
- parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4737
- components:
- - type: Transform
- pos: -24.5,9.5
+ pos: 6.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4828
+ - uid: 5880
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 70.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4833
+ color: '#0055CCFF'
+ - uid: 5884
components:
- type: Transform
- pos: 62.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 4845
+ - uid: 5885
components:
- type: Transform
- pos: 30.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 2.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4847
+ color: '#0055CCFF'
+ - uid: 5886
components:
- type: Transform
- pos: 30.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 1.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4856
+ color: '#0055CCFF'
+ - uid: 5887
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 40.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,20.5
parent: 31
- - uid: 4949
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5888
components:
- type: Transform
- pos: 47.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,20.5
parent: 31
- - uid: 4976
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5889
components:
- type: Transform
- pos: 41.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: -1.5,20.5
parent: 31
- - uid: 5012
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5890
components:
- type: Transform
- pos: 45.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -2.5,20.5
parent: 31
- - uid: 5013
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5891
components:
- type: Transform
- pos: 43.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,20.5
parent: 31
- - uid: 5015
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5899
components:
- type: Transform
- pos: 43.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,19.5
parent: 31
- - uid: 5016
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5900
components:
- type: Transform
- pos: 45.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: -19.5,19.5
parent: 31
- - uid: 5030
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5901
components:
- type: Transform
- pos: 36.5,19.5
+ pos: -18.5,20.5
parent: 31
- - uid: 5031
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5902
components:
- type: Transform
- pos: 36.5,18.5
+ pos: -18.5,21.5
parent: 31
- - uid: 5044
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5903
components:
- type: Transform
- pos: 43.5,21.5
+ pos: -18.5,22.5
parent: 31
- - uid: 5045
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5904
components:
- type: Transform
- pos: 45.5,21.5
+ pos: -18.5,23.5
parent: 31
- - uid: 5046
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5905
components:
- type: Transform
- pos: 43.5,20.5
+ pos: -18.5,24.5
parent: 31
- - uid: 5047
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5906
components:
- type: Transform
- pos: 45.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,25.5
parent: 31
- - uid: 5048
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5907
components:
- type: Transform
- pos: 41.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,25.5
parent: 31
- - uid: 5049
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5908
components:
- type: Transform
- pos: 41.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,25.5
parent: 31
- - uid: 5050
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5909
components:
- type: Transform
- pos: 41.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,25.5
parent: 31
- - uid: 5056
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5910
components:
- type: Transform
- pos: 43.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,25.5
parent: 31
- - uid: 5123
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5911
components:
- type: Transform
- pos: -37.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5126
+ color: '#0055CCFF'
+ - uid: 5912
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,25.5
parent: 31
- - uid: 5133
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5913
components:
- type: Transform
- pos: 37.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,25.5
parent: 31
- - uid: 5155
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5914
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 32.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: -9.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5158
+ color: '#0055CCFF'
+ - uid: 5915
components:
- type: Transform
- pos: 49.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,25.5
parent: 31
- - uid: 5240
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5918
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -20.5,19.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,23.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5308
+ - uid: 5919
components:
- type: Transform
- pos: 48.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,22.5
parent: 31
- - uid: 5309
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5920
components:
- type: Transform
- pos: 36.5,12.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,20.5
parent: 31
- - uid: 5323
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5921
components:
- type: Transform
- pos: 2.5,2.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5324
+ color: '#0055CCFF'
+ - uid: 5922
components:
- type: Transform
- pos: 2.5,1.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5326
+ color: '#0055CCFF'
+ - uid: 5923
components:
- type: Transform
- pos: 2.5,-0.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,22.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5327
+ color: '#0055CCFF'
+ - uid: 5930
components:
- type: Transform
- pos: 2.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: 5.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5328
+ color: '#0055CCFF'
+ - uid: 5931
components:
- type: Transform
- pos: 2.5,-2.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5329
+ color: '#0055CCFF'
+ - uid: 5932
components:
- type: Transform
- pos: 2.5,-3.5
+ rot: 1.5707963267948966 rad
+ pos: 6.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5330
+ color: '#0055CCFF'
+ - uid: 5933
components:
- type: Transform
- pos: 2.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: 8.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5331
+ color: '#0055CCFF'
+ - uid: 5934
components:
- type: Transform
- pos: 2.5,-5.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5333
+ color: '#0055CCFF'
+ - uid: 5935
components:
- type: Transform
- pos: 2.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5334
+ color: '#0055CCFF'
+ - uid: 5936
components:
- type: Transform
- pos: 2.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 11.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5335
+ color: '#0055CCFF'
+ - uid: 5937
components:
- type: Transform
- pos: 2.5,-9.5
+ rot: 1.5707963267948966 rad
+ pos: 12.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5336
+ color: '#0055CCFF'
+ - uid: 5942
components:
- type: Transform
- pos: 2.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5337
+ color: '#0055CCFF'
+ - uid: 5943
components:
- type: Transform
- pos: 2.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5338
+ color: '#0055CCFF'
+ - uid: 5945
components:
- type: Transform
- pos: 2.5,-12.5
+ pos: 9.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5339
+ - uid: 5946
components:
- type: Transform
- pos: 2.5,-13.5
+ pos: 9.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5340
+ - uid: 5947
components:
- type: Transform
- pos: 2.5,-14.5
+ pos: 9.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5341
+ - uid: 5948
components:
- type: Transform
- pos: 2.5,-15.5
+ pos: 9.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5343
+ - uid: 5949
components:
- type: Transform
- pos: 2.5,-17.5
+ pos: 9.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5344
+ - uid: 5954
components:
- type: Transform
- pos: 2.5,-18.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5346
+ - uid: 5956
components:
- type: Transform
- pos: 2.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: -2.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5347
+ - uid: 5957
components:
- type: Transform
- pos: 2.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5348
+ - uid: 5958
components:
- type: Transform
- pos: 2.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5350
+ - uid: 5959
components:
- type: Transform
- pos: 2.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5351
+ color: '#0055CCFF'
+ - uid: 5961
components:
- type: Transform
- pos: 2.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: -3.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5352
+ color: '#0055CCFF'
+ - uid: 5962
components:
- type: Transform
- pos: 2.5,-26.5
+ rot: -1.5707963267948966 rad
+ pos: -1.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5353
+ color: '#0055CCFF'
+ - uid: 5965
components:
- type: Transform
- pos: 2.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5355
+ - uid: 5966
components:
- type: Transform
- pos: 4.5,4.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5356
+ color: '#990000FF'
+ - uid: 5967
components:
- type: Transform
- pos: 4.5,3.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5357
+ color: '#990000FF'
+ - uid: 5968
components:
- type: Transform
- pos: 4.5,2.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5358
+ color: '#990000FF'
+ - uid: 5970
components:
- type: Transform
- pos: 4.5,1.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5359
+ color: '#990000FF'
+ - uid: 5972
components:
- type: Transform
- pos: 4.5,0.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5360
+ - uid: 5974
components:
- type: Transform
- pos: 4.5,-0.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5362
+ - uid: 5975
components:
- type: Transform
- pos: 4.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: -4.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5363
+ - uid: 5984
components:
- type: Transform
- pos: 4.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5364
+ color: '#990000FF'
+ - uid: 5985
components:
- type: Transform
- pos: 4.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5366
+ color: '#990000FF'
+ - uid: 5986
components:
- type: Transform
- pos: 4.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5367
+ color: '#990000FF'
+ - uid: 5987
components:
- type: Transform
- pos: 4.5,-7.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5368
+ color: '#990000FF'
+ - uid: 5990
components:
- type: Transform
- pos: 4.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5369
+ - uid: 5995
components:
- type: Transform
- pos: 4.5,-9.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5370
+ color: '#990000FF'
+ - uid: 5996
components:
- type: Transform
- pos: 4.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5371
+ color: '#990000FF'
+ - uid: 5997
components:
- type: Transform
- pos: 4.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5372
+ color: '#990000FF'
+ - uid: 5998
components:
- type: Transform
- pos: 4.5,-12.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,18.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5373
+ color: '#990000FF'
+ - uid: 5999
components:
- type: Transform
- pos: 4.5,-13.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,19.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5375
+ color: '#990000FF'
+ - uid: 6002
components:
- type: Transform
- pos: 4.5,-15.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5376
+ - uid: 6003
components:
- type: Transform
- pos: 4.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5378
+ - uid: 6004
components:
- type: Transform
- pos: 4.5,-18.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5381
+ - uid: 6005
components:
- type: Transform
- pos: 4.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: -7.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5382
+ - uid: 6006
components:
- type: Transform
- pos: 4.5,-22.5
+ rot: 1.5707963267948966 rad
+ pos: -6.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5383
+ - uid: 6007
components:
- type: Transform
- pos: 4.5,-23.5
+ rot: 1.5707963267948966 rad
+ pos: -8.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5384
+ - uid: 6008
components:
- type: Transform
- pos: 4.5,-24.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5385
+ - uid: 6009
components:
- type: Transform
- pos: 4.5,-25.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5386
+ - uid: 6011
components:
- type: Transform
- pos: 4.5,-26.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5387
+ color: '#990000FF'
+ - uid: 6012
components:
- type: Transform
- pos: 4.5,-27.5
+ rot: 1.5707963267948966 rad
+ pos: -11.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5388
+ color: '#990000FF'
+ - uid: 6013
components:
- type: Transform
- pos: 4.5,-28.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5389
+ color: '#990000FF'
+ - uid: 6014
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 7.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -5.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5390
+ - uid: 6027
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -12.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5391
+ - uid: 6028
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -12.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5393
+ - uid: 6029
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5394
+ - uid: 6030
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -11.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5395
+ - uid: 6031
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5398
+ - uid: 6034
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 8.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -4.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5400
+ - uid: 6035
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -3.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5401
+ - uid: 6036
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -2.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5402
+ - uid: 6037
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5403
+ - uid: 6038
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -3.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5404
+ color: '#0055CCFF'
+ - uid: 6039
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 14.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -2.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5406
+ color: '#0055CCFF'
+ - uid: 6040
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 16.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5407
+ color: '#0055CCFF'
+ - uid: 6045
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 17.5,3.5
+ pos: -5.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5408
+ color: '#0055CCFF'
+ - uid: 6046
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 18.5,3.5
+ pos: -6.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5409
+ color: '#0055CCFF'
+ - uid: 6047
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 19.5,3.5
+ pos: -7.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5410
+ color: '#0055CCFF'
+ - uid: 6048
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 20.5,3.5
+ pos: -8.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5411
+ color: '#0055CCFF'
+ - uid: 6049
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 21.5,5.5
+ pos: -9.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5412
+ - uid: 6052
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 20.5,5.5
+ pos: -12.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5413
+ - uid: 6053
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 19.5,5.5
+ pos: -13.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5414
+ - uid: 6054
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 18.5,5.5
+ pos: -14.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5415
+ - uid: 6055
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 17.5,5.5
+ pos: -15.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5416
+ - uid: 6056
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 16.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5417
+ - uid: 6057
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 15.5,5.5
+ pos: -17.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5418
+ - uid: 6058
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 14.5,5.5
+ pos: -18.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5420
+ - uid: 6059
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 12.5,5.5
+ pos: -19.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5421
+ - uid: 6060
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 11.5,5.5
+ pos: -20.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5423
+ - uid: 6061
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 9.5,5.5
+ pos: -21.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5426
+ - uid: 6062
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5427
+ color: '#0055CCFF'
+ - uid: 6063
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 23.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5428
+ - uid: 6064
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 24.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5429
+ - uid: 6065
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 25.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5431
+ - uid: 6066
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -9.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5432
+ - uid: 6067
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 28.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5433
+ - uid: 6068
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 29.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5434
+ - uid: 6069
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 30.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5435
+ - uid: 6070
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5436
+ - uid: 6072
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5437
+ color: '#990000FF'
+ - uid: 6073
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 30.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5438
+ color: '#990000FF'
+ - uid: 6074
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 29.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5440
+ color: '#990000FF'
+ - uid: 6075
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -18.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5441
+ color: '#990000FF'
+ - uid: 6076
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 26.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -19.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5442
+ color: '#990000FF'
+ - uid: 6077
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 25.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5443
+ color: '#990000FF'
+ - uid: 6078
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 24.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5444
+ color: '#990000FF'
+ - uid: 6081
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 23.5,5.5
+ pos: -10.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5445
+ - uid: 6085
components:
- type: Transform
- pos: 13.5,6.5
+ pos: -24.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5446
+ - uid: 6086
components:
- type: Transform
- pos: 13.5,7.5
+ pos: -24.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5447
+ - uid: 6087
components:
- type: Transform
- pos: 13.5,8.5
+ pos: -24.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5448
+ - uid: 6088
components:
- type: Transform
- pos: 13.5,9.5
+ pos: -24.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5449
+ - uid: 6089
components:
- type: Transform
- pos: 15.5,4.5
+ pos: -24.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5450
+ color: '#0055CCFF'
+ - uid: 6090
components:
- type: Transform
- pos: 15.5,5.5
+ pos: -24.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5451
+ color: '#0055CCFF'
+ - uid: 6091
components:
- type: Transform
- pos: 15.5,6.5
+ pos: -24.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5452
+ color: '#0055CCFF'
+ - uid: 6092
components:
- type: Transform
- pos: 15.5,7.5
+ pos: -16.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5453
+ color: '#0055CCFF'
+ - uid: 6093
components:
- type: Transform
- pos: 15.5,8.5
+ rot: 3.141592653589793 rad
+ pos: -24.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5454
+ color: '#0055CCFF'
+ - uid: 6094
components:
- type: Transform
- pos: 15.5,9.5
+ rot: 3.141592653589793 rad
+ pos: -24.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5455
+ color: '#0055CCFF'
+ - uid: 6097
components:
- type: Transform
- pos: 15.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5460
+ - uid: 6102
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 15.5,10.5
+ pos: -25.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5461
+ color: '#990000FF'
+ - uid: 6103
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 16.5,10.5
+ pos: -26.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5462
+ color: '#990000FF'
+ - uid: 6104
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 17.5,10.5
+ pos: -25.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5463
+ - uid: 6105
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 18.5,10.5
+ pos: -26.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5466
+ - uid: 6107
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,10.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5467
+ color: '#990000FF'
+ - uid: 6108
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,11.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5468
+ - uid: 6109
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 18.5,11.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5469
+ - uid: 6110
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 17.5,11.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5475
+ - uid: 6111
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 8.5,6.5
+ pos: -23.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5480
+ color: '#990000FF'
+ - uid: 6113
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 21.5,10.5
+ pos: -16.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5482
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,0.5
- parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5483
+ - uid: 6121
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,0.5
+ pos: -23.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5484
+ - uid: 6122
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,0.5
+ pos: -23.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5485
+ - uid: 6123
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,0.5
+ pos: -23.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5486
+ - uid: 6124
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,0.5
+ pos: -23.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5487
+ - uid: 6125
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,0.5
+ pos: -23.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5489
+ - uid: 6126
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,0.5
+ pos: -23.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5490
+ - uid: 6128
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: -16.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5492
+ - uid: 6131
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 7.5,-1.5
+ pos: -27.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5493
+ color: '#990000FF'
+ - uid: 6132
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 6.5,-1.5
+ pos: -26.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5494
+ color: '#990000FF'
+ - uid: 6133
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 5.5,-1.5
+ pos: -25.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5497
+ color: '#990000FF'
+ - uid: 6134
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -11.5,0.5
+ pos: -24.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5498
+ - uid: 6139
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -10.5,0.5
+ pos: -30.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5499
+ color: '#0055CCFF'
+ - uid: 6140
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -9.5,0.5
+ pos: -31.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5501
+ color: '#0055CCFF'
+ - uid: 6142
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -7.5,0.5
+ pos: -33.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5502
+ color: '#0055CCFF'
+ - uid: 6143
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -6.5,0.5
+ pos: -34.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5503
+ color: '#0055CCFF'
+ - uid: 6145
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: -31.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5504
+ - uid: 6146
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -4.5,0.5
+ pos: -32.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5505
+ - uid: 6147
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -3.5,0.5
+ pos: -33.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5506
+ - uid: 6148
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -2.5,0.5
+ pos: -34.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5507
+ - uid: 6149
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -1.5,0.5
+ pos: -35.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5508
+ - uid: 6153
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -0.5,0.5
+ pos: -35.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5509
+ color: '#0055CCFF'
+ - uid: 6154
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,0.5
+ pos: -35.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5510
+ color: '#0055CCFF'
+ - uid: 6155
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,0.5
+ pos: -35.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5511
+ color: '#0055CCFF'
+ - uid: 6156
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,-1.5
+ pos: -35.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5512
+ - uid: 6157
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,-1.5
+ pos: -35.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5513
+ - uid: 6158
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-1.5
+ pos: -35.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5514
+ - uid: 6159
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,-1.5
+ pos: -35.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5515
+ - uid: 6160
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -0.5,-1.5
+ pos: -35.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5517
+ - uid: 6161
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -2.5,-1.5
+ pos: -35.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5518
+ - uid: 6162
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -3.5,-1.5
+ pos: -39.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5519
+ color: '#990000FF'
+ - uid: 6163
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -4.5,-1.5
+ pos: -35.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5520
+ - uid: 6164
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,-1.5
+ pos: -36.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5521
+ color: '#990000FF'
+ - uid: 6165
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,-1.5
+ pos: -36.5,1.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5522
+ color: '#990000FF'
+ - uid: 6167
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,-1.5
+ pos: -25.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5523
+ - uid: 6170
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -8.5,-1.5
+ pos: 32.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5524
+ color: '#990000FF'
+ - uid: 6171
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,-1.5
+ pos: 32.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5525
+ - uid: 6172
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,-1.5
+ pos: 32.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5526
+ - uid: 6173
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,-1.5
+ pos: 32.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5529
+ - uid: 6176
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,0.5
+ pos: 33.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5530
+ - uid: 6177
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,0.5
+ pos: 33.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5531
+ - uid: 6178
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,0.5
+ pos: 33.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5532
+ - uid: 6179
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,0.5
+ pos: 33.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5533
+ - uid: 6185
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -17.5,0.5
+ rot: 1.5707963267948966 rad
+ pos: 34.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5534
+ - uid: 6186
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,0.5
+ pos: 32.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5535
+ color: '#0055CCFF'
+ - uid: 6187
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,1.5
+ pos: 32.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5536
+ - uid: 6188
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,0.5
+ pos: 32.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5537
+ - uid: 6189
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,-0.5
+ pos: 32.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5539
+ - uid: 6190
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,5.5
+ pos: 32.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5540
+ - uid: 6191
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -26.5,5.5
+ pos: 32.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5548
+ - uid: 6192
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-4.5
+ pos: 32.5,-1.5
parent: 31
- - uid: 5549
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6193
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-4.5
+ pos: 33.5,2.5
parent: 31
- - uid: 5550
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6194
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,-4.5
+ pos: 33.5,1.5
parent: 31
- - uid: 5555
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6195
components:
- type: Transform
- pos: 10.5,-2.5
+ pos: 33.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5556
+ color: '#990000FF'
+ - uid: 6196
components:
- type: Transform
- pos: 10.5,-3.5
+ pos: 33.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5557
+ color: '#990000FF'
+ - uid: 6200
components:
- type: Transform
- pos: 10.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: 40.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5558
+ - uid: 6201
components:
- type: Transform
- pos: 10.5,-5.5
+ rot: 1.5707963267948966 rad
+ pos: 41.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5559
+ - uid: 6202
components:
- type: Transform
- pos: 10.5,-6.5
+ rot: 1.5707963267948966 rad
+ pos: 42.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5560
+ - uid: 6203
components:
- type: Transform
- pos: 10.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 43.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5561
+ - uid: 6206
components:
- type: Transform
- pos: 11.5,-0.5
+ pos: 43.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5562
+ - uid: 6207
components:
- type: Transform
- pos: 11.5,-1.5
+ pos: 43.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5563
+ - uid: 6208
components:
- type: Transform
- pos: 11.5,-2.5
+ pos: 43.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5564
+ - uid: 6209
components:
- type: Transform
- pos: 11.5,-3.5
+ rot: 3.141592653589793 rad
+ pos: 43.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5565
+ - uid: 6217
components:
- type: Transform
- pos: 11.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5566
+ color: '#0055CCFF'
+ - uid: 6218
components:
- type: Transform
- pos: 11.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5567
+ color: '#0055CCFF'
+ - uid: 6219
components:
- type: Transform
- pos: 11.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,3.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6220
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 44.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5568
+ - uid: 6221
components:
- type: Transform
- pos: 11.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 45.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5569
+ - uid: 6222
components:
- type: Transform
- pos: 11.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 46.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5570
+ - uid: 6224
components:
- type: Transform
- pos: 11.5,-9.5
+ rot: 1.5707963267948966 rad
+ pos: 48.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5573
+ - uid: 6225
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 11.5,-8.5
+ pos: 45.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5575
+ - uid: 6227
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 13.5,-8.5
+ pos: 47.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5576
+ - uid: 6229
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-8.5
+ pos: 48.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5578
+ - uid: 6233
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-10.5
+ pos: 48.5,-1.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6234
+ components:
+ - type: Transform
+ pos: 49.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5580
+ - uid: 6235
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 16.5,-10.5
+ pos: 49.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5581
+ - uid: 6236
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,-8.5
+ pos: 49.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5583
+ color: '#990000FF'
+ - uid: 6237
components:
- type: Transform
- pos: 17.5,-9.5
+ pos: 49.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5585
+ - uid: 6238
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 13.5,-10.5
+ pos: 49.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5588
+ - uid: 6239
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-8.5
+ pos: 48.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5590
+ - uid: 6240
components:
- type: Transform
- pos: 17.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: 42.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5591
+ - uid: 6247
components:
- type: Transform
- pos: 17.5,-7.5
+ rot: -1.5707963267948966 rad
+ pos: 47.5,12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5593
+ - uid: 6254
components:
- type: Transform
- pos: 17.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 32.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5594
+ color: '#0055CCFF'
+ - uid: 6260
components:
- type: Transform
- pos: 17.5,-4.5
+ pos: 22.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5595
+ color: '#0055CCFF'
+ - uid: 6263
components:
- type: Transform
- pos: 17.5,-3.5
+ pos: 38.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5596
+ - uid: 6264
components:
- type: Transform
- pos: 17.5,-2.5
+ pos: 38.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5598
+ - uid: 6269
components:
- type: Transform
- pos: 16.5,-7.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5599
+ - uid: 6270
components:
- type: Transform
- pos: 16.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5601
+ - uid: 6271
components:
- type: Transform
- pos: 16.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5602
+ - uid: 6272
components:
- type: Transform
- pos: 16.5,-3.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5603
+ - uid: 6273
components:
- type: Transform
- pos: 16.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5604
+ - uid: 6315
components:
- type: Transform
- pos: 16.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: -7.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5608
+ color: '#990000FF'
+ - uid: 6349
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -28.5,3.5
+ pos: 44.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5612
+ - uid: 6363
components:
- type: Transform
- pos: 18.5,-12.5
+ pos: 37.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5613
+ - uid: 6392
components:
- type: Transform
- pos: 18.5,-13.5
+ pos: 43.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5615
+ - uid: 6409
components:
- type: Transform
- pos: 19.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5616
+ color: '#990000FF'
+ - uid: 6411
components:
- type: Transform
- pos: 19.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: 45.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5617
+ color: '#990000FF'
+ - uid: 6439
components:
- type: Transform
- pos: 19.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5618
+ color: '#990000FF'
+ - uid: 6465
components:
- type: Transform
- pos: 19.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5619
+ color: '#990000FF'
+ - uid: 6480
components:
- type: Transform
- pos: 19.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,-18.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5620
+ color: '#990000FF'
+ - uid: 6490
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 17.5,-14.5
+ pos: -9.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5621
+ - uid: 6534
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 16.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: 46.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5622
+ - uid: 6549
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 15.5,-14.5
+ pos: 46.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5623
+ - uid: 6558
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 18.5,-15.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5624
+ - uid: 6559
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 17.5,-15.5
+ pos: 44.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5625
+ - uid: 6562
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 16.5,-15.5
+ pos: 46.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5641
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-10.5
- parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5642
+ - uid: 6569
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 9.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: 45.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5643
+ color: '#0055CCFF'
+ - uid: 6572
components:
- type: Transform
- pos: 9.5,-9.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5644
+ - uid: 6573
components:
- type: Transform
- pos: 9.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: 25.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5645
+ - uid: 6577
components:
- type: Transform
- pos: 9.5,-11.5
+ pos: 37.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5646
+ - uid: 6579
components:
- type: Transform
- pos: 9.5,-12.5
+ pos: 34.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5647
+ - uid: 6604
components:
- type: Transform
- pos: 9.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5649
+ color: '#990000FF'
+ - uid: 6619
components:
- type: Transform
- pos: 8.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5651
+ - uid: 6634
components:
- type: Transform
- pos: 8.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5652
+ - uid: 6642
components:
- type: Transform
- pos: 8.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5654
+ - uid: 6693
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -28.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5655
+ - uid: 6696
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5656
+ - uid: 6704
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,-5.5
+ pos: 34.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5657
+ - uid: 6712
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -18.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5658
+ color: '#990000FF'
+ - uid: 6713
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5659
+ - uid: 6714
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 21.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5660
+ color: '#990000FF'
+ - uid: 6715
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5661
+ color: '#990000FF'
+ - uid: 6716
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -19.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5662
+ - uid: 6717
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5663
+ - uid: 6718
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5664
+ - uid: 6719
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 21.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5667
+ - uid: 6727
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -29.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 45.5,12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5668
+ - uid: 6734
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 18.5,-15.5
+ pos: 30.5,22.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5669
+ - uid: 6741
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 18.5,-16.5
+ rot: -1.5707963267948966 rad
+ pos: 64.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5670
+ color: '#0055CCFF'
+ - uid: 6749
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 18.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: 37.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5673
+ - uid: 6755
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 19.5,-16.5
+ pos: 70.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5676
+ color: '#990000FF'
+ - uid: 6765
components:
- type: Transform
- pos: -12.5,-2.5
+ rot: 1.5707963267948966 rad
+ pos: 70.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5681
+ color: '#990000FF'
+ - uid: 6766
components:
- type: Transform
- pos: 15.5,-16.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5684
+ color: '#990000FF'
+ - uid: 6830
components:
- type: Transform
- pos: 14.5,-18.5
+ pos: 68.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5685
+ color: '#990000FF'
+ - uid: 6842
components:
- type: Transform
- pos: 14.5,-19.5
+ pos: 68.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5687
+ color: '#990000FF'
+ - uid: 6895
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 9.5,-20.5
+ pos: 23.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5688
+ - uid: 6896
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 10.5,-20.5
+ pos: 25.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5689
+ color: '#990000FF'
+ - uid: 6925
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 11.5,-20.5
+ pos: 62.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5690
+ color: '#990000FF'
+ - uid: 6926
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 12.5,-20.5
+ pos: 61.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5691
+ color: '#990000FF'
+ - uid: 6945
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,-20.5
+ pos: 48.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5693
+ - uid: 7072
components:
- type: Transform
- pos: 8.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: 49.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5694
+ - uid: 7073
components:
- type: Transform
- pos: 8.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 50.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5695
+ - uid: 7075
components:
- type: Transform
- pos: 8.5,-23.5
+ rot: 3.141592653589793 rad
+ pos: 33.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5696
+ color: '#990000FF'
+ - uid: 7076
components:
- type: Transform
- pos: 8.5,-24.5
+ rot: 1.5707963267948966 rad
+ pos: 33.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5699
+ - uid: 7129
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 6.5,-19.5
+ pos: -26.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5716
+ color: '#990000FF'
+ - uid: 7131
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5717
+ color: '#990000FF'
+ - uid: 7132
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,-14.5
+ pos: 34.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5718
+ color: '#990000FF'
+ - uid: 7143
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5723
+ color: '#990000FF'
+ - uid: 7152
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,-16.5
+ pos: -30.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5762
+ - uid: 7156
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -5.5,25.5
+ pos: -31.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5768
+ color: '#990000FF'
+ - uid: 7175
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,11.5
+ rot: 3.141592653589793 rad
+ pos: -32.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5774
+ color: '#990000FF'
+ - uid: 7179
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: 52.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5775
+ - uid: 7180
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 51.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5776
+ - uid: 7182
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5777
+ - uid: 7197
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-24.5
+ pos: 36.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5780
+ - uid: 7205
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-26.5
+ rot: -1.5707963267948966 rad
+ pos: 55.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5781
+ color: '#990000FF'
+ - uid: 7206
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-27.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5786
+ color: '#990000FF'
+ - uid: 7207
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 52.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5787
+ - uid: 7208
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 50.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5788
+ - uid: 7210
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 51.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5789
+ - uid: 7212
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5790
+ color: '#0055CCFF'
+ - uid: 7218
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5791
+ - uid: 7227
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,-23.5
+ pos: 64.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5793
+ color: '#0055CCFF'
+ - uid: 7257
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,4.5
+ pos: -32.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5794
+ - uid: 7266
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,5.5
+ pos: -32.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5795
+ - uid: 7267
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,6.5
+ pos: -32.5,-12.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5796
+ - uid: 7268
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,7.5
+ pos: -32.5,-13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5797
+ - uid: 7270
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5798
+ - uid: 7271
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5799
+ - uid: 7309
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 31.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5800
+ - uid: 7311
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: 44.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5802
+ - uid: 7312
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: 42.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5803
+ - uid: 7346
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5804
+ color: '#0055CCFF'
+ - uid: 7382
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,15.5
+ pos: 40.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5805
+ - uid: 7413
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,16.5
+ pos: 2.5,-19.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5808
+ - uid: 7419
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -32.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5809
+ color: '#0055CCFF'
+ - uid: 7458
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,20.5
+ pos: 45.5,16.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5810
+ - uid: 7464
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: 32.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5811
+ - uid: 7470
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,22.5
+ pos: -24.5,-2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5814
+ color: '#0055CCFF'
+ - uid: 7557
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,25.5
+ pos: -24.5,13.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5815
+ color: '#0055CCFF'
+ - uid: 7693
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,26.5
+ rot: -1.5707963267948966 rad
+ pos: 41.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5816
+ - uid: 7727
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,27.5
+ pos: -37.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5817
+ - uid: 7728
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,28.5
+ pos: -37.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5818
+ - uid: 7729
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 2.5,29.5
+ pos: -37.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5819
+ - uid: 7730
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,29.5
+ pos: -35.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5820
+ - uid: 7731
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,28.5
+ pos: -35.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5821
+ - uid: 7732
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,27.5
+ pos: -35.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5824
+ - uid: 7733
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,24.5
+ pos: -35.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5825
+ - uid: 7734
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,23.5
+ pos: -35.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5826
+ - uid: 7735
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,22.5
+ pos: -35.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5827
+ - uid: 7736
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,21.5
+ pos: -35.5,12.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5830
+ - uid: 7738
components:
- type: Transform
- pos: 4.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -37.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5831
+ color: '#990000FF'
+ - uid: 7739
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,17.5
+ pos: -37.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5832
+ color: '#990000FF'
+ - uid: 7740
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,16.5
+ pos: -37.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5833
+ color: '#990000FF'
+ - uid: 7741
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,15.5
+ pos: -37.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5836
+ color: '#990000FF'
+ - uid: 7742
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,12.5
+ pos: -37.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5838
+ color: '#990000FF'
+ - uid: 7743
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,10.5
+ pos: -37.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5839
+ color: '#990000FF'
+ - uid: 7801
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -5.5,-19.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7817
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 51.5,25.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 7825
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: 33.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5840
+ color: '#990000FF'
+ - uid: 7828
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 47.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5841
+ color: '#990000FF'
+ - uid: 7829
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 45.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5842
+ color: '#990000FF'
+ - uid: 7834
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 4.5,6.5
+ pos: 64.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5843
+ - uid: 8049
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 43.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5844
+ color: '#990000FF'
+ - uid: 8089
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,5.5
+ pos: 62.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5845
+ - uid: 8210
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,5.5
+ rot: 3.141592653589793 rad
+ pos: 64.5,12.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5846
+ - uid: 8214
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,3.5
+ pos: 31.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5847
+ - uid: 8415
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,3.5
+ pos: 7.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5850
+ - uid: 8429
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 37.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5851
+ color: '#0055CCFF'
+ - uid: 8431
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,24.5
+ pos: 64.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5852
+ color: '#0055CCFF'
+ - uid: 8433
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,24.5
+ pos: 64.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5853
+ color: '#0055CCFF'
+ - uid: 8470
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,24.5
+ rot: 3.141592653589793 rad
+ pos: 54.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5854
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 5.5,25.5
- parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5855
+ - uid: 8494
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 6.5,25.5
+ pos: 50.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5857
+ color: '#990000FF'
+ - uid: 8505
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,25.5
+ pos: 38.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5858
+ color: '#990000FF'
+ - uid: 8516
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,25.5
+ pos: 39.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5859
+ color: '#990000FF'
+ - uid: 8521
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 0.5,25.5
+ pos: 53.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5860
+ color: '#990000FF'
+ - uid: 8564
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -0.5,25.5
+ pos: 52.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5861
+ color: '#990000FF'
+ - uid: 8569
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,24.5
+ pos: 34.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5862
+ - uid: 8755
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 0.5,24.5
+ pos: 35.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5863
+ - uid: 8776
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5866
+ - uid: 8777
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 8.5,24.5
+ pos: -11.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5872
+ - uid: 8778
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 3.5,17.5
+ pos: -12.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5873
+ - uid: 8779
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 4.5,17.5
+ pos: -13.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5874
+ - uid: 8780
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 5.5,17.5
+ pos: -14.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5875
+ - uid: 8781
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 6.5,17.5
+ pos: -15.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5876
+ - uid: 8785
components:
- type: Transform
- pos: 8.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5877
+ - uid: 8786
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5878
+ color: '#0055CCFF'
+ - uid: 8787
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -9.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5879
+ - uid: 8788
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5880
+ - uid: 8789
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5884
+ - uid: 8790
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 3.5,20.5
+ pos: -12.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5885
+ - uid: 8791
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,20.5
+ pos: -13.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5886
+ - uid: 8792
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,20.5
+ pos: -14.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5887
+ - uid: 8793
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 0.5,20.5
+ pos: -15.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5888
+ - uid: 8991
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,20.5
+ pos: 64.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5889
+ - uid: 8992
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -1.5,20.5
+ pos: 64.5,1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5890
+ - uid: 9014
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -2.5,20.5
+ pos: 40.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5891
+ color: '#990000FF'
+ - uid: 9015
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -3.5,20.5
+ pos: 49.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5899
+ color: '#990000FF'
+ - uid: 9016
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 48.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5900
+ color: '#990000FF'
+ - uid: 9017
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -19.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 46.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5901
+ color: '#990000FF'
+ - uid: 9018
components:
- type: Transform
- pos: -18.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5902
+ color: '#990000FF'
+ - uid: 9054
components:
- type: Transform
- pos: -18.5,21.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5903
+ - uid: 9059
components:
- type: Transform
- pos: -18.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: 52.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5904
+ - uid: 9075
components:
- type: Transform
- pos: -18.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: 58.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5905
+ - uid: 9176
components:
- type: Transform
- pos: -18.5,24.5
+ pos: -37.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5906
+ color: '#990000FF'
+ - uid: 9177
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -17.5,25.5
+ pos: -37.5,-2.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5907
+ color: '#990000FF'
+ - uid: 9178
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,25.5
+ pos: -37.5,-3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5908
+ color: '#990000FF'
+ - uid: 9199
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,25.5
+ pos: -37.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5909
+ color: '#990000FF'
+ - uid: 9201
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,25.5
+ pos: -37.5,-4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5910
+ color: '#990000FF'
+ - uid: 9206
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,25.5
+ pos: 64.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5911
+ - uid: 9222
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,25.5
+ rot: 3.141592653589793 rad
+ pos: -36.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5912
+ - uid: 9223
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,25.5
+ rot: 3.141592653589793 rad
+ pos: -38.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5913
+ color: '#990000FF'
+ - uid: 9349
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,25.5
+ pos: -25.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5914
+ - uid: 9350
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -9.5,25.5
+ pos: -25.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5915
+ - uid: 9351
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,25.5
+ pos: -24.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5918
+ - uid: 9352
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,23.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5919
+ - uid: 9377
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,22.5
+ pos: 64.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5920
+ - uid: 9388
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,20.5
+ pos: 64.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5921
+ - uid: 9731
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -4.5,21.5
+ pos: 47.5,16.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5922
+ - uid: 9816
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -22.5,21.5
+ pos: -4.5,-29.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5923
+ color: '#990000FF'
+ - uid: 9938
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,22.5
+ rot: -1.5707963267948966 rad
+ pos: 55.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5930
+ - uid: 9941
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 5.5,14.5
+ pos: 64.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5931
+ - uid: 9945
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 46.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5932
+ color: '#990000FF'
+ - uid: 9955
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 38.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5933
+ color: '#990000FF'
+ - uid: 9956
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 8.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 39.5,16.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5934
+ - uid: 10024
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 9.5,14.5
+ pos: 21.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5935
+ color: '#990000FF'
+ - uid: 10026
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 10.5,14.5
+ pos: 20.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5936
+ color: '#990000FF'
+ - uid: 10031
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 11.5,14.5
+ pos: 62.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5937
+ - uid: 10039
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 12.5,14.5
+ pos: 19.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5942
+ color: '#990000FF'
+ - uid: 10102
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 8.5,7.5
+ pos: 34.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5943
+ color: '#990000FF'
+ - uid: 10105
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5945
+ - uid: 10107
components:
- type: Transform
- pos: 9.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 35.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5946
+ - uid: 10120
components:
- type: Transform
- pos: 9.5,5.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,22.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5947
+ - uid: 10122
components:
- type: Transform
- pos: 9.5,6.5
+ rot: 3.141592653589793 rad
+ pos: 43.5,16.5
+ parent: 31
+ - uid: 10247
+ components:
+ - type: Transform
+ pos: -37.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5948
+ - uid: 10248
components:
- type: Transform
- pos: 9.5,7.5
+ pos: -37.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5949
+ - uid: 10249
components:
- type: Transform
- pos: 9.5,8.5
+ pos: -35.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5954
+ color: '#0055CCFF'
+ - uid: 10250
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,3.5
+ pos: -35.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5956
+ color: '#0055CCFF'
+ - uid: 10378
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -2.5,3.5
+ pos: 3.5,-29.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5957
+ color: '#0055CCFF'
+ - uid: 10379
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -3.5,3.5
+ pos: 2.5,-29.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5958
+ color: '#0055CCFF'
+ - uid: 10380
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -4.5,3.5
+ pos: 1.5,-29.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10382
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 1.5,-28.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5959
+ - uid: 10383
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,-28.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5961
+ color: '#990000FF'
+ - uid: 10384
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: -0.5,-28.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5962
+ color: '#990000FF'
+ - uid: 10387
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -1.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -24.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5965
+ - uid: 10388
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,4.5
+ pos: -24.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5966
+ color: '#0055CCFF'
+ - uid: 10389
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,5.5
+ pos: -24.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5967
+ color: '#0055CCFF'
+ - uid: 10390
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,6.5
+ pos: -24.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5968
+ color: '#0055CCFF'
+ - uid: 10391
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,7.5
+ pos: -24.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5970
+ color: '#0055CCFF'
+ - uid: 10392
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,9.5
+ pos: -24.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5972
+ color: '#0055CCFF'
+ - uid: 10393
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -4.5,6.5
+ pos: -24.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5974
+ - uid: 10394
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -4.5,8.5
+ pos: -24.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5975
+ - uid: 10396
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -4.5,9.5
+ pos: -24.5,-13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5984
+ - uid: 10397
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,10.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5985
+ - uid: 10398
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,10.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5986
+ - uid: 10399
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -8.5,11.5
+ pos: -23.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5987
+ - uid: 10400
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -8.5,12.5
+ pos: -23.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5990
+ - uid: 10402
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -5.5,13.5
+ pos: -23.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5995
+ color: '#990000FF'
+ - uid: 10403
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -8.5,15.5
+ pos: -23.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5996
+ - uid: 10405
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -8.5,16.5
+ pos: -23.5,-12.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5997
+ - uid: 10412
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -8.5,17.5
+ pos: 44.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5998
+ - uid: 10423
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,13.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5999
+ color: '#0055CCFF'
+ - uid: 10432
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 0.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6002
+ color: '#0055CCFF'
+ - uid: 10433
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -0.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6003
+ - uid: 10434
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6004
+ - uid: 10443
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-12.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6005
+ - uid: 10449
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 59.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6006
+ - uid: 10450
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,15.5
+ pos: -8.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6007
+ - uid: 10451
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,15.5
+ pos: -8.5,-24.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6008
+ - uid: 10452
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,15.5
+ pos: -8.5,-25.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6009
+ - uid: 10453
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,15.5
+ pos: -8.5,-26.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6011
+ - uid: 10454
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,14.5
+ pos: -8.5,-28.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6012
+ color: '#0055CCFF'
+ - uid: 10455
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,14.5
+ pos: -8.5,-29.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6013
+ color: '#0055CCFF'
+ - uid: 10456
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -9.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6014
+ color: '#0055CCFF'
+ - uid: 10457
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -5.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,-27.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6027
+ - uid: 10458
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -12.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,-27.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6028
+ - uid: 10459
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -12.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-27.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6029
+ - uid: 10460
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6030
+ color: '#0055CCFF'
+ - uid: 10461
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6031
+ color: '#0055CCFF'
+ - uid: 10462
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6034
+ color: '#0055CCFF'
+ - uid: 10469
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -4.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 0.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6035
+ - uid: 10470
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -3.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -0.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6036
+ - uid: 10471
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -2.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -1.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6037
+ - uid: 10472
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: -2.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6038
+ - uid: 10479
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -3.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 8.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6039
+ - uid: 10483
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -2.5,7.5
+ pos: -7.5,-20.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6040
+ color: '#990000FF'
+ - uid: 10484
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,7.5
+ pos: -7.5,-21.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6045
+ color: '#990000FF'
+ - uid: 10485
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,5.5
+ pos: -7.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6046
+ color: '#990000FF'
+ - uid: 10486
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,5.5
+ pos: -7.5,-23.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6047
+ color: '#990000FF'
+ - uid: 10487
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,5.5
+ pos: -7.5,-24.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6048
+ color: '#990000FF'
+ - uid: 10488
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,5.5
+ pos: -7.5,-25.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6049
+ color: '#990000FF'
+ - uid: 10489
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,5.5
+ pos: -8.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6052
+ color: '#990000FF'
+ - uid: 10490
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,5.5
+ pos: -9.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6053
+ color: '#990000FF'
+ - uid: 10491
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -13.5,5.5
+ pos: -10.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6054
+ color: '#990000FF'
+ - uid: 10492
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -14.5,5.5
+ pos: -11.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6055
+ color: '#990000FF'
+ - uid: 10493
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -15.5,5.5
+ pos: -12.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6056
+ color: '#990000FF'
+ - uid: 10494
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-26.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6057
+ color: '#990000FF'
+ - uid: 10507
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -17.5,5.5
+ pos: 45.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6058
+ color: '#990000FF'
+ - uid: 10508
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,5.5
+ pos: 64.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6059
+ - uid: 10509
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -19.5,5.5
+ pos: 43.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6060
+ color: '#990000FF'
+ - uid: 10510
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -20.5,5.5
+ pos: 41.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6061
+ color: '#990000FF'
+ - uid: 10511
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,5.5
+ rot: 3.141592653589793 rad
+ pos: 41.5,16.5
+ parent: 31
+ - uid: 10514
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 42.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6062
+ color: '#990000FF'
+ - uid: 10516
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -22.5,5.5
+ pos: 37.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6063
+ color: '#990000FF'
+ - uid: 10517
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -6.5,3.5
+ pos: 39.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6064
+ - uid: 10914
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,3.5
+ pos: 49.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6065
+ - uid: 10915
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,3.5
+ pos: 50.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6066
+ - uid: 10916
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,3.5
+ pos: 51.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6067
+ - uid: 10917
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -10.5,3.5
+ pos: 52.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6068
+ - uid: 10918
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -11.5,3.5
+ pos: 54.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6069
+ - uid: 10919
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,3.5
+ pos: 55.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6070
+ - uid: 10920
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6072
+ - uid: 10921
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6073
+ - uid: 10922
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6074
+ - uid: 10923
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -17.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6075
+ - uid: 10924
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6076
+ - uid: 10925
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -19.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6077
+ - uid: 10926
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 53.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6078
+ - uid: 10927
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 54.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6081
+ - uid: 10928
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -10.5,5.5
+ pos: 55.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6085
+ color: '#990000FF'
+ - uid: 10932
components:
- type: Transform
- pos: -24.5,4.5
+ pos: 48.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6086
+ - uid: 10933
components:
- type: Transform
- pos: -24.5,3.5
+ pos: 48.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6087
+ - uid: 10934
components:
- type: Transform
- pos: -24.5,2.5
+ pos: 48.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6088
+ - uid: 10935
components:
- type: Transform
- pos: -24.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 49.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6089
+ - uid: 10936
components:
- type: Transform
- pos: -24.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: 50.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6090
+ - uid: 10937
components:
- type: Transform
- pos: -24.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 52.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6091
+ - uid: 10938
components:
- type: Transform
- pos: -24.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6092
+ - uid: 10939
components:
- type: Transform
- pos: -16.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6093
+ - uid: 10940
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 55.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6094
+ - uid: 10941
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 56.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6097
+ - uid: 10942
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -24.5,9.5
+ pos: 57.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6102
+ color: '#0055CCFF'
+ - uid: 10944
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,9.5
+ pos: 48.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6103
+ color: '#0055CCFF'
+ - uid: 10945
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -26.5,9.5
+ pos: 48.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6104
+ color: '#0055CCFF'
+ - uid: 10946
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -25.5,8.5
+ pos: 49.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6105
+ - uid: 10947
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -26.5,8.5
+ pos: 50.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6107
+ - uid: 10948
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,8.5
+ rot: -1.5707963267948966 rad
+ pos: 51.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6108
+ color: '#0055CCFF'
+ - uid: 10949
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 52.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6109
+ color: '#0055CCFF'
+ - uid: 10950
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6110
+ color: '#0055CCFF'
+ - uid: 10951
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6111
+ color: '#0055CCFF'
+ - uid: 10952
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -23.5,4.5
+ pos: 47.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6113
+ color: '#0055CCFF'
+ - uid: 10953
components:
- type: Transform
- pos: -16.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 47.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6121
+ - uid: 11063
components:
- type: Transform
- pos: -23.5,2.5
+ pos: 46.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6122
+ - uid: 11064
components:
- type: Transform
- pos: -23.5,1.5
+ pos: 47.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6123
+ - uid: 11065
components:
- type: Transform
- pos: -23.5,0.5
+ pos: 47.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6124
+ - uid: 11066
components:
- type: Transform
- pos: -23.5,-0.5
+ pos: 47.5,19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6125
+ - uid: 11067
components:
- type: Transform
- pos: -23.5,-1.5
+ pos: 47.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6126
+ - uid: 11068
components:
- type: Transform
- pos: -23.5,-2.5
+ pos: 46.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6128
+ - uid: 11082
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 45.5,13.5
+ parent: 31
+ - uid: 11171
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -16.5,2.5
+ pos: 62.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6131
+ - uid: 11292
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 46.5,12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6132
+ - uid: 11293
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -26.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 45.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6133
+ - uid: 11303
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6134
+ color: '#0055CCFF'
+ - uid: 11304
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -24.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 35.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6139
+ color: '#0055CCFF'
+ - uid: 11401
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -30.5,5.5
+ pos: -38.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6140
+ color: '#990000FF'
+ - uid: 11402
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -31.5,5.5
+ pos: -36.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6142
+ - uid: 11403
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -33.5,5.5
+ pos: -37.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6143
+ - uid: 11404
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -34.5,5.5
+ pos: -38.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6145
+ - uid: 11405
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -31.5,3.5
+ pos: -39.5,-4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6146
+ color: '#0055CCFF'
+ - uid: 11437
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -32.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6147
+ color: '#0055CCFF'
+ - uid: 11469
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -33.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 60.5,12.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6148
+ - uid: 11474
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -34.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 56.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6149
+ color: '#0055CCFF'
+ - uid: 11476
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -35.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6153
+ color: '#0055CCFF'
+ - uid: 11478
components:
- type: Transform
- pos: -35.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 60.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6154
+ - uid: 11554
components:
- type: Transform
- pos: -35.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -10.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6155
+ - uid: 11555
components:
- type: Transform
- pos: -35.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: -11.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6156
+ - uid: 11556
components:
- type: Transform
- pos: -35.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6157
+ - uid: 11557
components:
- type: Transform
- pos: -35.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6158
+ - uid: 11558
components:
- type: Transform
- pos: -35.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -14.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6159
+ - uid: 11559
components:
- type: Transform
- pos: -35.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6160
+ - uid: 11560
components:
- type: Transform
- pos: -35.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: -16.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6161
+ - uid: 11561
components:
- type: Transform
- pos: -35.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: -17.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6162
+ - uid: 11562
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -39.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -18.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6163
+ color: '#0055CCFF'
+ - uid: 11563
components:
- type: Transform
- pos: -35.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: -19.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6164
+ - uid: 11564
components:
- type: Transform
- pos: -36.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6165
+ color: '#0055CCFF'
+ - uid: 11565
components:
- type: Transform
- pos: -36.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6167
+ color: '#0055CCFF'
+ - uid: 11566
components:
- type: Transform
- pos: -25.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: -22.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6170
+ - uid: 11568
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 32.5,3.5
+ pos: -24.5,-18.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6171
+ color: '#0055CCFF'
+ - uid: 11575
components:
- type: Transform
- pos: 32.5,6.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6172
+ - uid: 11576
components:
- type: Transform
- pos: 32.5,7.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6173
+ - uid: 11577
components:
- type: Transform
- pos: 32.5,8.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-19.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6176
+ color: '#990000FF'
+ - uid: 11578
components:
- type: Transform
- pos: 33.5,5.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6177
+ - uid: 11579
components:
- type: Transform
- pos: 33.5,4.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6178
+ - uid: 11580
components:
- type: Transform
- pos: 33.5,6.5
+ rot: 1.5707963267948966 rad
+ pos: -24.5,-21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6179
+ color: '#0055CCFF'
+ - uid: 11581
components:
- type: Transform
- pos: 33.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: -25.5,-21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6185
+ color: '#0055CCFF'
+ - uid: 11584
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 34.5,3.5
+ pos: -25.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6186
+ - uid: 11585
components:
- type: Transform
- pos: 32.5,4.5
+ pos: -26.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6187
+ - uid: 11586
components:
- type: Transform
- pos: 32.5,3.5
+ pos: -26.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6188
+ - uid: 11587
components:
- type: Transform
- pos: 32.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: -24.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6189
+ color: '#990000FF'
+ - uid: 11588
components:
- type: Transform
- pos: 32.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -23.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6190
+ color: '#990000FF'
+ - uid: 11589
components:
- type: Transform
- pos: 32.5,0.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6191
+ - uid: 11593
components:
- type: Transform
- pos: 32.5,-0.5
+ pos: -22.5,-26.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6192
+ - uid: 11594
components:
- type: Transform
- pos: 32.5,-1.5
+ pos: -22.5,-24.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6193
+ - uid: 11598
components:
- type: Transform
- pos: 33.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6194
+ color: '#0055CCFF'
+ - uid: 11599
components:
- type: Transform
- pos: 33.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6195
+ - uid: 11600
components:
- type: Transform
- pos: 33.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6196
+ - uid: 11601
components:
- type: Transform
- pos: 33.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,-21.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6200
+ color: '#0055CCFF'
+ - uid: 11602
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 40.5,6.5
+ pos: -30.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6201
+ - uid: 11606
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 41.5,6.5
+ pos: -27.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6202
+ - uid: 11607
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 42.5,6.5
+ pos: -27.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6203
+ color: '#990000FF'
+ - uid: 11610
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 43.5,6.5
+ pos: -26.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6206
+ color: '#990000FF'
+ - uid: 11759
components:
- type: Transform
- pos: 43.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,21.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6207
+ - uid: 11760
components:
- type: Transform
- pos: 43.5,5.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6208
+ - uid: 11761
components:
- type: Transform
- pos: 43.5,6.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6209
+ - uid: 11762
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 43.5,7.5
+ pos: 55.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6217
+ - uid: 11763
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 44.5,5.5
+ pos: 55.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6218
+ color: '#990000FF'
+ - uid: 11764
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 44.5,4.5
+ pos: 55.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6219
+ color: '#990000FF'
+ - uid: 11765
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 44.5,3.5
+ pos: 55.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6220
+ color: '#990000FF'
+ - uid: 11766
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 55.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6221
+ - uid: 11767
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 45.5,3.5
+ pos: 56.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6222
+ - uid: 11768
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 46.5,3.5
+ pos: 57.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6224
+ - uid: 11769
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 48.5,3.5
+ pos: 58.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6225
+ - uid: 11802
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 45.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 72.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6227
+ color: '#990000FF'
+ - uid: 11803
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 47.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 73.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6229
+ color: '#990000FF'
+ - uid: 11804
components:
- type: Transform
- pos: 48.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 74.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6233
+ color: '#990000FF'
+ - uid: 11805
components:
- type: Transform
- pos: 48.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: 75.5,9.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11870
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 72.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6234
+ - uid: 11871
components:
- type: Transform
- pos: 49.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 72.5,1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6235
+ color: '#0055CCFF'
+ - uid: 11872
components:
- type: Transform
- pos: 49.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6236
+ color: '#0055CCFF'
+ - uid: 11883
components:
- type: Transform
- pos: 49.5,0.5
+ pos: 66.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6237
+ color: '#0055CCFF'
+ - uid: 12119
components:
- type: Transform
- pos: 49.5,-0.5
+ pos: 66.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6238
+ - uid: 12120
components:
- type: Transform
- pos: 49.5,-1.5
+ pos: 66.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6239
+ - uid: 12126
components:
- type: Transform
- pos: 48.5,0.5
+ rot: 3.141592653589793 rad
+ pos: 66.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6240
+ - uid: 12127
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 42.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 66.5,12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6247
+ - uid: 12143
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 47.5,12.5
+ pos: 46.5,15.5
parent: 31
- - uid: 6254
+ - uid: 12144
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 32.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: 44.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6260
+ - uid: 12145
components:
- type: Transform
- pos: 22.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 42.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6263
+ - uid: 12146
components:
- type: Transform
- pos: 38.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 40.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6264
+ - uid: 12147
components:
- type: Transform
- pos: 38.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 38.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6269
+ - uid: 12149
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 37.5,4.5
+ pos: 34.5,12.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6270
+ - uid: 12150
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 37.5,3.5
+ pos: 31.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6271
+ color: '#990000FF'
+ - uid: 12151
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 37.5,2.5
+ pos: 31.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6272
+ color: '#990000FF'
+ - uid: 12541
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,1.5
+ pos: 38.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6273
+ - uid: 12542
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,0.5
+ pos: 40.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6315
+ - uid: 12543
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,10.5
+ pos: 42.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6349
+ - uid: 12544
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,9.5
+ pos: 44.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6363
+ - uid: 12545
components:
- type: Transform
- pos: 37.5,21.5
+ pos: 46.5,21.5
parent: 31
- - uid: 6392
+ - uid: 12546
components:
- type: Transform
- pos: 43.5,8.5
+ pos: 46.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6409
+ - uid: 12547
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-17.5
+ pos: 44.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6411
+ - uid: 12548
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 45.5,9.5
+ pos: 42.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6439
+ - uid: 12549
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-16.5
+ pos: 40.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6465
+ - uid: 12550
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-16.5
+ pos: 38.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6480
+ - uid: 12551
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,-18.5
+ pos: 36.5,22.5
+ parent: 31
+- proto: GasPipeTJunction
+ entities:
+ - uid: 53
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 10.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6490
+ color: '#0055CCFF'
+ - uid: 97
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,-16.5
+ pos: 4.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6534
+ color: '#0055CCFF'
+ - uid: 351
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 46.5,9.5
+ pos: -23.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6549
- components:
- - type: Transform
- pos: 46.5,18.5
- parent: 31
- - uid: 6558
+ - uid: 536
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,16.5
+ pos: -3.5,-16.5
parent: 31
- - uid: 6559
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 926
components:
- type: Transform
- pos: 44.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: -9.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6562
+ - uid: 1231
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 46.5,8.5
+ pos: 39.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6569
+ - uid: 1723
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 45.5,8.5
+ pos: 37.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6572
+ - uid: 1796
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -24.5,-12.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6573
+ - uid: 2282
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 25.5,16.5
+ pos: -5.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6577
+ - uid: 2868
components:
- type: Transform
- pos: 37.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: 4.5,-19.5
parent: 31
- - uid: 6579
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3386
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 48.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,-14.5
parent: 31
- - uid: 6580
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 3389
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,-15.5
parent: 31
- - uid: 6604
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3390
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,-16.5
+ pos: -24.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6619
+ color: '#0055CCFF'
+ - uid: 3420
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,-16.5
+ rot: 1.5707963267948966 rad
+ pos: 18.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6633
+ - uid: 3707
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 49.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,-1.5
parent: 31
- - uid: 6634
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 3834
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -13.5,-16.5
+ pos: 8.5,-13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6642
+ - uid: 3860
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,-16.5
+ pos: -37.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6647
+ - uid: 3940
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 43.5,11.5
- parent: 31
- - uid: 6693
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-17.5
+ pos: -35.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6696
+ - uid: 4181
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-16.5
+ pos: -8.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6712
+ - uid: 4347
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,-16.5
+ rot: 1.5707963267948966 rad
+ pos: 9.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6713
+ color: '#0055CCFF'
+ - uid: 4372
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -23.5,-15.5
+ pos: 63.5,2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6714
+ - uid: 4552
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,-16.5
+ pos: 68.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6715
+ - uid: 4571
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-16.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6716
+ - uid: 4650
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -19.5,-16.5
+ pos: 67.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6717
+ - uid: 4708
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -17.5,-16.5
+ pos: 33.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6718
+ - uid: 4731
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,-16.5
+ pos: 38.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6719
+ - uid: 5064
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -16.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 7.5,25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6727
+ color: '#0055CCFF'
+ - uid: 5342
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 45.5,12.5
+ pos: 4.5,-17.5
parent: 31
- - uid: 6734
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5374
components:
- type: Transform
- pos: 30.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,-23.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6741
+ - uid: 5380
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 64.5,2.5
+ pos: 8.5,-20.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6749
+ - uid: 5392
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 37.5,25.5
+ pos: 3.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6755
+ - uid: 5396
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 70.5,5.5
+ pos: 7.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6765
+ - uid: 5397
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 70.5,9.5
+ rot: 3.141592653589793 rad
+ pos: 9.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6766
+ - uid: 5399
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,9.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6820
+ color: '#0055CCFF'
+ - uid: 5405
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 13.5,5.5
parent: 31
- - uid: 6830
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5419
components:
- type: Transform
- pos: 68.5,8.5
+ rot: 3.141592653589793 rad
+ pos: 15.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6834
+ - uid: 5422
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 39.5,14.5
+ pos: 10.5,5.5
parent: 31
- - uid: 6842
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5424
components:
- type: Transform
- pos: 68.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 21.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6895
+ - uid: 5425
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,16.5
+ pos: 22.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 6896
+ - uid: 5430
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 25.5,17.5
+ pos: 28.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6925
+ color: '#0055CCFF'
+ - uid: 5439
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 62.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 26.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 6926
+ - uid: 5458
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 61.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6945
+ color: '#0055CCFF'
+ - uid: 5459
components:
- type: Transform
- pos: 48.5,1.5
+ pos: 16.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7072
+ color: '#990000FF'
+ - uid: 5464
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 21.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7073
+ color: '#990000FF'
+ - uid: 5465
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 50.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 22.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7075
+ - uid: 5470
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 33.5,10.5
+ pos: 3.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7076
+ color: '#0055CCFF'
+ - uid: 5471
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 33.5,10.5
+ pos: 20.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7129
+ - uid: 5481
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -26.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: 20.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7131
+ - uid: 5488
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -27.5,-8.5
+ pos: 9.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7132
+ - uid: 5491
components:
- type: Transform
- pos: 34.5,20.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,-1.5
parent: 31
- - uid: 7143
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 5500
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-8.5
+ pos: -8.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7152
+ - uid: 5516
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-8.5
+ rot: 3.141592653589793 rad
+ pos: -1.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7156
+ color: '#0055CCFF'
+ - uid: 5528
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -31.5,-8.5
+ pos: -13.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7175
+ - uid: 5571
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -32.5,-9.5
+ pos: 11.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7179
+ - uid: 5572
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 10.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7180
+ - uid: 5574
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,2.5
+ rot: 3.141592653589793 rad
+ pos: 15.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7182
+ - uid: 5577
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 54.5,2.5
+ pos: 15.5,-10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7205
+ color: '#990000FF'
+ - uid: 5579
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 55.5,3.5
+ pos: 12.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7206
+ - uid: 5584
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 54.5,3.5
+ pos: 12.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7207
+ color: '#0055CCFF'
+ - uid: 5586
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 16.5,-8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7208
+ color: '#0055CCFF'
+ - uid: 5587
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 50.5,3.5
+ rot: 3.141592653589793 rad
+ pos: 17.5,-10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7210
+ - uid: 5592
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 17.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7212
+ - uid: 5600
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 53.5,2.5
+ rot: 1.5707963267948966 rad
+ pos: 16.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7218
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 53.5,3.5
- parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7257
+ - uid: 5626
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-10.5
+ pos: 15.5,-15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7266
+ color: '#0055CCFF'
+ - uid: 5686
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: 14.5,-20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7267
+ color: '#0055CCFF'
+ - uid: 5715
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: 4.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7268
+ color: '#0055CCFF'
+ - uid: 5769
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-13.5
+ rot: 1.5707963267948966 rad
+ pos: -8.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7270
+ - uid: 5772
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -24.5,-8.5
+ pos: -24.5,-3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7271
+ color: '#0055CCFF'
+ - uid: 5801
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,12.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7309
+ - uid: 5806
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 31.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7311
+ - uid: 5807
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 44.5,25.5
+ pos: 4.5,19.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7312
+ color: '#0055CCFF'
+ - uid: 5812
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 42.5,25.5
+ pos: 4.5,26.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7382
+ color: '#0055CCFF'
+ - uid: 5822
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 42.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,23.5
parent: 31
- - uid: 7413
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5829
components:
- type: Transform
- pos: 2.5,-19.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7419
+ - uid: 5834
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -32.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: 4.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7470
+ - uid: 5835
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: 4.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7557
+ - uid: 5856
components:
- type: Transform
- pos: -24.5,13.5
+ pos: 3.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7693
+ - uid: 5867
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 41.5,25.5
+ pos: 7.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7727
+ - uid: 5881
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -37.5,4.5
+ pos: 7.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7728
+ - uid: 5955
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -37.5,5.5
+ pos: -1.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7729
+ - uid: 5960
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,6.5
+ pos: -2.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7730
+ color: '#0055CCFF'
+ - uid: 5963
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -35.5,6.5
+ pos: -4.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7731
+ - uid: 5964
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -35.5,7.5
+ pos: -5.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7732
+ color: '#990000FF'
+ - uid: 5969
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: -5.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7733
+ color: '#990000FF'
+ - uid: 5973
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: -4.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7734
+ - uid: 5980
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -35.5,10.5
+ pos: -8.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7735
+ color: '#990000FF'
+ - uid: 5989
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7736
+ color: '#990000FF'
+ - uid: 5994
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -35.5,12.5
+ pos: -7.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 7738
+ - uid: 6000
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7739
+ - uid: 6010
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -37.5,8.5
+ pos: -11.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7740
+ color: '#0055CCFF'
+ - uid: 6050
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -37.5,9.5
+ pos: -14.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7741
+ - uid: 6051
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,10.5
+ pos: -11.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7742
+ color: '#0055CCFF'
+ - uid: 6079
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -37.5,11.5
+ pos: -22.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7743
+ - uid: 6084
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,12.5
+ pos: -25.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7801
+ color: '#0055CCFF'
+ - uid: 6112
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,-19.5
+ pos: -16.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7817
+ color: '#0055CCFF'
+ - uid: 6114
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,-16.5
+ parent: 31
+ - uid: 6135
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -30.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7825
+ - uid: 6136
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 33.5,25.5
+ pos: -29.5,5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7828
+ color: '#0055CCFF'
+ - uid: 6199
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 47.5,25.5
+ rot: 3.141592653589793 rad
+ pos: 41.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 7829
+ - uid: 6204
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 45.5,25.5
+ pos: 44.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8049
+ color: '#0055CCFF'
+ - uid: 6213
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 43.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 20.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8089
+ - uid: 6216
components:
- type: Transform
- pos: 62.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 43.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8214
+ color: '#990000FF'
+ - uid: 6223
components:
- type: Transform
- pos: 31.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 46.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8415
+ color: '#0055CCFF'
+ - uid: 6226
components:
- type: Transform
- pos: 7.5,18.5
+ pos: 47.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8437
+ - uid: 6249
components:
- type: Transform
- pos: 31.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: 22.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8470
+ color: '#0055CCFF'
+ - uid: 6334
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,24.5
+ rot: 1.5707963267948966 rad
+ pos: 32.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8494
+ color: '#0055CCFF'
+ - uid: 6532
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 50.5,25.5
+ pos: -23.5,-18.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8505
+ color: '#0055CCFF'
+ - uid: 6571
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: -22.5,-18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8516
+ - uid: 6748
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 39.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 62.5,8.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8521
+ color: '#0055CCFF'
+ - uid: 6756
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 53.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 62.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8564
+ color: '#0055CCFF'
+ - uid: 6763
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8569
+ - uid: 6828
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 34.5,25.5
+ pos: 69.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8755
+ - uid: 6943
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 35.5,25.5
+ pos: 49.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8776
+ - uid: 6944
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,10.5
+ pos: 48.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8777
+ color: '#0055CCFF'
+ - uid: 7095
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,10.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,19.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8778
+ color: '#0055CCFF'
+ - uid: 7159
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,10.5
+ pos: 8.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8779
+ color: '#0055CCFF'
+ - uid: 7352
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -13.5,10.5
+ pos: 66.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8780
+ - uid: 7369
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 9.5,-16.5
+ parent: 31
+ - uid: 7412
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 2.5,-28.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8781
+ - uid: 7457
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -15.5,10.5
+ pos: -23.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 8785
+ - uid: 7465
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -7.5,11.5
+ pos: 4.5,-29.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 8786
+ - uid: 7504
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,11.5
+ pos: -36.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8787
+ color: '#990000FF'
+ - uid: 7547
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -9.5,11.5
+ pos: 64.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 8788
+ - uid: 8105
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,11.5
+ pos: -9.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 8789
+ - uid: 8106
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,11.5
+ pos: -7.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8790
+ color: '#990000FF'
+ - uid: 8783
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,11.5
+ pos: -5.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 8791
+ - uid: 8872
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8792
+ color: '#990000FF'
+ - uid: 8877
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,11.5
+ pos: 34.5,5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 8793
+ - uid: 8878
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,11.5
+ rot: 3.141592653589793 rad
+ pos: 35.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8992
+ color: '#990000FF'
+ - uid: 10041
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 41.5,13.5
+ rot: 1.5707963267948966 rad
+ pos: 19.5,-9.5
parent: 31
- - uid: 9014
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 10251
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 40.5,25.5
+ pos: -35.5,-6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9015
+ color: '#0055CCFF'
+ - uid: 10401
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 49.5,25.5
+ pos: -23.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9016
+ - uid: 10414
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 48.5,25.5
+ rot: 1.5707963267948966 rad
+ pos: 31.5,16.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9017
+ - uid: 10415
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 46.5,25.5
+ pos: -2.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9018
+ color: '#0055CCFF'
+ - uid: 10429
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 36.5,25.5
+ pos: -7.5,-26.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9152
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 43.5,13.5
- parent: 31
- - uid: 9176
+ - uid: 10430
components:
- type: Transform
- pos: -37.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9177
+ color: '#0055CCFF'
+ - uid: 10515
components:
- type: Transform
- pos: -37.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 35.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9178
+ color: '#0055CCFF'
+ - uid: 10910
components:
- type: Transform
- pos: -37.5,-3.5
+ rot: 1.5707963267948966 rad
+ pos: 49.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9199
+ - uid: 10911
components:
- type: Transform
- pos: -37.5,-1.5
+ pos: 53.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9201
+ - uid: 10912
components:
- type: Transform
- pos: -37.5,-4.5
+ anchored: False
+ rot: 1.5707963267948966 rad
+ pos: 53.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 9222
+ - type: Physics
+ canCollide: True
+ bodyType: Dynamic
+ - uid: 10931
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -36.5,14.5
+ rot: 1.5707963267948966 rad
+ pos: 48.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 9223
+ - uid: 10943
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -38.5,15.5
+ pos: 51.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 9349
+ color: '#0055CCFF'
+ - uid: 10954
components:
- type: Transform
- pos: -25.5,17.5
+ rot: 3.141592653589793 rad
+ pos: 48.5,-8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 9350
+ - uid: 11406
components:
- type: Transform
- pos: -25.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -35.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 9351
+ - uid: 11574
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -24.5,19.5
+ pos: -23.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 9352
+ - uid: 11582
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,19.5
+ pos: -26.5,-21.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 9816
+ - uid: 11583
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,-29.5
+ pos: -25.5,-22.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10024
+ - uid: 11592
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 21.5,-11.5
+ pos: -22.5,-25.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10026
+ color: '#0055CCFF'
+ - uid: 11801
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,-11.5
+ pos: 74.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10031
+ - uid: 11807
components:
- type: Transform
- pos: 62.5,6.5
+ rot: 3.141592653589793 rad
+ pos: 75.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10039
+ - uid: 11808
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 74.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10120
+ color: '#0055CCFF'
+ - uid: 11809
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 55.5,22.5
+ pos: 73.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10122
+ color: '#0055CCFF'
+ - uid: 11873
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,15.5
+ pos: 67.5,-1.5
parent: 31
- - uid: 10247
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 11874
components:
- type: Transform
- pos: -37.5,-7.5
+ pos: 68.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10248
+ color: '#0055CCFF'
+ - uid: 11875
components:
- type: Transform
- pos: -37.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 66.5,-1.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10249
+ color: '#0055CCFF'
+ - uid: 11876
components:
- type: Transform
- pos: -35.5,-7.5
+ pos: 65.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10250
+ - uid: 11880
components:
- type: Transform
- pos: -35.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10378
+ - uid: 11881
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 67.5,0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10379
+ - uid: 12148
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 2.5,-29.5
+ pos: 34.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10380
+ - uid: 12249
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 1.5,-29.5
+ pos: 33.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10382
+- proto: GasPort
+ entities:
+ - uid: 188
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-28.5
+ pos: -11.5,-28.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10383
+ - uid: 1329
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 32.5,16.5
+ parent: 31
+ - uid: 6502
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 0.5,-28.5
+ pos: 31.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10384
+ - uid: 6854
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 65.5,6.5
+ parent: 31
+ - uid: 6893
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -0.5,-28.5
+ pos: 31.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10387
+ - uid: 11147
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-4.5
+ pos: 63.5,4.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10388
+ - uid: 11886
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -24.5,-5.5
+ pos: 68.5,-3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10389
+ - uid: 11887
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -24.5,-6.5
+ pos: 67.5,-3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10390
+ - uid: 12045
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -24.5,-7.5
+ pos: 63.5,5.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10391
+ - uid: 12153
components:
+ - type: MetaData
+ desc: A note attached reads, "Your gas supply is large, but finite. Buy more gas from Logistics if you run out."
+ name: gas input
- type: Transform
rot: 3.141592653589793 rad
- pos: -24.5,-8.5
+ pos: 31.5,13.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10392
+ - uid: 12553
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-9.5
+ pos: 34.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10393
+ - uid: 12554
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: 68.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10394
+ - uid: 12555
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-11.5
+ pos: 36.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10396
+ - uid: 12557
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-13.5
+ pos: 38.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10397
+ - uid: 12559
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-4.5
+ pos: 40.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10398
+ - uid: 12561
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-5.5
+ pos: 42.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10399
+ - uid: 12563
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-6.5
+ pos: 44.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10400
+ - uid: 12564
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-7.5
+ pos: 44.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10402
+ - uid: 12565
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-9.5
+ pos: 46.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10403
+- proto: GasPressurePump
+ entities:
+ - uid: 555
components:
+ - type: MetaData
+ desc: A pump that moves tritium by pressure.
+ name: tritium pump
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-10.5
+ pos: 45.5,17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10405
+ - type: GasPressurePump
+ targetPressure: 1
+ - uid: 842
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: -12.5,-29.5
+ parent: 31
+ - uid: 905
+ components:
+ - type: MetaData
+ desc: A pump that moves O2 by pressure.
+ name: O2 pump
+ - type: Transform
+ pos: 37.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10414
+ color: '#0055CCFF'
+ - uid: 1513
components:
+ - type: MetaData
+ desc: A pump that moves N2O by pressure.
+ name: N2O pump
- type: Transform
- rot: 3.141592653589793 rad
- pos: 43.5,16.5
+ pos: 39.5,17.5
parent: 31
- - uid: 10432
+ - type: GasPressurePump
+ targetPressure: 1
+ - uid: 1517
components:
+ - type: MetaData
+ desc: A pump that moves N2 by pressure.
+ name: N2 pump
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,-14.5
+ pos: 35.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10433
+ - uid: 1570
components:
+ - type: MetaData
+ desc: A pump that moves plasma by pressure.
+ name: plasma pump
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -0.5,-14.5
+ pos: 43.5,17.5
+ parent: 31
+ - type: GasPressurePump
+ targetPressure: 1
+ - uid: 1573
+ components:
+ - type: MetaData
+ desc: A pump that moves CO2 by pressure.
+ name: CO2 pump
+ - type: Transform
+ pos: 41.5,17.5
+ parent: 31
+ - type: GasPressurePump
+ targetPressure: 1
+ - uid: 3765
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 33.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10434
+ color: '#990000FF'
+ - uid: 4124
components:
+ - type: MetaData
+ name: atmos to active coolant
- type: Transform
rot: 1.5707963267948966 rad
- pos: -1.5,-14.5
+ pos: 63.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10443
+ - uid: 4363
components:
+ - type: MetaData
+ name: passive coolant removal
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-12.5
+ pos: 63.5,6.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10450
+ - uid: 4388
components:
+ - type: MetaData
+ name: waste to filters
- type: Transform
- pos: -8.5,-23.5
+ rot: 3.141592653589793 rad
+ pos: 33.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10451
+ color: '#990000FF'
+ - uid: 4389
components:
+ - type: MetaData
+ name: atmos to distro
- type: Transform
- pos: -8.5,-24.5
+ pos: 34.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10452
+ - uid: 6351
components:
+ - type: MetaData
+ desc: A pump that moves H2O by pressure.
+ name: H2O pump
- type: Transform
- pos: -8.5,-25.5
+ pos: 47.5,17.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10453
+ - uid: 7663
components:
- type: Transform
- pos: -8.5,-26.5
+ pos: 9.5,-15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10454
+ - uid: 9058
components:
+ - type: MetaData
+ name: gas mix to Supermatter coolant
- type: Transform
- pos: -8.5,-28.5
+ rot: 1.5707963267948966 rad
+ pos: 48.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10455
+ - uid: 9079
components:
+ - type: MetaData
+ name: supermatter waste gas
- type: Transform
- pos: -8.5,-29.5
+ pos: 31.5,17.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10456
+ color: '#990000FF'
+ - uid: 11026
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,-27.5
+ pos: 44.5,13.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10457
+ - type: GasPressurePump
+ targetPressure: 4500
+ - uid: 11080
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,-27.5
+ rot: 1.5707963267948966 rad
+ pos: 44.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10458
+ - type: GasPressurePump
+ targetPressure: 4500
+ - uid: 11149
components:
+ - type: MetaData
+ name: passive coolant input
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-27.5
+ pos: 63.5,3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10459
+ - uid: 11294
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,-27.5
+ rot: 1.5707963267948966 rad
+ pos: 44.5,12.5
+ parent: 31
+ - type: GasPressurePump
+ targetPressure: 4500
+ - uid: 11884
+ components:
+ - type: MetaData
+ name: active coolant removal
+ - type: Transform
+ pos: 67.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10460
+ - uid: 11885
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: 68.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10461
+ - uid: 12556
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -14.5,-27.5
+ pos: 67.5,10.5
+ parent: 31
+- proto: GasThermoMachineFreezer
+ entities:
+ - uid: 5552
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -16.5,-5.5
+ parent: 31
+ - uid: 6720
+ components:
+ - type: Transform
+ pos: 62.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10462
+ - uid: 8125
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: 7.5,-17.5
+ parent: 31
+ - uid: 8860
+ components:
+ - type: Transform
+ pos: 38.5,11.5
+ parent: 31
+ - uid: 11878
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 64.5,-2.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10469
+ - uid: 11879
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 0.5,-16.5
+ rot: 3.141592653589793 rad
+ pos: 65.5,-2.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10470
+ color: '#0055CCFF'
+ - uid: 12251
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,-16.5
+ pos: 32.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10471
+ color: '#0055CCFF'
+- proto: GasThermoMachineHeater
+ entities:
+ - uid: 8861
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -1.5,-16.5
+ pos: 39.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10472
+ - uid: 12252
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -2.5,-16.5
+ pos: 33.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10479
+ color: '#0055CCFF'
+- proto: GasValve
+ entities:
+ - uid: 8455
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 8.5,-17.5
+ rot: 3.141592653589793 rad
+ pos: 66.5,9.5
parent: 31
- - uid: 10483
+ - uid: 9077
components:
+ - type: MetaData
+ name: atmos to core coolant
- type: Transform
- pos: -7.5,-20.5
+ pos: 64.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10484
+ color: '#0055CCFF'
+ - uid: 9508
components:
- type: Transform
- pos: -7.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: 48.5,17.5
parent: 31
+ - type: GasValve
+ open: False
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 10485
+- proto: GasVentPump
+ entities:
+ - uid: 65
components:
- type: Transform
- pos: -7.5,-22.5
+ pos: 15.5,-7.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10486
+ color: '#0055CCFF'
+ - uid: 100
components:
- type: Transform
- pos: -7.5,-23.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,-17.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10487
+ color: '#0055CCFF'
+ - uid: 716
components:
- type: Transform
- pos: -7.5,-24.5
+ pos: 7.5,26.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10488
+ color: '#0055CCFF'
+ - uid: 977
components:
- type: Transform
- pos: -7.5,-25.5
+ pos: 10.5,26.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10489
+ color: '#0055CCFF'
+ - uid: 1094
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,-26.5
+ pos: 21.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10490
+ color: '#0055CCFF'
+ - uid: 1230
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,-26.5
+ pos: 9.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10491
+ color: '#0055CCFF'
+ - uid: 1305
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -10.5,-26.5
+ pos: -18.5,-12.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10492
+ color: '#0055CCFF'
+ - uid: 1688
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-26.5
+ pos: -36.5,18.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10493
+ color: '#0055CCFF'
+ - uid: 2213
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -12.5,-26.5
+ pos: 10.5,-14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10494
+ color: '#0055CCFF'
+ - uid: 3116
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -13.5,-26.5
+ pos: 26.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10914
+ color: '#0055CCFF'
+ - uid: 3368
components:
- type: Transform
- pos: 49.5,-2.5
+ pos: -5.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10915
+ color: '#0055CCFF'
+ - uid: 3419
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 50.5,-3.5
+ pos: 12.5,26.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10916
+ color: '#0055CCFF'
+ - uid: 3835
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,-3.5
+ rot: 3.141592653589793 rad
+ pos: 19.5,-17.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10917
+ color: '#0055CCFF'
+ - uid: 4013
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,-3.5
+ rot: 3.141592653589793 rad
+ pos: -9.5,-22.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10918
+ color: '#0055CCFF'
+ - uid: 4185
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 54.5,-3.5
+ pos: -7.5,20.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10919
+ color: '#0055CCFF'
+ - uid: 4266
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 55.5,-3.5
+ pos: 23.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10920
+ color: '#0055CCFF'
+ - uid: 4267
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 53.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: 26.5,16.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10921
+ color: '#0055CCFF'
+ - uid: 4303
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 53.5,-5.5
+ pos: -2.5,-15.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10922
+ color: '#0055CCFF'
+ - uid: 4468
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 53.5,-6.5
+ pos: 15.5,-28.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10923
+ color: '#0055CCFF'
+ - uid: 4484
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 53.5,-7.5
+ pos: -35.5,-9.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10924
+ color: '#0055CCFF'
+ - uid: 5365
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 53.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,-5.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10925
+ color: '#0055CCFF'
+ - uid: 5472
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 53.5,-9.5
+ pos: 3.5,6.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10926
+ color: '#0055CCFF'
+ - uid: 5476
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 53.5,-10.5
+ pos: 22.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10927
+ color: '#0055CCFF'
+ - uid: 5479
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 54.5,-7.5
+ pos: 14.5,11.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10928
+ color: '#0055CCFF'
+ - uid: 5495
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 55.5,-7.5
+ pos: 8.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10932
+ color: '#0055CCFF'
+ - uid: 5542
components:
- type: Transform
- pos: 48.5,-2.5
+ pos: -12.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10933
+ - uid: 5543
components:
- type: Transform
- pos: 48.5,-3.5
+ pos: -1.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10934
+ - uid: 5546
components:
- type: Transform
- pos: 48.5,-4.5
+ rot: 1.5707963267948966 rad
+ pos: -17.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10935
+ - uid: 5605
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,-5.5
+ pos: 16.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10936
+ - uid: 5606
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 50.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 12.5,-9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10937
+ - uid: 5638
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-16.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10938
+ - uid: 5666
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 53.5,-5.5
+ pos: 23.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10939
+ - uid: 5698
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 54.5,-5.5
+ pos: 9.5,-25.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10940
+ - uid: 5700
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 55.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: -12.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10941
+ - uid: 5848
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 56.5,-5.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10942
+ - uid: 5868
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 57.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 3.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10944
+ - uid: 5869
components:
- type: Transform
- pos: 48.5,-6.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,25.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10945
+ - uid: 5870
components:
- type: Transform
- pos: 48.5,-7.5
+ pos: 4.5,30.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10946
+ - uid: 5929
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 49.5,-8.5
+ pos: -21.5,23.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10947
+ - uid: 5941
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 50.5,-8.5
+ pos: 13.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10948
+ - uid: 5950
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 7.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10949
+ - uid: 6018
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,15.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10950
+ - uid: 6033
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 53.5,-8.5
+ pos: -12.5,19.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10951
+ - uid: 6041
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 54.5,-8.5
+ pos: -0.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10952
+ - uid: 6043
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 47.5,-9.5
+ pos: -2.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 10953
+ - uid: 6071
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 47.5,-10.5
+ pos: -11.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11049
+ - uid: 6118
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,11.5
+ rot: 1.5707963267948966 rad
+ pos: -27.5,8.5
parent: 31
- - uid: 11058
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6119
components:
- type: Transform
- pos: 48.5,19.5
+ rot: 3.141592653589793 rad
+ pos: -25.5,4.5
parent: 31
- - uid: 11063
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6138
components:
- type: Transform
- pos: 46.5,20.5
+ rot: 3.141592653589793 rad
+ pos: -29.5,4.5
parent: 31
- - uid: 11064
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6151
components:
- type: Transform
- pos: 47.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: -36.5,5.5
parent: 31
- - uid: 11065
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6169
components:
- type: Transform
- pos: 47.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: -36.5,-6.5
parent: 31
- - uid: 11066
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6184
components:
- type: Transform
- pos: 47.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 34.5,4.5
parent: 31
- - uid: 11067
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6197
components:
- type: Transform
- pos: 47.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 39.5,4.5
parent: 31
- - uid: 11068
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6262
components:
- type: Transform
- pos: 46.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 20.5,9.5
parent: 31
- - uid: 11079
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6268
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 39.5,11.5
+ pos: 38.5,-0.5
parent: 31
- - uid: 11082
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6275
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 45.5,13.5
+ rot: 3.141592653589793 rad
+ pos: 32.5,-2.5
parent: 31
- - uid: 11093
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6294
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 40.5,11.5
+ pos: 51.5,-4.5
parent: 31
- - uid: 11171
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 6478
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 62.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 47.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11289
+ - uid: 7099
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 40.5,13.5
+ pos: 32.5,11.5
parent: 31
- - uid: 11292
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7185
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 46.5,12.5
+ pos: 56.5,1.5
parent: 31
- - uid: 11293
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7335
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 45.5,11.5
+ pos: -3.5,-21.5
parent: 31
- - uid: 11401
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 7746
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -38.5,-5.5
+ pos: -35.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11402
+ color: '#0055CCFF'
+ - uid: 8384
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -36.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 47.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11403
+ - uid: 8417
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -37.5,-4.5
+ rot: 3.141592653589793 rad
+ pos: 8.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11404
+ - uid: 8794
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -38.5,-4.5
+ pos: -16.5,11.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11405
+ - uid: 8873
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -39.5,-4.5
+ pos: 3.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11437
+ - uid: 8875
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 50.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 28.5,4.5
parent: 31
- - uid: 11439
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8880
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 51.5,19.5
+ pos: 46.5,3.5
parent: 31
- - uid: 11469
+ - type: AtmosPipeColor
+ color: '#0055CCFF'
+ - uid: 8944
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 60.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 10.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11554
+ color: '#0055CCFF'
+ - uid: 10376
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -10.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,-30.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11555
+ - uid: 10377
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -11.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 0.5,-30.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11556
+ - uid: 10386
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: -25.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11557
+ - uid: 10407
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: -24.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11558
+ - uid: 10424
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -14.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,-30.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11559
+ - uid: 10427
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -15.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: -16.5,-27.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11560
+ - uid: 10929
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -16.5,-14.5
+ pos: 56.5,-9.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11561
+ - uid: 10930
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -17.5,-14.5
+ pos: 58.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11562
+ - uid: 11399
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,-14.5
+ pos: -40.5,-3.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11563
+ - uid: 11570
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -19.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: -25.5,-18.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11564
+ - uid: 11571
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: -26.5,-24.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11565
+ - uid: 11608
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,-14.5
+ rot: 1.5707963267948966 rad
+ pos: -32.5,-22.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 11566
+- proto: GasVentScrubber
+ entities:
+ - uid: 95
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: 15.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11568
+ color: '#990000FF'
+ - uid: 753
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -24.5,-18.5
+ rot: -1.5707963267948966 rad
+ pos: 22.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11575
+ color: '#990000FF'
+ - uid: 867
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -23.5,-19.5
+ pos: 7.5,23.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11576
+ color: '#990000FF'
+ - uid: 1029
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,-16.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11577
+ color: '#990000FF'
+ - uid: 1032
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -22.5,-19.5
+ pos: 10.5,23.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11578
+ - uid: 1140
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11579
+ - uid: 1542
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-21.5
+ pos: 35.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11580
+ - uid: 2208
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -24.5,-21.5
+ pos: -38.5,18.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11581
+ color: '#990000FF'
+ - uid: 3117
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,-21.5
+ pos: 21.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11584
+ color: '#990000FF'
+ - uid: 3118
components:
- type: Transform
- pos: -25.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: 26.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11585
+ - uid: 3274
components:
- type: Transform
- pos: -26.5,-23.5
+ pos: 41.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11586
+ color: '#990000FF'
+ - uid: 3840
components:
- type: Transform
- pos: -26.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 18.5,-18.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11587
+ color: '#990000FF'
+ - uid: 4279
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -24.5,-22.5
+ pos: 26.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11588
+ - uid: 4436
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: -3.5,-17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11589
+ - uid: 4486
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -23.5,-22.5
+ pos: -37.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11593
+ color: '#990000FF'
+ - uid: 4701
components:
- type: Transform
- pos: -22.5,-26.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,21.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11594
+ color: '#990000FF'
+ - uid: 4783
components:
- type: Transform
- pos: -22.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: 9.5,-23.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11598
+ color: '#990000FF'
+ - uid: 5332
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -28.5,-21.5
+ pos: 3.5,-6.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5473
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 3.5,2.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5474
+ components:
+ - type: Transform
+ pos: 7.5,4.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 5477
+ components:
+ - type: Transform
+ pos: 21.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11599
+ color: '#990000FF'
+ - uid: 5478
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 16.5,10.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11600
+ - uid: 5496
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 9.5,-0.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11601
+ - uid: 5541
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: -13.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11602
+ color: '#990000FF'
+ - uid: 5544
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: -8.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11606
+ color: '#990000FF'
+ - uid: 5545
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -27.5,-21.5
+ pos: -19.5,0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11607
+ color: '#990000FF'
+ - uid: 5597
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,-22.5
+ pos: 17.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11610
+ - uid: 5607
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -26.5,-22.5
+ rot: 3.141592653589793 rad
+ pos: 12.5,-11.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11759
+ - uid: 5637
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11760
+ - uid: 5665
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 22.5,-6.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11761
+ - uid: 5704
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,-28.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11762
+ - uid: 5765
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -7.5,13.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11763
+ - uid: 5849
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,18.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11764
+ - uid: 5864
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,24.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11765
+ - uid: 5865
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: 3.5,23.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11766
+ - uid: 5871
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 55.5,14.5
+ pos: 2.5,30.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11767
+ - uid: 5883
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 56.5,13.5
+ rot: -1.5707963267948966 rad
+ pos: 9.5,17.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11768
+ - uid: 5951
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 57.5,13.5
+ pos: 9.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11769
+ - uid: 6024
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 58.5,13.5
+ pos: -12.5,14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11802
+ - uid: 6032
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 72.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: -12.5,20.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11803
+ - uid: 6042
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 73.5,10.5
+ pos: -0.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11804
+ - uid: 6044
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 74.5,10.5
+ pos: -1.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11805
+ - uid: 6080
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 75.5,9.5
+ pos: -14.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 11870
+ - uid: 6117
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 72.5,2.5
+ pos: -27.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11871
+ color: '#990000FF'
+ - uid: 6120
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 72.5,1.5
+ pos: -22.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11872
+ color: '#990000FF'
+ - uid: 6137
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,-1.5
+ pos: -30.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11883
+ color: '#990000FF'
+ - uid: 6152
components:
- type: Transform
- pos: 66.5,-0.5
+ pos: -36.5,4.5
parent: 31
-- proto: GasPipeTJunction
- entities:
- - uid: 53
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 6168
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 10.5,25.5
+ pos: -36.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 97
+ color: '#990000FF'
+ - uid: 6267
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 39.5,-0.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 351
+ color: '#990000FF'
+ - uid: 6276
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,-11.5
+ rot: 3.141592653589793 rad
+ pos: 33.5,-1.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 536
+ - uid: 6413
components:
- type: Transform
- pos: -3.5,-16.5
+ rot: -1.5707963267948966 rad
+ pos: 47.5,9.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 926
+ - uid: 6552
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -9.5,-21.5
+ rot: -1.5707963267948966 rad
+ pos: 34.5,9.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1231
+ color: '#990000FF'
+ - uid: 6581
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 39.5,5.5
+ pos: 21.5,15.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1723
+ color: '#990000FF'
+ - uid: 7211
components:
- type: Transform
- pos: 37.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 56.5,3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1796
+ color: '#990000FF'
+ - uid: 7673
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -24.5,-12.5
+ pos: 7.5,-13.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 2282
+ color: '#990000FF'
+ - uid: 7745
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,15.5
+ pos: -37.5,14.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 2868
+ color: '#990000FF'
+ - uid: 8416
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,-19.5
+ pos: 7.5,19.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3386
+ color: '#990000FF'
+ - uid: 8438
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 18.5,-14.5
+ pos: -3.5,-19.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3389
+ - uid: 8795
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,-15.5
+ rot: 1.5707963267948966 rad
+ pos: -16.5,10.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3390
+ color: '#990000FF'
+ - uid: 8874
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -24.5,8.5
+ pos: 3.5,12.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3420
+ color: '#990000FF'
+ - uid: 8876
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 18.5,-11.5
+ pos: 26.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3707
+ - uid: 8879
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,-1.5
+ rot: 3.141592653589793 rad
+ pos: 47.5,2.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3834
+ color: '#990000FF'
+ - uid: 10252
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 8.5,-13.5
+ pos: -36.5,-5.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3860
+ - uid: 10375
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -37.5,13.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,-28.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 3940
+ - uid: 10385
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -35.5,13.5
+ pos: -22.5,-3.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4181
+ color: '#990000FF'
+ - uid: 10406
components:
- type: Transform
- pos: -8.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: -23.5,-13.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4347
+ color: '#990000FF'
+ - uid: 10420
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 9.5,-14.5
+ pos: -8.5,-19.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4372
+ color: '#990000FF'
+ - uid: 10425
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 63.5,2.5
+ pos: -7.5,-27.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4552
+ color: '#990000FF'
+ - uid: 10426
components:
- type: Transform
- pos: 68.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: -14.5,-26.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4571
+ - uid: 10495
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,7.5
+ rot: 3.141592653589793 rad
+ pos: -32.5,-14.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4650
+ - uid: 10906
components:
- type: Transform
- pos: 67.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 49.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4708
+ - uid: 10907
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 33.5,8.5
+ rot: 3.141592653589793 rad
+ pos: 56.5,-4.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 4731
+ - uid: 10908
components:
- type: Transform
- pos: 38.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 56.5,-7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5064
+ - uid: 10909
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 7.5,25.5
+ pos: 53.5,-11.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5342
+ color: '#990000FF'
+ - uid: 11400
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -40.5,-5.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
+ - uid: 11569
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 4.5,-17.5
+ pos: -20.5,-18.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5374
+ color: '#990000FF'
+ - uid: 11572
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,-23.5
+ rot: 3.141592653589793 rad
+ pos: -25.5,-24.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5380
+ - uid: 11596
components:
- type: Transform
- pos: 8.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-25.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5392
+ - uid: 11597
components:
- type: Transform
- pos: 3.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-27.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5396
+ color: '#0055CCFF'
+ - uid: 11609
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 7.5,3.5
+ pos: -30.5,-23.5
parent: 31
+ - type: DeviceNetwork
+ deviceLists:
+ - 11611
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5397
+- proto: GasVolumePump
+ entities:
+ - uid: 4547
components:
+ - type: MetaData
+ name: passive coolant volumetric pump
- type: Transform
- rot: 3.141592653589793 rad
- pos: 9.5,3.5
+ rot: -1.5707963267948966 rad
+ pos: 68.5,8.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5399
+ - uid: 10104
components:
+ - type: MetaData
+ name: passive coolant volumetric pump
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,5.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,8.5
+ parent: 31
+ - uid: 10503
+ components:
+ - type: Transform
+ pos: 76.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5405
+ - uid: 10504
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 13.5,5.5
+ pos: 75.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5419
+ - uid: 10505
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,3.5
+ pos: 74.5,4.5
parent: 31
- type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5422
+ color: '#0055CCFF'
+ - uid: 10506
components:
- type: Transform
- pos: 10.5,5.5
+ pos: 73.5,4.5
parent: 31
- type: AtmosPipeColor
color: '#0055CCFF'
- - uid: 5424
+ - uid: 11781
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 21.5,3.5
+ pos: 73.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5425
+ - uid: 11782
components:
- type: Transform
- pos: 22.5,5.5
+ pos: 74.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5430
+ color: '#990000FF'
+ - uid: 11783
components:
- type: Transform
- pos: 28.5,5.5
+ pos: 75.5,7.5
parent: 31
- type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5439
+ color: '#990000FF'
+ - uid: 11784
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 26.5,3.5
+ pos: 76.5,7.5
parent: 31
- type: AtmosPipeColor
color: '#990000FF'
- - uid: 5458
+- proto: Gauze
+ entities:
+ - uid: 1407
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,10.5
+ pos: 26.671059,21.801102
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5459
+ - uid: 10830
components:
- type: Transform
- pos: 16.5,11.5
+ pos: 12.447606,-4.278471
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5464
+- proto: GeigerCounterWallMount
+ entities:
+ - uid: 4350
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 21.5,11.5
+ pos: 65.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5465
+ - uid: 6954
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5470
+ - uid: 6956
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,5.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,4.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5471
+ - uid: 9461
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -13.5,-30.5
+ parent: 31
+- proto: GlimmerProber
+ entities:
+ - uid: 11651
+ components:
+ - type: Transform
+ pos: -13.5,-24.5
+ parent: 31
+- proto: GlowstickBase
+ entities:
+ - uid: 8848
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 27.737583,15.662895
+ parent: 31
+ - uid: 8999
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 27.649036,15.662895
+ parent: 31
+ - uid: 9037
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 27.826128,15.662895
+ parent: 31
+- proto: GlowstickBlue
+ entities:
+ - uid: 10987
+ components:
+ - type: Transform
+ pos: 52.729786,-1.2094907
+ parent: 31
+- proto: GravityGenerator
+ entities:
+ - uid: 7696
components:
- type: Transform
- pos: 20.5,10.5
+ pos: 58.5,-2.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5481
+- proto: Grille
+ entities:
+ - uid: 47
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 20.5,11.5
+ pos: 19.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5488
+ - uid: 64
components:
- type: Transform
- pos: 9.5,0.5
+ pos: 5.5,-4.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5491
+ - uid: 77
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 8.5,-1.5
+ rot: 1.5707963267948966 rad
+ pos: 44.5,-14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5500
+ - uid: 78
components:
- type: Transform
- pos: -8.5,0.5
+ pos: 5.5,-5.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5516
+ - uid: 101
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -1.5,-1.5
+ pos: -48.5,-12.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5528
+ - uid: 138
components:
- type: Transform
- pos: -13.5,0.5
+ pos: -49.5,-12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5571
+ - uid: 155
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 11.5,-10.5
+ pos: 44.5,-20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5572
+ - uid: 156
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 10.5,-8.5
+ pos: 45.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5574
+ - uid: 249
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-8.5
+ pos: 11.5,-16.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5577
+ - uid: 255
components:
- type: Transform
- pos: 15.5,-10.5
+ pos: 11.5,-6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5579
+ - uid: 267
components:
- type: Transform
- pos: 12.5,-10.5
+ pos: -50.5,-8.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5584
+ - uid: 338
components:
- type: Transform
- pos: 12.5,-8.5
+ pos: -8.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5586
+ - uid: 360
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 16.5,-8.5
+ pos: -13.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5587
+ - uid: 450
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 17.5,-10.5
+ pos: -23.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5592
+ - uid: 469
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 17.5,-6.5
+ pos: -35.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5600
+ - uid: 526
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 16.5,-5.5
+ pos: -15.5,-0.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5626
+ - uid: 571
components:
- type: Transform
- pos: 15.5,-15.5
+ pos: 2.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5686
+ - uid: 608
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 14.5,-20.5
+ pos: -14.5,-18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5715
+ - uid: 653
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-14.5
+ pos: 39.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5769
+ - uid: 655
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,13.5
+ pos: 35.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5772
+ - uid: 657
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-3.5
+ pos: -37.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5801
+ - uid: 665
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,12.5
+ pos: -41.5,5.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5806
+ - uid: 711
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,17.5
+ pos: 17.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5807
+ - uid: 749
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,19.5
+ pos: -44.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5812
+ - uid: 751
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,26.5
+ pos: -42.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5822
+ - uid: 754
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,23.5
+ pos: 36.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5829
+ - uid: 757
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 2.5,18.5
+ pos: 42.5,-14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5834
+ - uid: 772
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,14.5
+ pos: -42.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5835
+ - uid: 801
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,13.5
+ pos: -6.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5856
+ - uid: 811
components:
- type: Transform
- pos: 3.5,25.5
+ pos: -40.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5867
+ - uid: 835
components:
- type: Transform
- pos: 7.5,24.5
+ pos: 52.5,-2.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5881
+ - uid: 855
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,17.5
+ pos: 52.5,-6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5955
+ - uid: 856
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -1.5,3.5
+ pos: -42.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5960
+ - uid: 858
components:
- type: Transform
- pos: -2.5,5.5
+ pos: -44.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5963
+ - uid: 877
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -4.5,5.5
+ pos: -4.5,32.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5964
+ - uid: 904
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -5.5,3.5
+ pos: 40.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5969
+ - uid: 937
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,8.5
+ pos: 19.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5973
+ - uid: 1016
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -4.5,7.5
+ pos: 4.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5980
+ - uid: 1022
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,10.5
+ pos: -40.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5989
+ - uid: 1106
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,14.5
+ pos: 44.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5994
+ - uid: 1131
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,15.5
+ pos: -41.5,4.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6000
+ - uid: 1133
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -8.5,20.5
+ pos: 18.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6010
+ - uid: 1180
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,15.5
+ pos: -41.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6050
+ - uid: 1192
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -14.5,3.5
+ pos: -19.5,2.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6051
+ - uid: 1193
components:
- type: Transform
- pos: -11.5,5.5
+ pos: -18.5,2.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6079
+ - uid: 1225
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,3.5
+ pos: 25.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6084
+ - uid: 1237
components:
- type: Transform
- pos: -25.5,5.5
+ pos: -42.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6112
+ - uid: 1278
components:
- type: Transform
- pos: -16.5,5.5
+ pos: -10.5,19.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6114
+ - uid: 1396
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-16.5
+ pos: 10.5,31.5
parent: 31
- - uid: 6135
+ - uid: 1414
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -30.5,3.5
+ pos: -9.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6136
+ - uid: 1416
components:
- type: Transform
- pos: -29.5,5.5
+ pos: -13.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6199
+ - uid: 1430
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 41.5,3.5
+ pos: -43.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6204
+ - uid: 1434
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 44.5,6.5
+ pos: -24.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6213
+ - uid: 1435
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,15.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6216
+ - uid: 1436
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 43.5,3.5
+ pos: 23.5,-8.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6223
+ - uid: 1443
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 46.5,2.5
+ pos: 37.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6226
+ - uid: 1447
components:
- type: Transform
- pos: 47.5,3.5
+ pos: 20.5,-10.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6249
+ - uid: 1451
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 22.5,15.5
+ pos: -44.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6334
+ - uid: 1452
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 32.5,10.5
+ pos: -41.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6410
+ - uid: 1453
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,21.5
+ pos: -40.5,7.5
parent: 31
- - uid: 6532
+ - uid: 1454
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-18.5
+ pos: -43.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6564
+ - uid: 1455
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 37.5,14.5
+ pos: -40.5,9.5
parent: 31
- - uid: 6571
+ - uid: 1456
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,-18.5
+ pos: -41.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6644
+ - uid: 1460
components:
- type: Transform
- pos: 36.5,13.5
+ pos: -27.5,6.5
parent: 31
- - uid: 6748
+ - uid: 1462
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 62.5,8.5
+ pos: -29.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6756
+ - uid: 1468
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 62.5,7.5
+ pos: 20.5,-9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6763
+ - uid: 1489
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,4.5
+ pos: -11.5,8.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6828
+ - uid: 1491
components:
- type: Transform
- pos: 69.5,9.5
+ pos: 13.5,-4.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6943
+ - uid: 1522
components:
- type: Transform
- pos: 49.5,3.5
+ pos: 46.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6944
+ - uid: 1526
components:
- type: Transform
- pos: 48.5,2.5
+ pos: 23.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7095
+ - uid: 1529
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,19.5
+ pos: 44.5,-21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7159
+ - uid: 1547
components:
- type: Transform
- pos: 8.5,20.5
+ pos: 42.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7369
+ - uid: 1548
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,-16.5
+ pos: 38.5,20.5
parent: 31
- - uid: 7412
+ - uid: 1592
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 2.5,-28.5
+ pos: 19.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7457
+ - uid: 1602
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,-3.5
+ pos: 36.5,-0.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7465
+ - uid: 1604
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-29.5
+ rot: 3.141592653589793 rad
+ pos: 24.5,-8.5
+ parent: 31
+ - uid: 1614
+ components:
+ - type: Transform
+ pos: 2.5,-35.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7504
+ - uid: 1629
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -36.5,0.5
+ pos: 37.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8105
+ - uid: 1663
components:
- type: Transform
- pos: -9.5,-14.5
+ pos: 17.5,-14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8106
+ - uid: 1666
components:
- type: Transform
- pos: -7.5,-16.5
+ pos: 49.5,-6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8783
+ - uid: 1692
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -5.5,11.5
+ pos: -43.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8872
+ - uid: 1706
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 2.5,-6.5
+ pos: 41.5,26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8877
+ - uid: 1708
components:
- type: Transform
- pos: 34.5,5.5
+ pos: 17.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8878
+ - uid: 1709
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 35.5,3.5
+ pos: 34.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10041
+ - uid: 1710
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 19.5,-9.5
+ pos: 32.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10251
+ - uid: 1720
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,-6.5
+ pos: 32.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10401
+ - uid: 1721
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-8.5
+ pos: 34.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10415
+ - uid: 1722
components:
- type: Transform
- pos: -2.5,-14.5
+ pos: 30.5,4.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10429
+ - uid: 1728
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-26.5
+ pos: 1.5,-33.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10430
+ - uid: 1741
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,-27.5
+ pos: 44.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10910
+ - uid: 1757
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 49.5,-3.5
+ pos: -49.5,-8.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10911
+ - uid: 1759
components:
- type: Transform
- pos: 53.5,-3.5
+ pos: 19.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10912
+ - uid: 1760
components:
- type: Transform
- anchored: False
- rot: 1.5707963267948966 rad
- pos: 53.5,-7.5
+ pos: 20.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - type: Physics
- canCollide: True
- bodyType: Dynamic
- - uid: 10931
+ - uid: 1761
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,-5.5
+ pos: 21.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10943
+ - uid: 1762
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 51.5,-5.5
+ pos: 22.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10954
+ - uid: 1777
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 48.5,-8.5
+ pos: 17.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11406
+ - uid: 1803
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -35.5,-4.5
+ pos: 8.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11438
+ - uid: 1871
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,22.5
+ pos: -1.5,27.5
parent: 31
- - uid: 11440
+ - uid: 1872
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,22.5
+ pos: -0.5,27.5
parent: 31
- - uid: 11441
+ - uid: 1874
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,21.5
+ pos: 10.5,29.5
parent: 31
- - uid: 11442
+ - uid: 1875
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 52.5,20.5
+ pos: 9.5,31.5
parent: 31
- - uid: 11443
+ - uid: 1879
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 48.5,20.5
+ pos: 7.5,33.5
parent: 31
- - uid: 11574
+ - uid: 1880
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -23.5,-21.5
+ pos: 6.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11582
+ - uid: 1881
components:
- type: Transform
- pos: -26.5,-21.5
+ pos: 5.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11583
+ - uid: 1882
components:
- type: Transform
- pos: -25.5,-22.5
+ pos: 4.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11592
+ - uid: 1883
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -22.5,-25.5
+ pos: 3.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11801
+ - uid: 1884
components:
- type: Transform
- pos: 74.5,8.5
+ pos: 2.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11807
+ - uid: 1885
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 75.5,3.5
+ pos: 1.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11808
+ - uid: 1886
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 74.5,3.5
+ pos: 0.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11809
+ - uid: 1887
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 73.5,3.5
+ pos: -0.5,33.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11873
+ - uid: 1891
components:
- type: Transform
- pos: 67.5,-1.5
+ pos: 6.5,19.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11874
+ - uid: 1904
components:
- type: Transform
- pos: 68.5,-1.5
+ pos: -7.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11875
+ - uid: 1949
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 66.5,-1.5
+ pos: -10.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11876
+ - uid: 1959
components:
- type: Transform
- pos: 65.5,-1.5
+ pos: -11.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11880
+ - uid: 1969
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,0.5
+ pos: -10.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11881
+ - uid: 1996
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 67.5,0.5
+ pos: -7.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
-- proto: GasPort
- entities:
- - uid: 188
+ - uid: 2064
components:
- type: Transform
- pos: -11.5,-28.5
+ pos: -28.5,6.5
parent: 31
- - uid: 1329
+ - uid: 2095
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 32.5,16.5
+ pos: -25.5,9.5
parent: 31
- - uid: 6502
+ - uid: 2099
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,9.5
+ pos: -9.5,8.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6854
+ - uid: 2115
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 65.5,6.5
+ pos: 13.5,-1.5
parent: 31
- - uid: 6893
+ - uid: 2136
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 31.5,8.5
+ pos: 8.5,-7.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11147
+ - uid: 2149
components:
- type: Transform
- pos: 63.5,4.5
+ pos: 11.5,2.5
parent: 31
- - uid: 11886
+ - uid: 2150
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 68.5,-3.5
+ pos: 10.5,2.5
parent: 31
- - uid: 11887
+ - uid: 2151
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 67.5,-3.5
+ pos: 9.5,2.5
parent: 31
- - uid: 12045
+ - uid: 2152
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 63.5,5.5
+ pos: 8.5,2.5
parent: 31
-- proto: GasPressurePump
- entities:
- - uid: 555
+ - uid: 2153
components:
- - type: MetaData
- desc: A pump that moves tritium by pressure.
- name: tritium pump
- type: Transform
- pos: 45.5,17.5
+ pos: 7.5,2.5
parent: 31
- - type: GasPressurePump
- targetPressure: 1
- - uid: 842
+ - uid: 2205
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -12.5,-29.5
+ pos: 20.5,-5.5
parent: 31
- - uid: 905
+ - uid: 2209
components:
- - type: MetaData
- desc: A pump that moves O2 by pressure.
- name: O2 pump
- type: Transform
- pos: 37.5,17.5
+ pos: -6.5,-20.5
parent: 31
- - uid: 1513
+ - uid: 2245
components:
- - type: MetaData
- desc: A pump that moves N2O by pressure.
- name: N2O pump
- type: Transform
- pos: 39.5,17.5
+ pos: -7.5,6.5
parent: 31
- - type: GasPressurePump
- targetPressure: 1
- - uid: 1517
+ - uid: 2277
components:
- - type: MetaData
- desc: A pump that moves N2 by pressure.
- name: N2 pump
- type: Transform
- pos: 35.5,17.5
+ rot: 3.141592653589793 rad
+ pos: -16.5,-24.5
parent: 31
- - uid: 1570
+ - uid: 2307
components:
- - type: MetaData
- desc: A pump that moves plasma by pressure.
- name: plasma pump
- type: Transform
- pos: 43.5,17.5
+ pos: -35.5,-22.5
parent: 31
- - type: GasPressurePump
- targetPressure: 1
- - uid: 1573
+ - uid: 2423
components:
- - type: MetaData
- desc: A pump that moves CO2 by pressure.
- name: CO2 pump
- type: Transform
- pos: 41.5,17.5
+ pos: 28.5,-14.5
parent: 31
- - type: GasPressurePump
- targetPressure: 1
- - uid: 3765
+ - uid: 2848
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,17.5
+ rot: -1.5707963267948966 rad
+ pos: -25.5,-17.5
parent: 31
- - uid: 4363
+ - uid: 2849
components:
- type: Transform
- pos: 63.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4388
+ - uid: 3109
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,11.5
+ pos: 60.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4389
+ - uid: 3152
components:
- type: Transform
- pos: 34.5,11.5
+ pos: 47.5,-18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4474
+ - uid: 3157
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 63.5,8.5
+ pos: 56.5,-25.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6351
+ - uid: 3158
components:
- - type: MetaData
- desc: A pump that moves H2O by pressure.
- name: H2O pump
- type: Transform
- pos: 47.5,17.5
+ pos: 56.5,-24.5
parent: 31
- - uid: 6356
+ - uid: 3415
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 37.5,13.5
+ pos: -16.5,-40.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 6636
+ - uid: 3826
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 39.5,13.5
+ pos: -14.5,29.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 6903
+ - uid: 3827
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,20.5
+ pos: -15.5,28.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 7121
+ - uid: 3828
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,21.5
+ pos: -18.5,29.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 7220
+ - uid: 3842
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,13.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 7225
+ - uid: 4032
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,23.5
+ pos: 28.5,-13.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 7310
+ - uid: 4114
components:
- - type: MetaData
- name: supermatter waste gas
- type: Transform
- pos: 31.5,16.5
+ pos: -12.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7663
+ - uid: 4115
components:
- type: Transform
- pos: 9.5,-15.5
+ pos: -3.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10449
+ - uid: 4117
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 37.5,15.5
+ pos: -3.5,8.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 11026
+ - uid: 4223
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 44.5,13.5
+ pos: -2.5,9.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 11080
+ - uid: 4241
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,11.5
+ pos: 7.5,36.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 11149
+ - uid: 4308
components:
- type: Transform
- pos: 63.5,3.5
+ pos: 5.5,36.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11294
+ - uid: 4376
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,12.5
+ pos: 41.5,-26.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 11447
+ - uid: 4377
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 39.5,15.5
+ pos: 45.5,-29.5
parent: 31
- - type: GasPressurePump
- targetPressure: 4500
- - uid: 11793
+ - uid: 4386
components:
- type: Transform
- pos: 73.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 37.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11794
+ - uid: 4393
components:
- type: Transform
- pos: 74.5,4.5
+ pos: 58.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11795
+ - uid: 4394
components:
- type: Transform
- pos: 75.5,4.5
+ pos: 61.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11796
+ - uid: 4399
components:
- type: Transform
- pos: 76.5,4.5
+ rot: 3.141592653589793 rad
+ pos: 54.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11884
+ - uid: 4403
components:
- type: Transform
- pos: 67.5,-2.5
+ rot: 3.141592653589793 rad
+ pos: 54.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11885
+ - uid: 4445
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 68.5,-2.5
+ pos: 59.5,-10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
-- proto: GasThermoMachineFreezer
- entities:
- - uid: 5552
+ - uid: 4460
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -16.5,-5.5
+ pos: -17.5,-24.5
parent: 31
- - uid: 6720
+ - uid: 4487
components:
- type: Transform
- pos: 62.5,9.5
+ pos: 34.5,-13.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8125
+ - uid: 4500
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,-17.5
+ pos: 54.5,-7.5
parent: 31
- - uid: 8860
+ - uid: 4510
components:
- type: Transform
- pos: 38.5,11.5
+ pos: 31.5,-23.5
parent: 31
- - uid: 11878
+ - uid: 4532
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 64.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11879
+ - uid: 4595
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 65.5,-2.5
+ pos: 41.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
-- proto: GasThermoMachineHeater
- entities:
- - uid: 8861
+ - uid: 4596
components:
- type: Transform
- pos: 39.5,11.5
+ pos: 40.5,-22.5
parent: 31
-- proto: GasVentPump
- entities:
- - uid: 65
+ - uid: 4597
components:
- type: Transform
- pos: 15.5,-7.5
+ pos: 42.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 100
+ - uid: 4598
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,-17.5
+ pos: 44.5,-27.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 716
+ - uid: 4599
components:
- type: Transform
- pos: 7.5,26.5
+ pos: 44.5,-28.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 977
+ - uid: 4600
components:
- type: Transform
- pos: 10.5,26.5
+ pos: 44.5,-29.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1094
+ - uid: 4612
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 21.5,-9.5
+ pos: 36.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1230
+ - uid: 4614
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,20.5
+ pos: 34.5,-12.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1305
+ - uid: 4618
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -18.5,-12.5
+ pos: 51.5,-30.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 1688
+ - uid: 4619
components:
- type: Transform
- pos: -36.5,18.5
+ pos: 53.5,-29.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 2213
+ - uid: 4620
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 10.5,-14.5
+ pos: 54.5,-28.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3116
+ - uid: 4621
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 26.5,9.5
+ pos: 56.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3368
+ - uid: 4622
components:
- type: Transform
- pos: -5.5,16.5
+ pos: 55.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3419
+ - uid: 4624
components:
- type: Transform
- pos: 12.5,26.5
+ pos: 56.5,-23.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 3835
+ - uid: 4625
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 19.5,-17.5
+ pos: 56.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4013
+ - uid: 4660
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -9.5,-22.5
+ pos: 31.5,-25.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4185
+ - uid: 4686
components:
- type: Transform
- pos: -7.5,20.5
+ pos: 4.5,36.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4266
+ - uid: 4702
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 23.5,15.5
+ pos: -9.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4267
+ - uid: 4844
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 26.5,16.5
+ pos: 12.5,-32.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4303
+ - uid: 4853
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,-15.5
+ pos: 58.5,3.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4468
+ - uid: 4879
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-28.5
+ pos: -2.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 4484
+ - uid: 4881
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -35.5,-9.5
+ pos: -0.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5365
+ - uid: 4926
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,-5.5
+ pos: 15.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5472
+ - uid: 4928
components:
- type: Transform
- pos: 3.5,6.5
+ pos: 15.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5476
+ - uid: 5066
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 22.5,4.5
+ pos: -1.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5479
+ - uid: 5067
components:
- type: Transform
- pos: 14.5,11.5
+ pos: -3.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5495
+ - uid: 5071
components:
- type: Transform
- pos: 8.5,-0.5
+ pos: 13.5,1.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5542
+ - uid: 5072
components:
- type: Transform
- pos: -12.5,-0.5
+ pos: 13.5,-2.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5543
+ - uid: 5082
components:
- type: Transform
- pos: -1.5,-0.5
+ pos: 13.5,0.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5546
+ - uid: 5102
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -17.5,-1.5
+ pos: 51.5,-6.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5605
+ - uid: 5111
components:
- type: Transform
- pos: 16.5,-0.5
+ pos: -0.5,36.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5606
+ - uid: 5117
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 12.5,-9.5
+ pos: -3.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5638
+ - uid: 5139
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-16.5
+ pos: 8.5,-11.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5666
+ - uid: 5198
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,-5.5
+ pos: -28.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5698
+ - uid: 5199
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,-25.5
+ pos: -29.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5700
+ - uid: 5215
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -12.5,-3.5
+ pos: -10.5,13.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5848
+ - uid: 5227
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,19.5
+ pos: 11.5,-15.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5868
+ - uid: 5244
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,24.5
+ pos: -39.5,21.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5869
+ - uid: 5251
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,25.5
+ pos: -39.5,27.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5870
+ - uid: 5313
components:
- type: Transform
- pos: 4.5,30.5
+ pos: -43.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5929
+ - uid: 5898
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,23.5
+ pos: -41.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5941
+ - uid: 5978
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,14.5
+ pos: -54.5,-9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 5950
+ - uid: 6277
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,9.5
+ pos: -9.5,32.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6018
+ - uid: 6280
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,15.5
+ pos: -10.5,32.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6033
+ - uid: 6287
components:
- type: Transform
- pos: -12.5,19.5
+ pos: 54.5,-8.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6041
+ - uid: 6288
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -0.5,7.5
+ pos: -6.5,34.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6043
+ - uid: 6366
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,4.5
+ pos: 22.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6071
+ - uid: 6367
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -11.5,4.5
+ pos: 40.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6118
+ - uid: 6369
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -27.5,8.5
+ pos: 42.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6119
+ - uid: 6380
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -25.5,4.5
+ pos: 39.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6138
+ - uid: 6381
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -29.5,4.5
+ pos: 38.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6151
+ - uid: 6383
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -36.5,5.5
+ pos: 37.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6169
+ - uid: 6390
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -36.5,-6.5
+ pos: 50.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6184
+ - uid: 6391
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,4.5
+ pos: 35.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6197
+ - uid: 6393
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 39.5,4.5
+ pos: 49.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6262
+ - uid: 6394
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 20.5,9.5
+ pos: 48.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6268
+ - uid: 6401
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,-0.5
+ pos: 34.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6275
+ - uid: 6405
+ components:
+ - type: Transform
+ pos: 23.5,20.5
+ parent: 31
+ - uid: 6415
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 32.5,-2.5
+ pos: 54.5,17.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6294
+ - uid: 6440
components:
- type: Transform
- pos: 51.5,-4.5
+ pos: 43.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 6478
+ - uid: 6445
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 47.5,8.5
+ pos: 45.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7099
+ - uid: 6453
components:
- type: Transform
- pos: 32.5,11.5
+ rot: 3.141592653589793 rad
+ pos: 54.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7185
+ - uid: 6455
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 56.5,1.5
+ pos: 33.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7335
+ - uid: 6456
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -3.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: 54.5,16.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 7746
+ - uid: 6458
components:
- type: Transform
- pos: -35.5,14.5
+ pos: 45.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8384
+ - uid: 6464
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 47.5,-11.5
+ pos: 45.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8417
+ - uid: 6472
+ components:
+ - type: Transform
+ pos: 47.5,18.5
+ parent: 31
+ - uid: 6481
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 8.5,17.5
+ pos: 48.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8794
+ - uid: 6503
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: 55.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8873
+ - uid: 6504
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,13.5
+ pos: 44.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8875
+ - uid: 6505
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 28.5,4.5
+ pos: 49.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8880
+ - uid: 6508
components:
- type: Transform
- pos: 46.5,3.5
+ pos: 46.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 8944
+ - uid: 6539
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 10.5,4.5
+ pos: 47.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10376
+ - uid: 6551
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,-30.5
+ pos: 48.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10377
+ - uid: 6565
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-30.5
+ pos: 46.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10386
+ - uid: 6605
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,-3.5
+ pos: 47.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10407
+ - uid: 6606
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -24.5,-14.5
+ pos: 48.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10424
+ - uid: 6613
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,-30.5
+ pos: 36.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10427
+ - uid: 6641
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,-27.5
+ pos: -41.5,-8.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10929
+ - uid: 6645
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 56.5,-9.5
+ pos: 58.5,23.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 10930
+ - uid: 6721
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 58.5,-5.5
+ pos: 65.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11399
+ - uid: 6725
components:
- type: Transform
- pos: -40.5,-3.5
+ rot: -1.5707963267948966 rad
+ pos: 58.5,22.5
parent: 31
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11570
+ - uid: 6726
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -25.5,-18.5
+ rot: -1.5707963267948966 rad
+ pos: 53.5,24.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11571
+ - uid: 6728
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -26.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: 58.5,24.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11608
+ - uid: 6729
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -32.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 56.5,24.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#0055CCFF'
-- proto: GasVentScrubber
- entities:
- - uid: 95
+ - uid: 6730
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 15.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: 57.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 753
+ - uid: 6731
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 22.5,-11.5
+ pos: 52.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 867
+ - uid: 6733
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 7.5,23.5
+ pos: 58.5,0.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1029
+ - uid: 6742
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,-16.5
+ pos: 46.5,10.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1032
+ - uid: 6812
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 10.5,23.5
+ rot: 1.5707963267948966 rad
+ pos: -10.5,-42.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1140
+ - uid: 6815
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-11.5
+ pos: 41.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 1542
+ - uid: 6841
components:
- type: Transform
- pos: 35.5,4.5
+ pos: 50.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 2208
+ - uid: 6844
components:
- type: Transform
- pos: -38.5,18.5
+ pos: 49.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3117
+ - uid: 6847
components:
- type: Transform
- pos: 21.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 51.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3118
+ - uid: 6863
+ components:
+ - type: Transform
+ pos: 27.5,22.5
+ parent: 31
+ - uid: 6868
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 26.5,10.5
+ pos: 79.5,13.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3274
+ - uid: 6873
components:
- type: Transform
- pos: 41.5,4.5
+ pos: 59.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 3840
+ - uid: 6874
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 18.5,-18.5
+ pos: 50.5,24.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4279
+ - uid: 6933
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 26.5,17.5
+ pos: 49.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4436
+ - uid: 6950
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -3.5,-17.5
+ pos: -7.5,34.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4486
+ - uid: 6951
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -37.5,-11.5
+ pos: -5.5,32.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4701
+ - uid: 6952
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,21.5
+ pos: -10.5,31.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 4783
+ - uid: 6958
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,-23.5
+ pos: 51.5,-31.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5332
+ - uid: 6961
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,-6.5
+ pos: 47.5,-31.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5473
+ - uid: 6962
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 3.5,2.5
+ pos: 47.5,-30.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5474
+ - uid: 6963
components:
- type: Transform
- pos: 7.5,4.5
+ pos: 46.5,-29.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5477
+ - uid: 6964
components:
- type: Transform
- pos: 21.5,4.5
+ pos: 34.5,-14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5478
+ - uid: 6967
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 16.5,10.5
+ pos: 40.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5496
+ - uid: 6971
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 9.5,-0.5
+ pos: 42.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5541
+ - uid: 7011
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -13.5,-0.5
+ pos: 51.5,-18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5544
+ - uid: 7012
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -8.5,-0.5
+ pos: 51.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5545
+ - uid: 7013
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -19.5,0.5
+ pos: 50.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5597
+ - uid: 7014
components:
- type: Transform
- pos: 17.5,-1.5
+ pos: 49.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5607
+ - uid: 7015
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 12.5,-11.5
+ pos: 48.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5637
+ - uid: 7016
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-14.5
+ pos: 47.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5665
+ - uid: 7017
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 22.5,-6.5
+ pos: 52.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5704
+ - uid: 7018
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,-28.5
+ pos: 53.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5765
+ - uid: 7019
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,13.5
+ pos: 54.5,-19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5849
+ - uid: 7020
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,18.5
+ pos: 54.5,-20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5864
+ - uid: 7021
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,24.5
+ pos: 54.5,-21.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5865
+ - uid: 7022
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 3.5,23.5
+ pos: 55.5,-26.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5871
+ - uid: 7023
components:
- type: Transform
- pos: 2.5,30.5
+ pos: 54.5,-27.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5883
+ - uid: 7024
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,17.5
+ pos: 54.5,-29.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 5951
+ - uid: 7025
components:
- type: Transform
- pos: 9.5,9.5
+ pos: 52.5,-29.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6024
+ - uid: 7028
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,14.5
+ pos: -7.5,35.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6032
+ - uid: 7038
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -12.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 37.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6042
+ - uid: 7039
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -0.5,8.5
+ pos: 35.5,-22.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6044
+ - uid: 7044
components:
- type: Transform
- pos: -1.5,4.5
+ pos: 28.5,-12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6080
+ - uid: 7070
components:
- type: Transform
- pos: -14.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6117
+ - uid: 7112
components:
- type: Transform
- pos: -27.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 73.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6120
+ - uid: 7150
components:
- type: Transform
- pos: -22.5,4.5
+ pos: -5.5,34.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6137
+ - uid: 7186
components:
- type: Transform
- pos: -30.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6152
+ - uid: 7187
components:
- type: Transform
- pos: -36.5,4.5
+ rot: 1.5707963267948966 rad
+ pos: 66.5,12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6168
+ - uid: 7188
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -36.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 64.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6267
+ - uid: 7192
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 39.5,-0.5
+ rot: -1.5707963267948966 rad
+ pos: 66.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6276
+ - uid: 7193
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 33.5,-1.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6413
+ - uid: 7194
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 47.5,9.5
+ pos: 62.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6552
+ - uid: 7195
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 34.5,9.5
+ pos: 61.5,18.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6581
+ - uid: 7196
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 21.5,15.5
+ pos: 60.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7211
+ - uid: 7198
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 56.5,3.5
+ pos: 59.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7673
+ - uid: 7199
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-13.5
+ rot: -1.5707963267948966 rad
+ pos: 71.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 7745
+ - uid: 7200
components:
- type: Transform
- pos: -37.5,14.5
- parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8416
+ rot: -1.5707963267948966 rad
+ pos: 72.5,14.5
+ parent: 31
+ - uid: 7201
components:
- type: Transform
- pos: 7.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: 76.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8438
+ - uid: 7202
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -3.5,-19.5
+ pos: 75.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8795
+ - uid: 7203
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -16.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 77.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8874
+ - uid: 7204
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 3.5,12.5
+ pos: 80.5,11.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8876
+ - uid: 7213
components:
- type: Transform
- pos: 26.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 78.5,13.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 8879
+ - uid: 7215
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 47.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,9.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10252
+ - uid: 7216
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -36.5,-5.5
+ pos: 80.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10375
+ - uid: 7217
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,-28.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10385
+ - uid: 7221
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -22.5,-3.5
+ pos: 34.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10406
+ - uid: 7226
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -23.5,-13.5
+ pos: 36.5,20.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10420
+ - uid: 7231
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -8.5,-19.5
+ pos: 0.5,36.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10425
+ - uid: 7233
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,-27.5
+ pos: 13.5,-5.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10426
+ - uid: 7274
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -14.5,-26.5
+ pos: 12.5,-6.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10495
+ - uid: 7304
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -32.5,-14.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,19.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10906
+ - uid: 7305
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 49.5,-4.5
+ rot: -1.5707963267948966 rad
+ pos: 78.5,14.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10907
+ - uid: 7307
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 56.5,-4.5
+ pos: 1.5,-34.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10908
+ - uid: 7358
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 56.5,-7.5
+ pos: -42.5,15.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 10909
+ - uid: 7375
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 53.5,-11.5
+ pos: 61.5,-10.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11400
+ - uid: 7376
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,-5.5
+ pos: 4.5,35.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11569
+ - uid: 7425
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-18.5
+ pos: 61.5,-11.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11572
+ - uid: 7447
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -25.5,-24.5
+ pos: 0.5,-32.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11596
+ - uid: 7448
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,-25.5
+ rot: 3.141592653589793 rad
+ pos: -0.5,-32.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11597
+ - uid: 7449
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: -1.5,-32.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#0055CCFF'
- - uid: 11609
+ - uid: 7450
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -30.5,-23.5
+ pos: -2.5,-32.5
parent: 31
- - type: DeviceNetwork
- deviceLists:
- - 11611
- - type: AtmosPipeColor
- color: '#990000FF'
-- proto: GasVolumePump
- entities:
- - uid: 4547
+ - uid: 7471
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 68.5,8.5
+ pos: 11.5,-17.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 6600
+ - uid: 7472
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,20.5
+ pos: -31.5,19.5
parent: 31
- - type: GasVolumePump
- transferRate: 50
- - uid: 11296
+ - uid: 7485
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 49.5,17.5
+ pos: 1.5,-27.5
parent: 31
- - uid: 11297
+ - uid: 7487
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,21.5
+ pos: 1.5,36.5
parent: 31
- - type: GasVolumePump
- transferRate: 50
- - uid: 11298
+ - uid: 7488
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,22.5
+ pos: 61.5,-7.5
parent: 31
- - type: GasVolumePump
- transferRate: 50
- - uid: 11300
+ - uid: 7632
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,23.5
+ pos: -39.5,19.5
parent: 31
- - type: GasVolumePump
- transferRate: 50
- - uid: 11781
+ - uid: 7636
components:
- type: Transform
- pos: 73.5,7.5
+ pos: -47.5,-12.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11782
+ - uid: 7672
components:
- type: Transform
- pos: 74.5,7.5
+ pos: -16.5,7.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11783
+ - uid: 7677
components:
- type: Transform
- pos: 75.5,7.5
+ pos: 62.5,-10.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
- - uid: 11784
+ - uid: 7678
components:
- type: Transform
- pos: 76.5,7.5
+ pos: 61.5,-16.5
parent: 31
- - type: AtmosPipeColor
- color: '#990000FF'
-- proto: Gauze
- entities:
- - uid: 1407
+ - uid: 7679
components:
- type: Transform
- pos: 26.671059,21.801102
+ pos: 61.5,-14.5
parent: 31
- - uid: 10830
+ - uid: 7688
components:
- type: Transform
- pos: 12.447606,-4.278471
+ pos: 23.5,19.5
parent: 31
-- proto: GeigerCounterWallMount
- entities:
- - uid: 4350
+ - uid: 7692
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 65.5,3.5
+ pos: -39.5,12.5
parent: 31
- - uid: 6954
+ - uid: 7697
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 54.5,3.5
+ pos: -46.5,-12.5
parent: 31
- - uid: 6956
+ - uid: 7713
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 58.5,4.5
+ pos: -54.5,-10.5
parent: 31
- - uid: 9461
+ - uid: 7748
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.5,-30.5
+ pos: 49.5,-31.5
parent: 31
-- proto: GlimmerProber
- entities:
- - uid: 11651
+ - uid: 7777
components:
- type: Transform
- pos: -13.5,-24.5
+ pos: 45.5,12.5
parent: 31
-- proto: GlowstickBase
- entities:
- - uid: 8848
+ - uid: 7798
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.737583,15.662895
+ pos: 13.5,-10.5
parent: 31
- - uid: 8999
+ - uid: 7800
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.649036,15.662895
+ pos: 13.5,-11.5
parent: 31
- - uid: 9037
+ - uid: 7824
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.826128,15.662895
+ pos: -5.5,-33.5
parent: 31
-- proto: GlowstickBlue
- entities:
- - uid: 10987
+ - uid: 7830
components:
- type: Transform
- pos: 52.729786,-1.2094907
+ pos: -42.5,-8.5
parent: 31
-- proto: GravityGenerator
- entities:
- - uid: 7696
+ - uid: 7838
components:
- type: Transform
- pos: 58.5,-2.5
+ pos: -18.5,26.5
parent: 31
-- proto: Grille
- entities:
- - uid: 47
+ - uid: 7839
components:
- type: Transform
- pos: 19.5,20.5
+ pos: -15.5,26.5
parent: 31
- - uid: 64
+ - uid: 7840
components:
- type: Transform
- pos: 5.5,-4.5
+ pos: -12.5,26.5
parent: 31
- - uid: 77
+ - uid: 7864
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 44.5,-14.5
+ pos: -11.5,29.5
parent: 31
- - uid: 78
+ - uid: 7867
components:
- type: Transform
- pos: 5.5,-5.5
+ pos: 28.5,-25.5
parent: 31
- - uid: 101
+ - uid: 7868
components:
- type: Transform
- pos: -48.5,-12.5
+ pos: 28.5,-23.5
parent: 31
- - uid: 138
+ - uid: 7947
components:
- type: Transform
- pos: -49.5,-12.5
+ pos: -40.5,-8.5
parent: 31
- - uid: 155
+ - uid: 8021
components:
- type: Transform
- pos: 44.5,-20.5
+ pos: -15.5,29.5
parent: 31
- - uid: 156
+ - uid: 8022
components:
- type: Transform
- pos: 45.5,-19.5
+ pos: -16.5,29.5
parent: 31
- - uid: 249
+ - uid: 8023
components:
- type: Transform
- pos: 11.5,-16.5
+ pos: -17.5,29.5
parent: 31
- - uid: 255
+ - uid: 8024
components:
- type: Transform
- pos: 11.5,-6.5
+ pos: -22.5,29.5
parent: 31
- - uid: 267
+ - uid: 8027
components:
- type: Transform
- pos: -50.5,-8.5
+ pos: -10.5,29.5
parent: 31
- - uid: 338
+ - uid: 8032
components:
- type: Transform
- pos: -8.5,6.5
+ pos: -20.5,29.5
parent: 31
- - uid: 360
+ - uid: 8036
components:
- type: Transform
- pos: -13.5,6.5
+ pos: -19.5,29.5
parent: 31
- - uid: 469
+ - uid: 8037
components:
- type: Transform
- pos: -35.5,11.5
+ pos: -12.5,29.5
parent: 31
- - uid: 526
+ - uid: 8038
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -15.5,-0.5
+ pos: -13.5,29.5
parent: 31
- - uid: 571
+ - uid: 8048
components:
- type: Transform
- pos: 2.5,22.5
+ pos: 29.5,21.5
parent: 31
- - uid: 608
+ - uid: 8052
components:
- type: Transform
- pos: -14.5,-18.5
+ pos: -41.5,6.5
parent: 31
- - uid: 653
+ - uid: 8056
components:
- type: Transform
- pos: 39.5,26.5
+ pos: 33.5,26.5
parent: 31
- - uid: 655
+ - uid: 8074
components:
- type: Transform
- pos: 35.5,26.5
+ pos: 45.5,11.5
parent: 31
- - uid: 657
+ - uid: 8084
components:
- type: Transform
- pos: -37.5,11.5
+ pos: -16.5,6.5
parent: 31
- - uid: 665
+ - uid: 8097
components:
- type: Transform
- pos: -41.5,5.5
+ pos: 3.5,-23.5
parent: 31
- - uid: 711
+ - uid: 8103
components:
- type: Transform
- pos: 17.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,17.5
parent: 31
- - uid: 749
+ - uid: 8108
components:
- type: Transform
- pos: -44.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: 61.5,0.5
parent: 31
- - uid: 751
+ - uid: 8109
components:
- type: Transform
- pos: -42.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: 61.5,1.5
parent: 31
- - uid: 754
+ - uid: 8111
components:
- type: Transform
- pos: 36.5,26.5
+ rot: 1.5707963267948966 rad
+ pos: 61.5,3.5
parent: 31
- - uid: 757
+ - uid: 8112
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 42.5,-14.5
+ pos: 61.5,4.5
parent: 31
- - uid: 772
+ - uid: 8145
components:
- type: Transform
- pos: -42.5,7.5
+ pos: 52.5,8.5
parent: 31
- - uid: 801
+ - uid: 8156
components:
- type: Transform
- pos: -6.5,-22.5
+ rot: 1.5707963267948966 rad
+ pos: 4.5,-31.5
parent: 31
- - uid: 811
+ - uid: 8157
components:
- type: Transform
- pos: -40.5,3.5
+ rot: 1.5707963267948966 rad
+ pos: 2.5,-31.5
parent: 31
- - uid: 835
+ - uid: 8216
components:
- type: Transform
- pos: 52.5,-2.5
+ rot: -1.5707963267948966 rad
+ pos: 35.5,-26.5
parent: 31
- - uid: 855
+ - uid: 8217
components:
- type: Transform
- pos: 52.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: 31.5,-24.5
parent: 31
- - uid: 856
+ - uid: 8222
components:
- type: Transform
- pos: -42.5,3.5
+ pos: -32.5,19.5
parent: 31
- - uid: 858
+ - uid: 8293
components:
- type: Transform
- pos: -44.5,9.5
+ pos: 50.5,-31.5
parent: 31
- - uid: 877
+ - uid: 8294
components:
- type: Transform
- pos: -4.5,32.5
+ pos: 48.5,-31.5
parent: 31
- - uid: 904
+ - uid: 8305
components:
- type: Transform
- pos: 40.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,-29.5
parent: 31
- - uid: 937
+ - uid: 8306
components:
- type: Transform
- pos: 19.5,21.5
+ pos: 50.5,18.5
parent: 31
- - uid: 1016
+ - uid: 8309
components:
- type: Transform
- pos: 4.5,22.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,-32.5
parent: 31
- - uid: 1022
+ - uid: 8310
components:
- type: Transform
- pos: -40.5,1.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,-33.5
parent: 31
- - uid: 1106
+ - uid: 8313
components:
- type: Transform
- pos: 44.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,14.5
parent: 31
- - uid: 1131
+ - uid: 8329
components:
- type: Transform
- pos: -41.5,4.5
+ pos: 48.5,-6.5
parent: 31
- - uid: 1133
+ - uid: 8330
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 18.5,18.5
+ pos: 54.5,-2.5
parent: 31
- - uid: 1180
+ - uid: 8331
components:
- type: Transform
- pos: -41.5,9.5
+ pos: 58.5,-16.5
parent: 31
- - uid: 1192
+ - uid: 8332
components:
- type: Transform
- pos: -19.5,2.5
+ pos: 58.5,-18.5
parent: 31
- - uid: 1193
+ - uid: 8333
components:
- type: Transform
- pos: -18.5,2.5
+ pos: 58.5,-19.5
parent: 31
- - uid: 1225
+ - uid: 8334
components:
- type: Transform
- pos: 25.5,10.5
+ pos: 58.5,-21.5
parent: 31
- - uid: 1237
+ - uid: 8335
components:
- type: Transform
- pos: -42.5,9.5
+ pos: 58.5,-22.5
parent: 31
- - uid: 1268
+ - uid: 8336
components:
- type: Transform
- pos: 36.5,-38.5
+ pos: 58.5,-23.5
parent: 31
- - uid: 1278
+ - uid: 8337
components:
- type: Transform
- pos: -10.5,19.5
+ pos: 58.5,-24.5
parent: 31
- - uid: 1396
+ - uid: 8338
components:
- type: Transform
- pos: 10.5,31.5
+ pos: 58.5,-25.5
parent: 31
- - uid: 1414
+ - uid: 8339
components:
- type: Transform
- pos: -9.5,7.5
+ pos: 58.5,-27.5
parent: 31
- - uid: 1416
+ - uid: 8340
components:
- type: Transform
- pos: -13.5,9.5
+ pos: 58.5,-34.5
parent: 31
- - uid: 1430
+ - uid: 8341
components:
- type: Transform
- pos: -43.5,3.5
+ pos: 58.5,-37.5
parent: 31
- - uid: 1434
+ - uid: 8342
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -24.5,-17.5
+ pos: 58.5,-38.5
parent: 31
- - uid: 1435
+ - uid: 8343
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,-17.5
+ pos: 57.5,-38.5
parent: 31
- - uid: 1436
+ - uid: 8349
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 23.5,-8.5
+ pos: 32.5,26.5
parent: 31
- - uid: 1443
+ - uid: 8362
components:
- type: Transform
- pos: 37.5,26.5
+ pos: 42.5,26.5
parent: 31
- - uid: 1447
+ - uid: 8363
components:
- type: Transform
- pos: 20.5,-10.5
+ pos: 44.5,26.5
parent: 31
- - uid: 1451
+ - uid: 8364
components:
- type: Transform
- pos: -44.5,3.5
+ pos: 45.5,26.5
parent: 31
- - uid: 1452
+ - uid: 8367
components:
- type: Transform
- pos: -41.5,1.5
+ pos: -33.5,-15.5
parent: 31
- - uid: 1453
+ - uid: 8371
components:
- type: Transform
- pos: -40.5,7.5
+ pos: 43.5,26.5
parent: 31
- - uid: 1454
+ - uid: 8390
components:
- type: Transform
- pos: -43.5,7.5
+ pos: 6.5,36.5
parent: 31
- - uid: 1455
+ - uid: 8484
components:
- type: Transform
- pos: -40.5,9.5
+ pos: -13.5,-19.5
parent: 31
- - uid: 1456
+ - uid: 8566
components:
- type: Transform
- pos: -41.5,3.5
+ pos: -37.5,-24.5
parent: 31
- - uid: 1460
+ - uid: 8567
components:
- type: Transform
- pos: -27.5,6.5
+ pos: -37.5,-23.5
parent: 31
- - uid: 1462
+ - uid: 8568
components:
- type: Transform
- pos: -29.5,6.5
+ pos: -36.5,-22.5
parent: 31
- - uid: 1468
+ - uid: 8570
components:
- type: Transform
- pos: 20.5,-9.5
+ pos: -34.5,-22.5
parent: 31
- - uid: 1489
+ - uid: 8571
components:
- type: Transform
- pos: -11.5,8.5
+ pos: -33.5,-23.5
parent: 31
- - uid: 1491
+ - uid: 8572
components:
- type: Transform
- pos: 13.5,-4.5
+ pos: -33.5,-24.5
parent: 31
- - uid: 1522
+ - uid: 8575
components:
- type: Transform
- pos: 46.5,-19.5
+ pos: -37.5,-28.5
parent: 31
- - uid: 1526
+ - uid: 8576
components:
- type: Transform
- pos: 23.5,21.5
+ pos: -32.5,-33.5
parent: 31
- - uid: 1529
+ - uid: 8601
components:
- type: Transform
- pos: 44.5,-21.5
+ rot: 3.141592653589793 rad
+ pos: -29.5,-32.5
parent: 31
- - uid: 1547
+ - uid: 8819
components:
- type: Transform
- pos: 42.5,20.5
+ pos: 4.5,26.5
parent: 31
- - uid: 1548
+ - uid: 8820
components:
- type: Transform
- pos: 38.5,20.5
+ pos: 2.5,26.5
parent: 31
- - uid: 1592
+ - uid: 8946
components:
- type: Transform
- pos: 19.5,14.5
+ rot: 3.141592653589793 rad
+ pos: -1.5,2.5
parent: 31
- - uid: 1602
+ - uid: 8947
components:
- type: Transform
- pos: 36.5,-0.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,2.5
parent: 31
- - uid: 1604
+ - uid: 8948
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: 24.5,-8.5
+ pos: -3.5,2.5
parent: 31
- - uid: 1614
+ - uid: 9012
components:
- type: Transform
- pos: 2.5,-35.5
+ pos: -4.5,-33.5
parent: 31
- - uid: 1629
+ - uid: 9019
components:
- type: Transform
- pos: 37.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 79.5,12.5
parent: 31
- - uid: 1663
+ - uid: 9027
components:
- type: Transform
- pos: 17.5,-14.5
+ pos: -8.5,-24.5
parent: 31
- - uid: 1666
+ - uid: 9030
components:
- type: Transform
- pos: 49.5,-6.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,10.5
parent: 31
- - uid: 1692
+ - uid: 9063
components:
- type: Transform
- pos: -43.5,1.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,8.5
parent: 31
- - uid: 1706
+ - uid: 9064
components:
- type: Transform
- pos: 41.5,26.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,12.5
parent: 31
- - uid: 1708
+ - uid: 9124
components:
- type: Transform
- pos: 17.5,21.5
+ pos: 5.5,-11.5
parent: 31
- - uid: 1709
+ - uid: 9125
components:
- type: Transform
- pos: 34.5,7.5
+ pos: 5.5,-10.5
parent: 31
- - uid: 1710
+ - uid: 9126
components:
- type: Transform
- pos: 32.5,7.5
+ pos: 5.5,-8.5
parent: 31
- - uid: 1720
+ - uid: 9127
components:
- type: Transform
- pos: 32.5,1.5
+ pos: 5.5,-7.5
parent: 31
- - uid: 1721
+ - uid: 9136
components:
- type: Transform
- pos: 34.5,1.5
+ pos: 26.5,22.5
parent: 31
- - uid: 1722
+ - uid: 9145
components:
- type: Transform
- pos: 30.5,4.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,14.5
parent: 31
- - uid: 1728
+ - uid: 9163
components:
- type: Transform
- pos: 1.5,-33.5
+ rot: -1.5707963267948966 rad
+ pos: 74.5,14.5
parent: 31
- - uid: 1741
+ - uid: 9174
components:
- type: Transform
- pos: 44.5,-19.5
+ pos: -37.5,-12.5
parent: 31
- - uid: 1757
+ - uid: 9175
components:
- type: Transform
- pos: -49.5,-8.5
+ pos: -39.5,-1.5
parent: 31
- - uid: 1759
+ - uid: 9208
components:
- type: Transform
- pos: 19.5,6.5
+ pos: -36.5,-12.5
parent: 31
- - uid: 1760
+ - uid: 9209
components:
- type: Transform
- pos: 20.5,6.5
+ pos: -35.5,-12.5
parent: 31
- - uid: 1761
+ - uid: 9219
components:
- type: Transform
- pos: 21.5,6.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,12.5
parent: 31
- - uid: 1762
+ - uid: 9231
components:
- type: Transform
- pos: 22.5,6.5
+ pos: -41.5,-0.5
parent: 31
- - uid: 1777
+ - uid: 9232
components:
- type: Transform
- pos: 17.5,9.5
+ pos: -42.5,-0.5
parent: 31
- - uid: 1803
+ - uid: 9233
components:
- type: Transform
- pos: 8.5,6.5
+ pos: -43.5,-0.5
parent: 31
- - uid: 1871
+ - uid: 9234
components:
- type: Transform
- pos: -1.5,27.5
+ pos: -43.5,11.5
parent: 31
- - uid: 1872
+ - uid: 9235
components:
- type: Transform
- pos: -0.5,27.5
+ pos: -42.5,11.5
parent: 31
- - uid: 1874
+ - uid: 9236
components:
- type: Transform
- pos: 10.5,29.5
+ pos: -41.5,11.5
parent: 31
- - uid: 1875
+ - uid: 9257
components:
- type: Transform
- pos: 9.5,31.5
+ pos: -7.5,-24.5
parent: 31
- - uid: 1879
+ - uid: 9260
components:
- type: Transform
- pos: 7.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: 68.5,14.5
parent: 31
- - uid: 1880
+ - uid: 9291
components:
- type: Transform
- pos: 6.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -13.5,-30.5
parent: 31
- - uid: 1881
+ - uid: 9331
components:
- type: Transform
- pos: 5.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,2.5
parent: 31
- - uid: 1882
+ - uid: 9332
components:
- type: Transform
- pos: 4.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -29.5,2.5
parent: 31
- - uid: 1883
+ - uid: 9344
components:
- type: Transform
- pos: 3.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: 60.5,17.5
parent: 31
- - uid: 1884
+ - uid: 9362
components:
- type: Transform
- pos: 2.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -26.5,-30.5
parent: 31
- - uid: 1885
+ - uid: 9364
components:
- type: Transform
- pos: 1.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -30.5,-25.5
parent: 31
- - uid: 1886
+ - uid: 9368
components:
- type: Transform
- pos: 0.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: -27.5,-30.5
parent: 31
- - uid: 1887
+ - uid: 9370
components:
- type: Transform
- pos: -0.5,33.5
+ rot: -1.5707963267948966 rad
+ pos: 70.5,14.5
parent: 31
- - uid: 1891
+ - uid: 9372
components:
- type: Transform
- pos: 6.5,19.5
+ pos: -17.5,-18.5
parent: 31
- - uid: 1904
+ - uid: 9405
components:
- type: Transform
- pos: -7.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 69.5,14.5
parent: 31
- - uid: 1949
+ - uid: 9408
components:
- type: Transform
- pos: -10.5,21.5
+ pos: -4.5,-37.5
parent: 31
- - uid: 1959
+ - uid: 9409
components:
- type: Transform
- pos: -11.5,7.5
+ pos: -3.5,-37.5
parent: 31
- - uid: 1969
+ - uid: 9410
components:
- type: Transform
- pos: -10.5,14.5
+ pos: -2.5,-37.5
parent: 31
- - uid: 1996
+ - uid: 9413
components:
- type: Transform
- pos: -7.5,9.5
+ pos: -1.5,-37.5
parent: 31
- - uid: 2064
+ - uid: 9419
components:
- type: Transform
- pos: -28.5,6.5
+ pos: -14.5,-33.5
parent: 31
- - uid: 2095
+ - uid: 9420
components:
- type: Transform
- pos: -25.5,9.5
+ pos: -15.5,-33.5
parent: 31
- - uid: 2099
+ - uid: 9421
components:
- type: Transform
- pos: -9.5,8.5
+ pos: -16.5,-33.5
parent: 31
- - uid: 2115
+ - uid: 9422
components:
- type: Transform
- pos: 13.5,-1.5
+ pos: -15.5,-40.5
parent: 31
- - uid: 2136
+ - uid: 9423
components:
- type: Transform
- pos: 8.5,-7.5
+ pos: -14.5,-40.5
parent: 31
- - uid: 2149
+ - uid: 9424
components:
- type: Transform
- pos: 11.5,2.5
+ pos: -13.5,-40.5
parent: 31
- - uid: 2150
+ - uid: 9460
components:
- type: Transform
- pos: 10.5,2.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-26.5
parent: 31
- - uid: 2151
+ - uid: 9515
components:
- type: Transform
- pos: 9.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 49.5,-12.5
parent: 31
- - uid: 2152
+ - uid: 9525
components:
- type: Transform
- pos: 8.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-41.5
parent: 31
- - uid: 2153
+ - uid: 9535
components:
- type: Transform
- pos: 7.5,2.5
+ rot: -1.5707963267948966 rad
+ pos: 50.5,-12.5
parent: 31
- - uid: 2205
+ - uid: 9536
components:
- type: Transform
- pos: 20.5,-5.5
+ rot: -1.5707963267948966 rad
+ pos: 51.5,-12.5
parent: 31
- - uid: 2209
+ - uid: 9553
components:
- type: Transform
- pos: -6.5,-20.5
+ rot: -1.5707963267948966 rad
+ pos: 67.5,14.5
parent: 31
- - uid: 2245
+ - uid: 9561
components:
- type: Transform
- pos: -7.5,6.5
+ pos: 3.5,-35.5
parent: 31
- - uid: 2277
+ - uid: 9598
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -16.5,-24.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,-14.5
parent: 31
- - uid: 2307
+ - uid: 9658
components:
- type: Transform
- pos: -35.5,-22.5
+ pos: -3.5,-44.5
parent: 31
- - uid: 2423
+ - uid: 9659
components:
- type: Transform
- pos: 28.5,-14.5
+ pos: -2.5,-44.5
parent: 31
- - uid: 2848
+ - uid: 9660
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -25.5,-17.5
+ pos: -0.5,-45.5
parent: 31
- - uid: 2849
+ - uid: 9661
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-17.5
+ pos: 0.5,-45.5
parent: 31
- - uid: 3109
+ - uid: 9662
components:
- type: Transform
- pos: 60.5,11.5
+ pos: 1.5,-45.5
parent: 31
- - uid: 3152
+ - uid: 9692
components:
- type: Transform
- pos: 47.5,-18.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-40.5
parent: 31
- - uid: 3157
+ - uid: 9693
components:
- type: Transform
- pos: 56.5,-25.5
+ rot: -1.5707963267948966 rad
+ pos: 12.5,-42.5
parent: 31
- - uid: 3158
+ - uid: 9700
components:
- type: Transform
- pos: 56.5,-24.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,-30.5
parent: 31
- - uid: 3415
+ - uid: 9723
components:
- type: Transform
- pos: -16.5,-40.5
+ pos: 54.5,7.5
parent: 31
- - uid: 3826
+ - uid: 9745
components:
- type: Transform
- pos: -14.5,29.5
+ pos: 58.5,4.5
parent: 31
- - uid: 3827
+ - uid: 9765
components:
- type: Transform
- pos: -15.5,28.5
+ rot: -1.5707963267948966 rad
+ pos: 58.5,2.5
parent: 31
- - uid: 3828
+ - uid: 9769
components:
- type: Transform
- pos: -18.5,29.5
+ pos: -6.5,-33.5
parent: 31
- - uid: 3842
+ - uid: 9805
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -1.5,13.5
+ pos: 14.5,-34.5
parent: 31
- - uid: 4032
+ - uid: 9806
components:
- type: Transform
- pos: 28.5,-13.5
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-35.5
parent: 31
- - uid: 4114
+ - uid: 9807
components:
- type: Transform
- pos: -12.5,6.5
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-36.5
parent: 31
- - uid: 4115
+ - uid: 9808
components:
- type: Transform
- pos: -3.5,6.5
+ pos: 12.5,-45.5
parent: 31
- - uid: 4117
+ - uid: 9809
components:
- type: Transform
- pos: -3.5,8.5
+ pos: 11.5,-45.5
parent: 31
- - uid: 4223
+ - uid: 9810
components:
- type: Transform
- pos: -2.5,9.5
+ pos: 8.5,-45.5
parent: 31
- - uid: 4241
+ - uid: 9811
components:
- type: Transform
- pos: 7.5,36.5
+ pos: 5.5,-47.5
parent: 31
- - uid: 4308
+ - uid: 9812
components:
- type: Transform
- pos: 5.5,36.5
+ pos: 4.5,-47.5
parent: 31
- - uid: 4376
+ - uid: 9813
components:
- type: Transform
- pos: 41.5,-26.5
+ pos: 3.5,-47.5
parent: 31
- - uid: 4377
+ - uid: 9814
components:
- type: Transform
- pos: 45.5,-29.5
+ pos: 4.5,-45.5
parent: 31
- - uid: 4386
+ - uid: 9815
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 37.5,-26.5
+ pos: -0.5,-47.5
parent: 31
- - uid: 4393
+ - uid: 9817
components:
- type: Transform
- pos: 58.5,6.5
+ pos: 0.5,-47.5
parent: 31
- - uid: 4394
+ - uid: 9823
components:
- type: Transform
- pos: 61.5,6.5
+ pos: -22.5,-39.5
parent: 31
- - uid: 4399
+ - uid: 9824
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,1.5
+ pos: -22.5,-38.5
parent: 31
- - uid: 4403
+ - uid: 9826
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,3.5
+ pos: -22.5,-37.5
parent: 31
- - uid: 4445
+ - uid: 9827
components:
- type: Transform
- pos: 59.5,-10.5
+ pos: -21.5,-39.5
parent: 31
- - uid: 4460
+ - uid: 9832
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -17.5,-24.5
+ pos: -22.5,-34.5
parent: 31
- - uid: 4487
+ - uid: 9837
components:
- type: Transform
- pos: 34.5,-13.5
+ pos: -22.5,-35.5
parent: 31
- - uid: 4500
+ - uid: 9838
components:
- type: Transform
- pos: 54.5,-7.5
+ pos: -39.5,14.5
parent: 31
- - uid: 4510
+ - uid: 9889
components:
- type: Transform
- pos: 31.5,-23.5
+ rot: -1.5707963267948966 rad
+ pos: -42.5,13.5
parent: 31
- - uid: 4532
+ - uid: 9896
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 36.5,-22.5
+ pos: -9.5,26.5
parent: 31
- - uid: 4595
+ - uid: 9949
components:
- type: Transform
- pos: 41.5,-22.5
+ rot: 1.5707963267948966 rad
+ pos: 43.5,-14.5
parent: 31
- - uid: 4596
+ - uid: 10061
components:
- type: Transform
- pos: 40.5,-22.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,27.5
parent: 31
- - uid: 4597
+ - uid: 10064
components:
- type: Transform
- pos: 42.5,-26.5
+ rot: -1.5707963267948966 rad
+ pos: 18.5,26.5
parent: 31
- - uid: 4598
+ - uid: 10065
components:
- type: Transform
- pos: 44.5,-27.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,26.5
parent: 31
- - uid: 4599
+ - uid: 10066
components:
- type: Transform
- pos: 44.5,-28.5
+ rot: -1.5707963267948966 rad
+ pos: 24.5,27.5
parent: 31
- - uid: 4600
+ - uid: 10067
components:
- type: Transform
- pos: 44.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: 19.5,23.5
parent: 31
- - uid: 4612
+ - uid: 10068
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 36.5,-26.5
+ pos: 19.5,24.5
parent: 31
- - uid: 4614
+ - uid: 10069
components:
- type: Transform
- pos: 34.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,24.5
parent: 31
- - uid: 4618
+ - uid: 10070
components:
- type: Transform
- pos: 51.5,-30.5
+ rot: -1.5707963267948966 rad
+ pos: 23.5,23.5
parent: 31
- - uid: 4619
+ - uid: 10080
components:
- type: Transform
- pos: 53.5,-29.5
+ rot: -1.5707963267948966 rad
+ pos: 21.5,28.5
parent: 31
- - uid: 4620
+ - uid: 10113
components:
- type: Transform
- pos: 54.5,-28.5
+ rot: 1.5707963267948966 rad
+ pos: 78.5,7.5
parent: 31
- - uid: 4621
+ - uid: 10114
components:
- type: Transform
- pos: 56.5,-26.5
+ rot: 1.5707963267948966 rad
+ pos: 63.5,12.5
parent: 31
- - uid: 4622
+ - uid: 10126
components:
- type: Transform
- pos: 55.5,-22.5
+ pos: -1.5,36.5
parent: 31
- - uid: 4624
+ - uid: 10196
components:
- type: Transform
- pos: 56.5,-23.5
+ pos: -33.5,-14.5
parent: 31
- - uid: 4625
+ - uid: 10197
components:
- type: Transform
- pos: 56.5,-22.5
+ pos: -34.5,-15.5
parent: 31
- - uid: 4660
+ - uid: 10198
components:
- type: Transform
- pos: 31.5,-25.5
+ pos: -35.5,-15.5
parent: 31
- - uid: 4686
+ - uid: 10226
components:
- type: Transform
- pos: 4.5,36.5
+ pos: 61.5,-15.5
parent: 31
- - uid: 4702
+ - uid: 10372
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -9.5,18.5
+ pos: -42.5,14.5
parent: 31
- - uid: 4844
+ - uid: 10438
components:
- type: Transform
- pos: 12.5,-32.5
+ pos: -39.5,18.5
parent: 31
- - uid: 4853
+ - uid: 10520
components:
- type: Transform
- pos: 58.5,3.5
+ pos: 25.5,22.5
parent: 31
- - uid: 4879
+ - uid: 10604
components:
- type: Transform
- pos: -2.5,6.5
+ pos: 44.5,-8.5
parent: 31
- - uid: 4881
+ - uid: 10712
components:
- type: Transform
- pos: -0.5,6.5
+ pos: -44.5,7.5
parent: 31
- - uid: 4926
+ - uid: 10747
components:
- type: Transform
- pos: 15.5,20.5
+ pos: -46.5,-8.5
parent: 31
- - uid: 4928
+ - uid: 10748
components:
- type: Transform
- pos: 15.5,21.5
+ pos: -47.5,-8.5
parent: 31
- - uid: 5066
+ - uid: 10749
components:
- type: Transform
- pos: -1.5,9.5
+ pos: -48.5,-8.5
parent: 31
- - uid: 5067
+ - uid: 10751
components:
- type: Transform
- pos: -3.5,9.5
+ pos: -45.5,-8.5
parent: 31
- - uid: 5071
+ - uid: 11071
components:
- type: Transform
- pos: 13.5,1.5
+ pos: 46.5,20.5
parent: 31
- - uid: 5072
+ - uid: 11077
components:
- type: Transform
- pos: 13.5,-2.5
+ pos: 45.5,13.5
parent: 31
- - uid: 5082
+ - uid: 11090
components:
- type: Transform
- pos: 13.5,0.5
+ pos: 30.5,23.5
parent: 31
- - uid: 5102
+ - uid: 11110
components:
- type: Transform
- pos: 51.5,-6.5
+ pos: -6.5,30.5
parent: 31
- - uid: 5111
+ - uid: 11112
components:
- type: Transform
- pos: -0.5,36.5
+ pos: -7.5,30.5
parent: 31
- - uid: 5117
+ - uid: 11113
components:
- type: Transform
- pos: -3.5,7.5
+ pos: -5.5,30.5
parent: 31
- - uid: 5139
+ - uid: 11145
components:
- type: Transform
- pos: 8.5,-11.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,11.5
parent: 31
- - uid: 5198
+ - uid: 11156
components:
- type: Transform
- pos: -28.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,-1.5
parent: 31
- - uid: 5199
+ - uid: 11159
components:
- type: Transform
- pos: -29.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,-4.5
parent: 31
- - uid: 5215
+ - uid: 11161
components:
- type: Transform
- pos: -10.5,13.5
+ rot: 1.5707963267948966 rad
+ pos: 77.5,6.5
parent: 31
- - uid: 5227
+ - uid: 11162
components:
- type: Transform
- pos: 11.5,-15.5
+ rot: 1.5707963267948966 rad
+ pos: 78.5,6.5
parent: 31
- - uid: 5244
+ - uid: 11163
components:
- type: Transform
- pos: -39.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: 78.5,8.5
parent: 31
- - uid: 5251
+ - uid: 11164
components:
- type: Transform
- pos: -39.5,27.5
+ rot: 1.5707963267948966 rad
+ pos: 78.5,5.5
parent: 31
- - uid: 5313
+ - uid: 11166
components:
- type: Transform
- pos: -43.5,9.5
+ rot: 1.5707963267948966 rad
+ pos: 64.5,-4.5
parent: 31
- - uid: 5898
+ - uid: 11167
components:
- type: Transform
- pos: -41.5,7.5
+ rot: 1.5707963267948966 rad
+ pos: 63.5,-4.5
parent: 31
- - uid: 5978
+ - uid: 11168
components:
- type: Transform
- pos: -54.5,-9.5
+ rot: 1.5707963267948966 rad
+ pos: 69.5,12.5
parent: 31
- - uid: 6277
+ - uid: 11172
components:
- type: Transform
- pos: -9.5,32.5
+ rot: 1.5707963267948966 rad
+ pos: 77.5,5.5
parent: 31
- - uid: 6280
+ - uid: 11176
components:
- type: Transform
- pos: -10.5,32.5
+ rot: 1.5707963267948966 rad
+ pos: 68.5,-4.5
parent: 31
- - uid: 6287
+ - uid: 11179
components:
- type: Transform
- pos: 54.5,-8.5
+ rot: 1.5707963267948966 rad
+ pos: 78.5,4.5
parent: 31
- - uid: 6288
+ - uid: 11190
components:
- type: Transform
- pos: -6.5,34.5
+ rot: 1.5707963267948966 rad
+ pos: 70.5,11.5
parent: 31
- - uid: 6366
+ - uid: 11192
components:
- type: Transform
- pos: 22.5,14.5
+ pos: 63.5,11.5
parent: 31
- - uid: 6367
+ - uid: 11193
components:
- type: Transform
- pos: 40.5,18.5
+ pos: 64.5,11.5
parent: 31
- - uid: 6369
+ - uid: 11324
components:
- type: Transform
- pos: 42.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -18.5,-23.5
parent: 31
- - uid: 6380
+ - uid: 11326
components:
- type: Transform
- pos: 39.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -18.5,-20.5
parent: 31
- - uid: 6381
+ - uid: 11367
components:
- type: Transform
- pos: 38.5,18.5
+ rot: 3.141592653589793 rad
+ pos: -18.5,-19.5
parent: 31
- - uid: 6383
+ - uid: 11408
components:
- type: Transform
- pos: 37.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -43.5,-4.5
parent: 31
- - uid: 6390
+ - uid: 11409
components:
- type: Transform
- pos: 50.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: -41.5,-2.5
parent: 31
- - uid: 6391
+ - uid: 11410
components:
- type: Transform
- pos: 35.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: -41.5,-6.5
parent: 31
- - uid: 6393
+ - uid: 11480
components:
- type: Transform
- pos: 49.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 61.5,16.5
parent: 31
- - uid: 6394
+ - uid: 11770
components:
- type: Transform
- pos: 48.5,10.5
+ rot: 1.5707963267948966 rad
+ pos: 72.5,6.5
parent: 31
- - uid: 6401
+ - uid: 11771
components:
- type: Transform
- pos: 34.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 72.5,7.5
parent: 31
- - uid: 6405
+ - uid: 11772
components:
- type: Transform
- pos: 23.5,20.5
+ rot: 1.5707963267948966 rad
+ pos: 72.5,8.5
parent: 31
- - uid: 6415
+ - uid: 11811
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,17.5
+ rot: 1.5707963267948966 rad
+ pos: 71.5,3.5
parent: 31
- - uid: 6440
+ - uid: 11831
components:
- type: Transform
- pos: 43.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 64.5,12.5
parent: 31
- - uid: 6445
+ - uid: 11832
components:
- type: Transform
- pos: 45.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,12.5
parent: 31
- - uid: 6453
+ - uid: 11833
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,15.5
+ rot: 1.5707963267948966 rad
+ pos: 70.5,12.5
parent: 31
- - uid: 6455
+ - uid: 11841
components:
- type: Transform
- pos: 33.5,18.5
+ rot: 1.5707963267948966 rad
+ pos: 67.5,11.5
parent: 31
- - uid: 6456
+ - uid: 11845
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 54.5,16.5
+ rot: 1.5707963267948966 rad
+ pos: 77.5,7.5
parent: 31
- - uid: 6458
+ - uid: 11906
components:
- type: Transform
- pos: 45.5,7.5
+ rot: -1.5707963267948966 rad
+ pos: 64.5,-5.5
parent: 31
- - uid: 6464
+ - uid: 11907
components:
- type: Transform
- pos: 45.5,9.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,-5.5
parent: 31
- - uid: 6472
+ - uid: 11908
components:
- type: Transform
- pos: 47.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 67.5,-5.5
parent: 31
- - uid: 6481
+ - uid: 11909
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 48.5,24.5
+ rot: -1.5707963267948966 rad
+ pos: 68.5,-5.5
parent: 31
- - uid: 6503
+ - uid: 11910
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 55.5,24.5
+ pos: 80.5,5.5
parent: 31
- - uid: 6504
+ - uid: 11911
components:
- type: Transform
- pos: 44.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,3.5
parent: 31
- - uid: 6505
+ - uid: 11912
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 49.5,24.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,4.5
parent: 31
- - uid: 6508
+ - uid: 11913
components:
- type: Transform
- pos: 46.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,2.5
parent: 31
- - uid: 6539
+ - uid: 11914
components:
- type: Transform
- pos: 47.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,1.5
parent: 31
- - uid: 6551
+ - uid: 11915
components:
- type: Transform
- pos: 48.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 80.5,0.5
parent: 31
- - uid: 6565
+ - uid: 11916
components:
- type: Transform
- pos: 46.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 79.5,0.5
parent: 31
- - uid: 6605
+ - uid: 11917
components:
- type: Transform
- pos: 47.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 79.5,-0.5
parent: 31
- - uid: 6606
+ - uid: 11918
components:
- type: Transform
- pos: 48.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 78.5,-0.5
parent: 31
- - uid: 6613
+ - uid: 11919
components:
- type: Transform
- pos: 36.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 78.5,-1.5
parent: 31
- - uid: 6641
+ - uid: 11920
components:
- type: Transform
- pos: -41.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: 77.5,-1.5
parent: 31
- - uid: 6645
+ - uid: 11921
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 58.5,23.5
+ pos: 77.5,-2.5
parent: 31
- - uid: 6690
+ - uid: 11922
components:
- type: Transform
- pos: -30.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: 76.5,-2.5
parent: 31
- - uid: 6691
+ - uid: 11923
components:
- type: Transform
- pos: -30.5,28.5
+ rot: -1.5707963267948966 rad
+ pos: 76.5,-3.5
parent: 31
- - uid: 6721
+ - uid: 11924
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 65.5,14.5
+ pos: 75.5,-3.5
parent: 31
- - uid: 6725
+ - uid: 11925
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 58.5,22.5
+ pos: 75.5,-4.5
parent: 31
- - uid: 6726
+ - uid: 11926
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 53.5,24.5
+ pos: 74.5,-4.5
parent: 31
- - uid: 6728
+ - uid: 11927
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 58.5,24.5
+ pos: 74.5,-5.5
parent: 31
- - uid: 6729
+ - uid: 11928
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 56.5,24.5
+ pos: 73.5,-5.5
parent: 31
- - uid: 6730
+ - uid: 11929
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 57.5,24.5
+ pos: 73.5,-6.5
parent: 31
- - uid: 6731
+ - uid: 11930
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 52.5,24.5
+ pos: 72.5,-6.5
parent: 31
- - uid: 6733
+ - uid: 11931
components:
- type: Transform
- pos: 58.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: 72.5,-7.5
parent: 31
- - uid: 6742
+ - uid: 11932
components:
- type: Transform
- pos: 46.5,10.5
+ rot: -1.5707963267948966 rad
+ pos: 71.5,-7.5
parent: 31
- - uid: 6812
+ - uid: 11933
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -10.5,-42.5
+ rot: -1.5707963267948966 rad
+ pos: 70.5,-7.5
parent: 31
- - uid: 6815
+ - uid: 11934
components:
- type: Transform
- pos: 41.5,18.5
+ rot: -1.5707963267948966 rad
+ pos: 69.5,-7.5
parent: 31
- - uid: 6841
+ - uid: 12029
components:
- type: Transform
- pos: 50.5,14.5
+ pos: 68.5,-8.5
parent: 31
- - uid: 6844
+ - uid: 12030
components:
- type: Transform
- pos: 49.5,14.5
+ pos: 67.5,-8.5
parent: 31
- - uid: 6847
+ - uid: 12031
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 51.5,24.5
+ pos: 69.5,-8.5
parent: 31
- - uid: 6863
+ - uid: 12032
components:
- type: Transform
- pos: 27.5,22.5
+ pos: 65.5,-8.5
parent: 31
- - uid: 6868
+ - uid: 12033
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 79.5,13.5
+ pos: 66.5,-8.5
parent: 31
- - uid: 6873
+ - uid: 12034
components:
- type: Transform
- pos: 59.5,11.5
+ pos: 64.5,-8.5
parent: 31
- - uid: 6874
+ - uid: 12035
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 50.5,24.5
+ pos: 63.5,-8.5
parent: 31
- - uid: 6933
+ - uid: 12036
components:
- type: Transform
- pos: 49.5,18.5
+ pos: 62.5,-8.5
parent: 31
- - uid: 6950
+ - uid: 12099
components:
- type: Transform
- pos: -7.5,34.5
+ rot: -1.5707963267948966 rad
+ pos: 63.5,15.5
+ parent: 12098
+ - uid: 12296
+ components:
+ - type: Transform
+ pos: -45.5,11.5
parent: 31
- - uid: 6951
+ - uid: 12297
components:
- type: Transform
- pos: -5.5,32.5
+ pos: -46.5,11.5
parent: 31
- - uid: 6952
+ - uid: 12298
components:
- type: Transform
- pos: -10.5,31.5
+ pos: -47.5,11.5
parent: 31
- - uid: 6958
+ - uid: 12299
components:
- type: Transform
- pos: 51.5,-31.5
+ pos: -48.5,11.5
parent: 31
- - uid: 6961
+ - uid: 12300
components:
- type: Transform
- pos: 47.5,-31.5
+ pos: -49.5,11.5
parent: 31
- - uid: 6962
+ - uid: 12301
components:
- type: Transform
- pos: 47.5,-30.5
+ pos: -50.5,11.5
parent: 31
- - uid: 6963
+ - uid: 12302
components:
- type: Transform
- pos: 46.5,-29.5
+ pos: -51.5,11.5
parent: 31
- - uid: 6964
+ - uid: 12303
components:
- type: Transform
- pos: 34.5,-14.5
+ pos: -52.5,11.5
parent: 31
- - uid: 6967
+ - uid: 12304
components:
- type: Transform
- pos: 40.5,-26.5
+ pos: -53.5,11.5
parent: 31
- - uid: 6971
+ - uid: 12305
components:
- type: Transform
- pos: 42.5,-22.5
+ pos: -53.5,9.5
parent: 31
- - uid: 6993
+ - uid: 12306
components:
- type: Transform
- pos: 35.5,-38.5
+ pos: -52.5,9.5
parent: 31
- - uid: 6994
+ - uid: 12307
components:
- type: Transform
- pos: 32.5,-38.5
+ pos: -51.5,9.5
parent: 31
- - uid: 7011
+ - uid: 12308
components:
- type: Transform
- pos: 51.5,-18.5
+ pos: -50.5,9.5
parent: 31
- - uid: 7012
+ - uid: 12309
components:
- type: Transform
- pos: 51.5,-17.5
+ pos: -49.5,9.5
parent: 31
- - uid: 7013
+ - uid: 12310
components:
- type: Transform
- pos: 50.5,-17.5
+ pos: -47.5,9.5
parent: 31
- - uid: 7014
+ - uid: 12311
components:
- type: Transform
- pos: 49.5,-17.5
+ pos: -48.5,9.5
parent: 31
- - uid: 7015
+ - uid: 12312
components:
- type: Transform
- pos: 48.5,-17.5
+ pos: -46.5,9.5
parent: 31
- - uid: 7016
+ - uid: 12313
components:
- type: Transform
- pos: 47.5,-17.5
+ pos: -45.5,9.5
parent: 31
- - uid: 7017
+ - uid: 12314
components:
- type: Transform
- pos: 52.5,-19.5
+ pos: -45.5,7.5
parent: 31
- - uid: 7018
+ - uid: 12315
components:
- type: Transform
- pos: 53.5,-19.5
+ pos: -46.5,7.5
parent: 31
- - uid: 7019
+ - uid: 12316
components:
- type: Transform
- pos: 54.5,-19.5
+ pos: -47.5,7.5
parent: 31
- - uid: 7020
+ - uid: 12317
components:
- type: Transform
- pos: 54.5,-20.5
+ pos: -48.5,7.5
parent: 31
- - uid: 7021
+ - uid: 12318
components:
- type: Transform
- pos: 54.5,-21.5
+ pos: -50.5,7.5
parent: 31
- - uid: 7022
+ - uid: 12319
components:
- type: Transform
- pos: 55.5,-26.5
+ pos: -49.5,7.5
parent: 31
- - uid: 7023
+ - uid: 12320
components:
- type: Transform
- pos: 54.5,-27.5
+ pos: -51.5,7.5
parent: 31
- - uid: 7024
+ - uid: 12321
components:
- type: Transform
- pos: 54.5,-29.5
+ pos: -52.5,7.5
parent: 31
- - uid: 7025
+ - uid: 12322
components:
- type: Transform
- pos: 52.5,-29.5
+ pos: -53.5,7.5
parent: 31
- - uid: 7028
+ - uid: 12334
components:
- type: Transform
- pos: -7.5,35.5
+ rot: -1.5707963267948966 rad
+ pos: -45.5,3.5
parent: 31
- - uid: 7038
+ - uid: 12335
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 37.5,-22.5
+ pos: -46.5,3.5
parent: 31
- - uid: 7039
+ - uid: 12336
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 35.5,-22.5
+ pos: -48.5,3.5
parent: 31
- - uid: 7044
+ - uid: 12337
components:
- type: Transform
- pos: 28.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: -47.5,3.5
parent: 31
- - uid: 7070
+ - uid: 12338
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 61.5,20.5
+ pos: -49.5,3.5
parent: 31
- - uid: 7112
+ - uid: 12339
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 73.5,14.5
+ pos: -50.5,3.5
parent: 31
- - uid: 7150
+ - uid: 12340
components:
- type: Transform
- pos: -5.5,34.5
+ rot: -1.5707963267948966 rad
+ pos: -51.5,3.5
parent: 31
- - uid: 7186
+ - uid: 12341
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,11.5
+ rot: -1.5707963267948966 rad
+ pos: -52.5,3.5
parent: 31
- - uid: 7187
+ - uid: 12342
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 66.5,12.5
+ rot: -1.5707963267948966 rad
+ pos: -53.5,3.5
parent: 31
- - uid: 7188
+ - uid: 12343
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 64.5,14.5
+ pos: -53.5,1.5
parent: 31
- - uid: 7192
+ - uid: 12344
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 66.5,14.5
+ pos: -52.5,1.5
parent: 31
- - uid: 7193
+ - uid: 12345
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 61.5,15.5
+ pos: -51.5,1.5
parent: 31
- - uid: 7194
+ - uid: 12346
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 62.5,15.5
+ pos: -50.5,1.5
parent: 31
- - uid: 7195
+ - uid: 12347
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 61.5,18.5
+ pos: -49.5,1.5
parent: 31
- - uid: 7196
+ - uid: 12348
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 60.5,20.5
+ pos: -48.5,1.5
parent: 31
- - uid: 7197
+ - uid: 12349
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 58.5,20.5
+ pos: -47.5,1.5
parent: 31
- - uid: 7198
+ - uid: 12350
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 59.5,20.5
+ pos: -46.5,1.5
parent: 31
- - uid: 7199
+ - uid: 12351
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 71.5,14.5
+ pos: -45.5,1.5
parent: 31
- - uid: 7200
+ - uid: 12352
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 72.5,14.5
+ pos: -44.5,-0.5
parent: 31
- - uid: 7201
+ - uid: 12353
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 76.5,14.5
+ pos: -45.5,-0.5
parent: 31
- - uid: 7202
+ - uid: 12354
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 75.5,14.5
+ pos: -47.5,-0.5
parent: 31
- - uid: 7203
+ - uid: 12355
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 77.5,14.5
+ pos: -46.5,-0.5
parent: 31
- - uid: 7204
+ - uid: 12356
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 80.5,11.5
+ pos: -48.5,-0.5
parent: 31
- - uid: 7213
+ - uid: 12357
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 78.5,13.5
+ pos: -49.5,-0.5
parent: 31
- - uid: 7215
+ - uid: 12358
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 80.5,9.5
+ pos: -50.5,-0.5
parent: 31
- - uid: 7216
+ - uid: 12359
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 80.5,7.5
+ pos: -51.5,-0.5
parent: 31
- - uid: 7217
+ - uid: 12360
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 80.5,6.5
+ pos: -52.5,-0.5
parent: 31
- - uid: 7221
+ - uid: 12361
components:
- type: Transform
- pos: 34.5,20.5
+ rot: -1.5707963267948966 rad
+ pos: -53.5,-0.5
parent: 31
- - uid: 7226
+ - uid: 12527
components:
- type: Transform
- pos: 36.5,20.5
+ rot: 3.141592653589793 rad
+ pos: 31.5,28.5
parent: 31
- - uid: 7231
+ - uid: 12528
components:
- type: Transform
- pos: 0.5,36.5
+ rot: 3.141592653589793 rad
+ pos: 32.5,28.5
parent: 31
- - uid: 7233
+ - uid: 12529
components:
- type: Transform
- pos: 13.5,-5.5
+ rot: 3.141592653589793 rad
+ pos: 34.5,28.5
parent: 31
- - uid: 7274
+ - uid: 12530
components:
- type: Transform
- pos: 12.5,-6.5
+ rot: 3.141592653589793 rad
+ pos: 30.5,28.5
parent: 31
- - uid: 7304
+ - uid: 12531
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 61.5,19.5
+ rot: 3.141592653589793 rad
+ pos: 30.5,27.5
parent: 31
- - uid: 7305
+ - uid: 12533
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 78.5,14.5
+ rot: 3.141592653589793 rad
+ pos: 30.5,25.5
parent: 31
- - uid: 7307
+ - uid: 12534
components:
- type: Transform
- pos: 1.5,-34.5
+ rot: 3.141592653589793 rad
+ pos: 30.5,24.5
parent: 31
- - uid: 7358
+ - uid: 12536
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -42.5,15.5
+ pos: 37.5,27.5
parent: 31
- - uid: 7375
+ - uid: 12537
components:
- type: Transform
- pos: 61.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: 36.5,28.5
parent: 31
- - uid: 7376
+ - uid: 12971
components:
- type: Transform
- pos: 4.5,35.5
+ pos: -22.5,26.5
parent: 31
- - uid: 7425
+ - uid: 12972
components:
- type: Transform
- pos: 61.5,-11.5
+ pos: -21.5,26.5
parent: 31
- - uid: 7447
+ - uid: 12973
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 0.5,-32.5
+ pos: -20.5,26.5
parent: 31
- - uid: 7448
+- proto: GrilleBroken
+ entities:
+ - uid: 80
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -0.5,-32.5
+ rot: 1.5707963267948966 rad
+ pos: -40.5,20.5
parent: 31
- - uid: 7449
+ - uid: 552
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -1.5,-32.5
+ pos: -42.5,12.5
parent: 31
- - uid: 7450
+ - uid: 831
components:
- type: Transform
rot: 3.141592653589793 rad
- pos: -2.5,-32.5
+ pos: -7.5,33.5
parent: 31
- - uid: 7471
+ - uid: 1025
components:
- type: Transform
- pos: 11.5,-17.5
+ rot: -1.5707963267948966 rad
+ pos: -8.5,32.5
parent: 31
- - uid: 7472
+ - uid: 1520
components:
- type: Transform
- pos: -31.5,19.5
+ rot: -1.5707963267948966 rad
+ pos: -4.5,34.5
parent: 31
- - uid: 7485
+ - uid: 3658
components:
- type: Transform
- pos: 1.5,-27.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,34.5
parent: 31
- - uid: 7487
+ - uid: 3825
components:
- type: Transform
- pos: 1.5,36.5
+ rot: 3.141592653589793 rad
+ pos: -15.5,27.5
parent: 31
- - uid: 7488
+ - uid: 4025
components:
- type: Transform
- pos: 61.5,-7.5
+ rot: 1.5707963267948966 rad
+ pos: 3.5,36.5
parent: 31
- - uid: 7547
+ - uid: 4444
components:
- type: Transform
- pos: 34.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 61.5,-8.5
parent: 31
- - uid: 7632
+ - uid: 4447
components:
- type: Transform
- pos: -39.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 61.5,-13.5
parent: 31
- - uid: 7636
+ - uid: 6467
components:
- type: Transform
- pos: -47.5,-12.5
+ rot: -1.5707963267948966 rad
+ pos: 54.5,24.5
parent: 31
- - uid: 7672
+ - uid: 6744
components:
- type: Transform
- pos: -16.5,7.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,21.5
parent: 31
- - uid: 7677
+ - uid: 6747
components:
- type: Transform
- pos: 62.5,-10.5
+ rot: 1.5707963267948966 rad
+ pos: 54.5,24.5
parent: 31
- - uid: 7678
+ - uid: 7080
components:
- type: Transform
- pos: 61.5,-16.5
+ rot: 1.5707963267948966 rad
+ pos: -11.5,-42.5
parent: 31
- - uid: 7679
+ - uid: 7431
components:
- type: Transform
- pos: 61.5,-14.5
+ rot: 3.141592653589793 rad
+ pos: -10.5,30.5
parent: 31
- - uid: 7688
+ - uid: 7579
components:
- type: Transform
- pos: 23.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: 60.5,-15.5
parent: 31
- - uid: 7692
+ - uid: 7676
components:
- type: Transform
- pos: -39.5,12.5
+ rot: 3.141592653589793 rad
+ pos: 61.5,-12.5
parent: 31
- - uid: 7697
+ - uid: 8033
components:
- type: Transform
- pos: -46.5,-12.5
+ rot: 1.5707963267948966 rad
+ pos: -23.5,29.5
parent: 31
- - uid: 7713
+ - uid: 8034
components:
- type: Transform
- pos: -54.5,-10.5
+ rot: -1.5707963267948966 rad
+ pos: -21.5,29.5
parent: 31
- - uid: 7748
+ - uid: 8035
components:
- type: Transform
- pos: 49.5,-31.5
+ rot: -1.5707963267948966 rad
+ pos: -28.5,29.5
parent: 31
- - uid: 7777
+ - uid: 8308
components:
- type: Transform
- pos: 45.5,12.5
+ pos: 58.5,-31.5
parent: 31
- - uid: 7798
+ - uid: 8369
components:
- type: Transform
- pos: 13.5,-10.5
+ pos: 38.5,26.5
parent: 31
- - uid: 7800
+ - uid: 8386
components:
- type: Transform
- pos: 13.5,-11.5
+ rot: -1.5707963267948966 rad
+ pos: 2.5,36.5
parent: 31
- - uid: 7824
+ - uid: 8387
components:
- type: Transform
- pos: -5.5,-33.5
+ rot: 1.5707963267948966 rad
+ pos: 56.5,-38.5
parent: 31
- - uid: 7830
+ - uid: 8388
components:
- type: Transform
- pos: -42.5,-8.5
+ pos: 58.5,-36.5
parent: 31
- - uid: 7838
+ - uid: 8389
components:
- type: Transform
- pos: -18.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,-35.5
parent: 31
- - uid: 7839
+ - uid: 8391
components:
- type: Transform
- pos: -15.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,-28.5
parent: 31
- - uid: 7840
+ - uid: 8392
components:
- type: Transform
- pos: -12.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,-26.5
parent: 31
- - uid: 7864
+ - uid: 8393
components:
- type: Transform
- pos: -11.5,29.5
+ pos: 58.5,-26.5
parent: 31
- - uid: 7867
+ - uid: 8394
components:
- type: Transform
- pos: 28.5,-25.5
+ pos: 58.5,-20.5
parent: 31
- - uid: 7868
+ - uid: 8395
components:
- type: Transform
- pos: 28.5,-23.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,-20.5
parent: 31
- - uid: 7947
+ - uid: 8396
components:
- type: Transform
- pos: -40.5,-8.5
+ rot: -1.5707963267948966 rad
+ pos: 58.5,-17.5
parent: 31
- - uid: 8021
+ - uid: 8397
components:
- type: Transform
- pos: -15.5,29.5
+ pos: 58.5,-15.5
parent: 31
- - uid: 8022
+ - uid: 8398
components:
- type: Transform
- pos: -16.5,29.5
+ rot: 3.141592653589793 rad
+ pos: 58.5,-13.5
parent: 31
- - uid: 8023
+ - uid: 8748
components:
- type: Transform
- pos: -17.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: 40.5,26.5
parent: 31
- - uid: 8024
+ - uid: 8749
components:
- type: Transform
- pos: -22.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: 46.5,26.5
parent: 31
- - uid: 8025
+ - uid: 9674
components:
- type: Transform
- pos: -29.5,29.5
+ pos: 14.5,-33.5
parent: 31
- - uid: 8027
+ - uid: 9819
components:
- type: Transform
- pos: -10.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: 13.5,-45.5
parent: 31
- - uid: 8032
+ - uid: 9844
components:
- type: Transform
- pos: -20.5,29.5
+ rot: -1.5707963267948966 rad
+ pos: 1.5,-47.5
parent: 31
- - uid: 8036
+ - uid: 9845
components:
- type: Transform
- pos: -19.5,29.5
+ pos: 4.5,-46.5
parent: 31
- - uid: 8037
+ - uid: 9846
components:
- type: Transform
- pos: -12.5,29.5
+ rot: 3.141592653589793 rad
+ pos: 4.5,-46.5
parent: 31
- - uid: 8038
+ - uid: 9848
components:
- type: Transform
- pos: -13.5,29.5
+ pos: 11.5,-44.5
parent: 31
- - uid: 8048
+ - uid: 9850
components:
- type: Transform
- pos: 29.5,21.5
+ rot: 1.5707963267948966 rad
+ pos: 10.5,-45.5
parent: 31
- - uid: 8052
+ - uid: 9851
components:
- type: Transform
- pos: -41.5,6.5
+ rot: -1.5707963267948966 rad
+ pos: 9.5,-45.5
parent: 31
- - uid: 8056
+ - uid: 9852
components:
- type: Transform
- pos: 33.5,26.5
+ rot: 3.141592653589793 rad
+ pos: 14.5,-37.5
parent: 31
- - uid: 8074
+ - uid: 9853
components:
- type: Transform
- pos: 45.5,11.5
+ rot: 3.141592653589793 rad
+ pos: 13.5,-34.5
parent: 31
- - uid: 8084
+ - uid: 9854
components:
- type: Transform
- pos: -16.5,6.5
+ rot: 3.141592653589793 rad
+ pos: -1.5,-46.5
parent: 31
- - uid: 8097
+ - uid: 9855
components:
- type: Transform
- pos: 3.5,-23.5
+ rot: 1.5707963267948966 rad
+ pos: -1.5,-47.5
parent: 31
- - uid: 8103
+ - uid: 9856
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 61.5,17.5
+ pos: 6.5,-47.5
parent: 31
- - uid: 8108
+ - uid: 9859
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 61.5,0.5
+ rot: -1.5707963267948966 rad
+ pos: -20.5,-39.5
parent: 31
- - uid: 8109
+ - uid: 9860
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 61.5,1.5
+ pos: -22.5,-36.5
parent: 31
- - uid: 8111
+ - uid: 9871
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 61.5,3.5
+ rot: 3.141592653589793 rad
+ pos: -22.5,-36.5
parent: 31
- - uid: 8112
+ - uid: 9874
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 61.5,4.5
+ pos: -18.5,-39.5
parent: 31
- - uid: 8145
+ - uid: 9879
components:
- type: Transform
- pos: 52.5,8.5
+ rot: 1.5707963267948966 rad
+ pos: -21.5,-36.5
parent: 31
- - uid: 8156
+ - uid: 10144
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 4.5,-31.5
+ rot: -1.5707963267948966 rad
+ pos: -6.5,-42.5
parent: 31
- - uid: 8157
+ - uid: 10225
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 2.5,-31.5
+ pos: 60.5,-10.5
parent: 31
- - uid: 8216
+ - uid: 10227
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 35.5,-26.5
+ pos: -10.5,30.5
parent: 31
- - uid: 8217
+ - uid: 10228
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: 31.5,-24.5
+ pos: 61.5,-13.5
parent: 31
- - uid: 8222
+ - uid: 10467
components:
- type: Transform
- pos: -32.5,19.5
+ rot: 1.5707963267948966 rad
+ pos: -6.5,-42.5
parent: 31
- - uid: 8293
+ - uid: 10512
components:
- type: Transform
- pos: 50.5,-31.5
+ rot: 1.5707963267948966 rad
+ pos: 58.5,20.5
parent: 31
- - uid: 8294
+ - uid: 10605
components:
- type: Transform
- pos: 48.5,-31.5
+ rot: 3.141592653589793 rad
+ pos: 44.5,-9.5
parent: 31
- - uid: 8305
+ - uid: 10708
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 58.5,-29.5
+ pos: -0.5,37.5
parent: 31
- - uid: 8306
+ - uid: 12532
components:
- type: Transform
- pos: 50.5,18.5
+ rot: 3.141592653589793 rad
+ pos: 30.5,26.5
parent: 31
- - uid: 8309
+- proto: GrilleDiagonal
+ entities:
+ - uid: 1577
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 58.5,-32.5
+ pos: 1.5,-35.5
parent: 31
- - uid: 8310
+ - uid: 9557
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 58.5,-33.5
+ pos: 0.5,-33.5
parent: 31
- - uid: 8313
+ - uid: 12535
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,14.5
+ rot: -1.5707963267948966 rad
+ pos: 37.5,28.5
parent: 31
- - uid: 8329
+- proto: GrilleSpawner
+ entities:
+ - uid: 420
components:
- type: Transform
- pos: 48.5,-6.5
+ pos: 35.5,-34.5
parent: 31
- - uid: 8330
+ - uid: 421
components:
- type: Transform
- pos: 54.5,-2.5
+ pos: 35.5,-37.5
parent: 31
- - uid: 8331
+ - uid: 422
components:
- type: Transform
- pos: 58.5,-16.5
+ pos: 34.5,-30.5
parent: 31
- - uid: 8332
+ - uid: 437
components:
- type: Transform
- pos: 58.5,-18.5
+ pos: 40.5,-32.5
parent: 31
- - uid: 8333
+ - uid: 465
components:
- type: Transform
- pos: 58.5,-19.5
+ pos: 28.5,-45.5
parent: 31
- - uid: 8334
+ - uid: 466
components:
- type: Transform
- pos: 58.5,-21.5
+ pos: 28.5,-35.5
parent: 31
- - uid: 8335
+ - uid: 468
components:
- type: Transform
- pos: 58.5,-22.5
+ pos: 30.5,-47.5
parent: 31
- - uid: 8336
+ - uid: 470
components:
- type: Transform
- pos: 58.5,-23.5
+ pos: 28.5,-44.5
parent: 31
- - uid: 8337
+ - uid: 471
components:
- type: Transform
- pos: 58.5,-24.5
+ pos: 39.5,-35.5
parent: 31
- - uid: 8338
+ - uid: 481
components:
- type: Transform
- pos: 58.5,-25.5
+ pos: 36.5,-35.5
parent: 31
- - uid: 8339
+ - uid: 482
components:
- type: Transform
- pos: 58.5,-27.5
+ pos: 37.5,-35.5
parent: 31
- - uid: 8340
+ - uid: 483
components:
- type: Transform
- pos: 58.5,-34.5
+ pos: 36.5,-33.5
parent: 31
- - uid: 8341
+ - uid: 485
components:
- type: Transform
- pos: 58.5,-37.5
+ pos: 35.5,-47.5
parent: 31
- - uid: 8342
+ - uid: 486
components:
- type: Transform
- pos: 58.5,-38.5
+ pos: 43.5,-34.5
parent: 31
- - uid: 8343
+ - uid: 487
components:
- type: Transform
- pos: 57.5,-38.5
+ pos: 37.5,-47.5
parent: 31
- - uid: 8349
+ - uid: 488
components:
- type: Transform
- pos: 32.5,26.5
+ pos: 39.5,-47.5
parent: 31
- - uid: 8350
+ - uid: 489
components:
- type: Transform
- pos: 30.5,-38.5
+ pos: 42.5,-35.5
parent: 31
- - uid: 8351
+ - uid: 499
components:
- type: Transform
- pos: 29.5,-38.5
+ pos: 43.5,-31.5
parent: 31
- - uid: 8352
+ - uid: 500
components:
- type: Transform
- pos: 28.5,-38.5
+ pos: 45.5,-30.5
parent: 31
- - uid: 8353
+ - uid: 502
components:
- type: Transform
- pos: 26.5,-38.5
+ pos: 45.5,-32.5
parent: 31
- - uid: 8354
+ - uid: 504
components:
- type: Transform
- pos: 24.5,-38.5
+ pos: 44.5,-33.5
parent: 31
- - uid: 8355
+ - uid: 505
components:
- type: Transform
- pos: 23.5,-38.5
+ pos: 37.5,-33.5
parent: 31
- - uid: 8356
+ - uid: 512
components:
- type: Transform
- pos: 22.5,-38.5
+ pos: 40.5,-36.5
parent: 31
- - uid: 8357
+ - uid: 559
components:
- type: Transform
- pos: 21.5,-38.5
+ pos: 39.5,-33.5
parent: 31
- - uid: 8362
+ - uid: 932
components:
- type: Transform
- pos: 42.5,26.5
+ pos: 18.5,-32.5
parent: 31
- - uid: 8363
+ - uid: 1046
components:
- type: Transform
- pos: 44.5,26.5
+ pos: 41.5,-33.5
parent: 31
- - uid: 8364
+ - uid: 1695
components:
- type: Transform
- pos: 45.5,26.5
+ pos: 40.5,-28.5
parent: 31
- - uid: 8367
+ - uid: 2537
components:
- type: Transform
- pos: -33.5,-15.5
+ pos: 35.5,-32.5
parent: 31
- - uid: 8371
+ - uid: 3053
components:
- type: Transform
- pos: 43.5,26.5
+ pos: 32.5,-47.5
parent: 31
- - uid: 8390
+ - uid: 3424
components:
- type: Transform
- pos: 6.5,36.5
+ pos: 20.5,-32.5
parent: 31
- - uid: 8484
+ - uid: 3475
components:
- type: Transform
- pos: -13.5,-19.5
+ pos: 40.5,-46.5
parent: 31
- - uid: 8566
+ - uid: 3806
components:
- type: Transform
- pos: -37.5,-24.5
+ pos: -39.5,23.5
parent: 31
- - uid: 8567
+ - uid: 3807
components:
- type: Transform
- pos: -37.5,-23.5
+ pos: -39.5,22.5
parent: 31
- - uid: 8568
+ - uid: 4195
components:
- type: Transform
- pos: -36.5,-22.5
+ pos: -39.5,25.5
parent: 31
- - uid: 8570
+ - uid: 4343
components:
- type: Transform
- pos: -34.5,-22.5
+ pos: 39.5,-31.5
parent: 31
- - uid: 8571
+ - uid: 4401
components:
- type: Transform
- pos: -33.5,-23.5
+ pos: 41.5,-31.5
parent: 31
- - uid: 8572
+ - uid: 4411
components:
- type: Transform
- pos: -33.5,-24.5
+ pos: 40.5,-40.5
parent: 31
- - uid: 8575
+ - uid: 4412
components:
- type: Transform
- pos: -37.5,-28.5
+ pos: 35.5,-30.5
parent: 31
- - uid: 8576
+ - uid: 4413
components:
- type: Transform
- pos: -32.5,-33.5
+ pos: 38.5,-31.5
parent: 31
- - uid: 8601
+ - uid: 4415
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -29.5,-32.5
+ pos: 40.5,-30.5
parent: 31
- - uid: 8819
+ - uid: 4422
components:
- type: Transform
- pos: 4.5,26.5
+ pos: 34.5,-28.5
parent: 31
- - uid: 8820
+ - uid: 4423
components:
- type: Transform
- pos: 2.5,26.5
+ pos: 22.5,-32.5
parent: 31
- - uid: 8946
+ - uid: 4426
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -1.5,2.5
+ pos: 40.5,-38.5
parent: 31
- - uid: 8947
+ - uid: 4454
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,2.5
+ pos: 40.5,-42.5
parent: 31
- - uid: 8948
+ - uid: 4462
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -3.5,2.5
+ pos: 40.5,-44.5
parent: 31
- - uid: 9012
+ - uid: 4585
components:
- type: Transform
- pos: -4.5,-33.5
+ pos: -39.5,24.5
parent: 31
- - uid: 9019
+ - uid: 4744
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 79.5,12.5
+ pos: -51.5,-32.5
parent: 31
- - uid: 9027
+ - uid: 4871
components:
- type: Transform
- pos: -8.5,-24.5
+ pos: -49.5,-32.5
parent: 31
- - uid: 9030
+ - uid: 4872
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,10.5
+ pos: -47.5,-32.5
parent: 31
- - uid: 9032
+ - uid: 4876
components:
- type: Transform
- pos: 33.5,-38.5
+ pos: -55.5,-24.5
parent: 31
- - uid: 9063
+ - uid: 4877
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,8.5
+ pos: -55.5,-26.5
parent: 31
- - uid: 9064
+ - uid: 4896
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,12.5
+ pos: -39.5,26.5
parent: 31
- - uid: 9124
+ - uid: 4953
components:
- type: Transform
- pos: 5.5,-11.5
+ pos: -55.5,-28.5
parent: 31
- - uid: 9125
+ - uid: 4955
components:
- type: Transform
- pos: 5.5,-10.5
+ pos: -53.5,-32.5
parent: 31
- - uid: 9126
+ - uid: 4956
components:
- type: Transform
- pos: 5.5,-8.5
+ pos: -55.5,-32.5
parent: 31
- - uid: 9127
+ - uid: 4960
components:
- type: Transform
- pos: 5.5,-7.5
+ pos: -55.5,-30.5
parent: 31
- - uid: 9136
+ - uid: 5051
components:
- type: Transform
- pos: 26.5,22.5
+ pos: 28.5,-37.5
parent: 31
- - uid: 9145
+ - uid: 5052
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 63.5,14.5
+ pos: 28.5,-39.5
parent: 31
- - uid: 9163
+ - uid: 5053
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 74.5,14.5
+ pos: 28.5,-38.5
parent: 31
- - uid: 9174
+ - uid: 5054
components:
- type: Transform
- pos: -37.5,-12.5
+ pos: 28.5,-33.5
parent: 31
- - uid: 9175
+ - uid: 5129
components:
- type: Transform
- pos: -39.5,-1.5
+ pos: 28.5,-36.5
parent: 31
- - uid: 9208
+ - uid: 5131
components:
- type: Transform
- pos: -36.5,-12.5
+ pos: 28.5,-34.5
parent: 31
- - uid: 9209
+ - uid: 5159
components:
- type: Transform
- pos: -35.5,-12.5
+ pos: 27.5,-32.5
parent: 31
- - uid: 9219
+ - uid: 5160
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,12.5
+ pos: 26.5,-32.5
parent: 31
- - uid: 9231
+ - uid: 5164
components:
- type: Transform
- pos: -41.5,-0.5
+ pos: 25.5,-32.5
parent: 31
- - uid: 9232
+ - uid: 5165
components:
- type: Transform
- pos: -42.5,-0.5
+ pos: 28.5,-32.5
parent: 31
- - uid: 9233
+ - uid: 5266
components:
- type: Transform
- pos: -43.5,-0.5
+ pos: -38.5,45.5
parent: 31
- - uid: 9234
+ - uid: 5267
components:
- type: Transform
- pos: -43.5,11.5
+ pos: -37.5,45.5
parent: 31
- - uid: 9235
+ - uid: 6402
components:
- type: Transform
- pos: -42.5,11.5
+ pos: 28.5,-47.5
parent: 31
- - uid: 9236
+ - uid: 6410
components:
- type: Transform
- pos: -41.5,11.5
+ pos: 28.5,-40.5
parent: 31
- - uid: 9257
+ - uid: 6437
components:
- type: Transform
- pos: -7.5,-24.5
+ pos: 28.5,-46.5
parent: 31
- - uid: 9260
+ - uid: 6442
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 68.5,14.5
+ pos: 28.5,-43.5
parent: 31
- - uid: 9291
+ - uid: 6469
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -13.5,-30.5
+ pos: 28.5,-41.5
parent: 31
- - uid: 9331
+ - uid: 6511
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,2.5
+ pos: 24.5,-32.5
parent: 31
- - uid: 9332
+ - uid: 6681
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -29.5,2.5
+ pos: 33.5,-47.5
parent: 31
- - uid: 9344
+ - uid: 6710
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 60.5,17.5
+ pos: 40.5,-41.5
parent: 31
- - uid: 9362
+ - uid: 6768
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -26.5,-30.5
+ pos: 40.5,-43.5
parent: 31
- - uid: 9364
+ - uid: 6769
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -30.5,-25.5
+ pos: 35.5,-31.5
parent: 31
- - uid: 9368
+ - uid: 6770
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -27.5,-30.5
+ pos: 40.5,-29.5
parent: 31
- - uid: 9370
+ - uid: 6771
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 70.5,14.5
+ pos: 37.5,-31.5
parent: 31
- - uid: 9372
+ - uid: 6772
components:
- type: Transform
- pos: -17.5,-18.5
+ pos: 40.5,-31.5
parent: 31
- - uid: 9405
+ - uid: 6773
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 69.5,14.5
+ pos: 21.5,-32.5
parent: 31
- - uid: 9408
+ - uid: 6776
components:
- type: Transform
- pos: -4.5,-37.5
+ pos: 40.5,-45.5
parent: 31
- - uid: 9409
+ - uid: 6777
components:
- type: Transform
- pos: -3.5,-37.5
+ pos: 40.5,-27.5
parent: 31
- - uid: 9410
+ - uid: 6780
components:
- type: Transform
- pos: -2.5,-37.5
+ pos: 19.5,-32.5
parent: 31
- - uid: 9413
+ - uid: 6781
components:
- type: Transform
- pos: -1.5,-37.5
+ pos: 35.5,-33.5
parent: 31
- - uid: 9419
+ - uid: 6993
components:
- type: Transform
- pos: -14.5,-33.5
+ pos: 40.5,-39.5
parent: 31
- - uid: 9420
+ - uid: 6994
components:
- type: Transform
- pos: -15.5,-33.5
+ pos: 40.5,-37.5
parent: 31
- - uid: 9421
+ - uid: 7220
components:
- type: Transform
- pos: -16.5,-33.5
+ pos: 34.5,-27.5
parent: 31
- - uid: 9422
+ - uid: 8025
components:
- type: Transform
- pos: -15.5,-40.5
+ pos: 36.5,-31.5
parent: 31
- - uid: 9423
+ - uid: 8354
components:
- type: Transform
- pos: -14.5,-40.5
+ pos: 38.5,-33.5
parent: 31
- - uid: 9424
+ - uid: 8355
components:
- type: Transform
- pos: -13.5,-40.5
+ pos: 42.5,-33.5
parent: 31
- - uid: 9460
+ - uid: 8356
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-26.5
+ pos: 40.5,-33.5
parent: 31
- - uid: 9515
+ - uid: 8357
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 49.5,-12.5
+ pos: 35.5,-35.5
parent: 31
- - uid: 9525
+ - uid: 8375
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-41.5
+ pos: 35.5,-36.5
parent: 31
- - uid: 9535
+ - uid: 8376
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 50.5,-12.5
+ pos: 34.5,-29.5
parent: 31
- - uid: 9536
+ - uid: 8377
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 51.5,-12.5
+ pos: 42.5,-31.5
parent: 31
- - uid: 9553
+ - uid: 8378
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 67.5,14.5
+ pos: 44.5,-31.5
parent: 31
- - uid: 9561
+ - uid: 8379
components:
- type: Transform
- pos: 3.5,-35.5
+ pos: 45.5,-31.5
parent: 31
- - uid: 9598
+ - uid: 8380
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,-14.5
+ pos: 45.5,-33.5
parent: 31
- - uid: 9658
+ - uid: 8577
components:
- type: Transform
- pos: -3.5,-44.5
+ pos: 43.5,-33.5
parent: 31
- - uid: 9659
+ - uid: 8578
components:
- type: Transform
- pos: -2.5,-44.5
+ pos: 43.5,-35.5
parent: 31
- - uid: 9660
+ - uid: 8579
components:
- type: Transform
- pos: -0.5,-45.5
+ pos: 41.5,-35.5
parent: 31
- - uid: 9661
+ - uid: 8580
components:
- type: Transform
- pos: 0.5,-45.5
+ pos: 40.5,-35.5
parent: 31
- - uid: 9662
+ - uid: 8589
components:
- type: Transform
- pos: 1.5,-45.5
+ pos: 36.5,-47.5
parent: 31
- - uid: 9692
+ - uid: 8590
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-40.5
+ pos: 38.5,-47.5
parent: 31
- - uid: 9693
+ - uid: 8591
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 12.5,-42.5
+ pos: 40.5,-47.5
parent: 31
- - uid: 9700
+ - uid: 8592
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 58.5,-30.5
+ pos: 29.5,-47.5
parent: 31
- - uid: 9723
+ - uid: 8593
components:
- type: Transform
- pos: 54.5,7.5
+ pos: 31.5,-47.5
parent: 31
- - uid: 9745
+ - uid: 8594
components:
- type: Transform
- pos: 58.5,4.5
+ pos: 34.5,-47.5
parent: 31
- - uid: 9765
+ - uid: 8595
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 58.5,2.5
+ pos: 38.5,-35.5
parent: 31
- - uid: 9769
+ - uid: 8630
components:
- type: Transform
- pos: -6.5,-33.5
+ pos: -55.5,-25.5
parent: 31
- - uid: 9805
+ - uid: 8631
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-34.5
+ pos: -55.5,-27.5
parent: 31
- - uid: 9806
+ - uid: 8632
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-35.5
+ pos: -55.5,-29.5
parent: 31
- - uid: 9807
+ - uid: 8633
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-36.5
+ pos: -46.5,-32.5
parent: 31
- - uid: 9808
+ - uid: 8634
components:
- type: Transform
- pos: 12.5,-45.5
+ pos: -50.5,-32.5
parent: 31
- - uid: 9809
+ - uid: 8635
components:
- type: Transform
- pos: 11.5,-45.5
+ pos: -48.5,-32.5
parent: 31
- - uid: 9810
+ - uid: 8636
components:
- type: Transform
- pos: 8.5,-45.5
+ pos: -52.5,-32.5
parent: 31
- - uid: 9811
+ - uid: 8637
components:
- type: Transform
- pos: 5.5,-47.5
+ pos: -54.5,-32.5
parent: 31
- - uid: 9812
+ - uid: 8638
components:
- type: Transform
- pos: 4.5,-47.5
+ pos: -55.5,-31.5
parent: 31
- - uid: 9813
+ - uid: 11812
components:
- type: Transform
- pos: 3.5,-47.5
+ pos: 23.5,-32.5
parent: 31
- - uid: 9814
+ - uid: 11937
components:
- type: Transform
- pos: 4.5,-45.5
+ pos: 28.5,-42.5
parent: 31
- - uid: 9815
+ - uid: 12121
components:
- type: Transform
- pos: -0.5,-47.5
+ pos: -36.5,45.5
parent: 31
- - uid: 9817
+ - uid: 12558
components:
- type: Transform
- pos: 0.5,-47.5
+ pos: -27.5,29.5
parent: 31
- - uid: 9823
+ - uid: 12631
components:
- type: Transform
- pos: -22.5,-39.5
+ pos: -35.5,45.5
parent: 31
- - uid: 9824
+ - uid: 12632
components:
- type: Transform
- pos: -22.5,-38.5
+ pos: -34.5,45.5
parent: 31
- - uid: 9826
+ - uid: 12633
components:
- type: Transform
- pos: -22.5,-37.5
+ pos: -33.5,45.5
parent: 31
- - uid: 9827
+ - uid: 12634
components:
- type: Transform
- pos: -21.5,-39.5
+ pos: -32.5,45.5
parent: 31
- - uid: 9832
+ - uid: 12635
components:
- type: Transform
- pos: -22.5,-34.5
+ pos: -31.5,45.5
parent: 31
- - uid: 9837
+ - uid: 12636
components:
- type: Transform
- pos: -22.5,-35.5
+ pos: -30.5,45.5
parent: 31
- - uid: 9838
+ - uid: 12637
components:
- type: Transform
- pos: -39.5,14.5
+ pos: -29.5,45.5
parent: 31
- - uid: 9889
+ - uid: 12638
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -42.5,13.5
+ pos: -28.5,45.5
parent: 31
- - uid: 9896
+ - uid: 12639
components:
- type: Transform
- pos: -9.5,26.5
+ pos: -26.5,44.5
parent: 31
- - uid: 9949
+ - uid: 12640
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 43.5,-14.5
+ pos: -26.5,43.5
parent: 31
- - uid: 10061
+ - uid: 12641
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 18.5,27.5
+ pos: -26.5,42.5
parent: 31
- - uid: 10064
+ - uid: 12642
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 18.5,26.5
+ pos: -26.5,41.5
parent: 31
- - uid: 10065
+ - uid: 12643
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,26.5
+ pos: -26.5,40.5
parent: 31
- - uid: 10066
+ - uid: 12644
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 24.5,27.5
+ pos: -26.5,39.5
parent: 31
- - uid: 10067
+ - uid: 12645
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,23.5
+ pos: -26.5,38.5
parent: 31
- - uid: 10068
+ - uid: 12646
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 19.5,24.5
+ pos: -26.5,36.5
parent: 31
- - uid: 10069
+ - uid: 12647
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,24.5
+ pos: -26.5,35.5
parent: 31
- - uid: 10070
+ - uid: 12648
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 23.5,23.5
+ pos: -26.5,34.5
parent: 31
- - uid: 10080
+ - uid: 12649
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 21.5,28.5
+ pos: -26.5,33.5
parent: 31
- - uid: 10113
+ - uid: 12650
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 78.5,7.5
+ pos: -26.5,32.5
parent: 31
- - uid: 10114
+ - uid: 12651
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 63.5,12.5
+ pos: -40.5,30.5
parent: 31
- - uid: 10126
+ - uid: 12652
components:
- type: Transform
- pos: -1.5,36.5
+ pos: -40.5,31.5
parent: 31
- - uid: 10196
+ - uid: 12653
components:
- type: Transform
- pos: -33.5,-14.5
+ pos: -40.5,32.5
parent: 31
- - uid: 10197
+ - uid: 12654
components:
- type: Transform
- pos: -34.5,-15.5
+ pos: -40.5,33.5
parent: 31
- - uid: 10198
+ - uid: 12655
components:
- type: Transform
- pos: -35.5,-15.5
+ pos: -40.5,34.5
parent: 31
- - uid: 10226
+ - uid: 12656
components:
- type: Transform
- pos: 61.5,-15.5
+ pos: -40.5,35.5
parent: 31
- - uid: 10372
+ - uid: 12657
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -42.5,14.5
+ pos: -40.5,36.5
parent: 31
- - uid: 10438
+ - uid: 12658
components:
- type: Transform
- pos: -39.5,18.5
+ pos: -40.5,38.5
parent: 31
- - uid: 10520
+ - uid: 12659
components:
- type: Transform
- pos: 25.5,22.5
+ pos: -40.5,39.5
parent: 31
- - uid: 10604
+ - uid: 12660
components:
- type: Transform
- pos: 44.5,-8.5
+ pos: -40.5,40.5
parent: 31
- - uid: 10712
+ - uid: 12661
components:
- type: Transform
- pos: -44.5,7.5
+ pos: -40.5,41.5
parent: 31
- - uid: 10747
+ - uid: 12662
components:
- type: Transform
- pos: -46.5,-8.5
+ pos: -40.5,42.5
parent: 31
- - uid: 10748
+ - uid: 12663
components:
- type: Transform
- pos: -47.5,-8.5
+ pos: -40.5,43.5
parent: 31
- - uid: 10749
+ - uid: 12664
components:
- type: Transform
- pos: -48.5,-8.5
+ pos: -27.5,35.5
parent: 31
- - uid: 10751
+ - uid: 12665
components:
- type: Transform
- pos: -45.5,-8.5
+ pos: -38.5,33.5
parent: 31
- - uid: 11071
+ - uid: 12666
components:
- type: Transform
- pos: 46.5,20.5
+ pos: -27.5,41.5
parent: 31
- - uid: 11077
+ - uid: 12667
components:
- type: Transform
- pos: 45.5,13.5
+ pos: -27.5,41.5
parent: 31
- - uid: 11090
+ - uid: 12668
components:
- type: Transform
- pos: 30.5,23.5
+ pos: -28.5,41.5
parent: 31
- - uid: 11110
+ - uid: 12669
components:
- type: Transform
- pos: -6.5,30.5
+ pos: -38.5,41.5
parent: 31
- - uid: 11112
+ - uid: 12670
components:
- type: Transform
- pos: -7.5,30.5
+ pos: -39.5,41.5
parent: 31
- - uid: 11113
+ - uid: 12671
components:
- type: Transform
- pos: -5.5,30.5
+ pos: -39.5,33.5
parent: 31
- - uid: 11145
+ - uid: 12672
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,11.5
+ pos: -28.5,35.5
parent: 31
- - uid: 11156
+ - uid: 12673
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,-1.5
+ pos: -28.5,46.5
parent: 31
- - uid: 11159
+ - uid: 12674
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,-4.5
+ pos: -28.5,44.5
parent: 31
- - uid: 11161
+ - uid: 12675
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 77.5,6.5
+ pos: -27.5,44.5
parent: 31
- - uid: 11162
+ - uid: 12676
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 78.5,6.5
+ pos: -25.5,44.5
parent: 31
- - uid: 11163
+ - uid: 12677
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 78.5,8.5
+ pos: -27.5,42.5
parent: 31
- - uid: 11164
+ - uid: 12678
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 78.5,5.5
+ pos: -27.5,40.5
parent: 31
- - uid: 11166
+ - uid: 12679
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 64.5,-4.5
+ pos: -27.5,38.5
parent: 31
- - uid: 11167
+ - uid: 12680
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 63.5,-4.5
+ pos: -25.5,38.5
parent: 31
- - uid: 11168
+ - uid: 12681
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 69.5,12.5
+ pos: -25.5,36.5
parent: 31
- - uid: 11172
+ - uid: 12682
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 77.5,5.5
+ pos: -27.5,36.5
parent: 31
- - uid: 11176
+ - uid: 12683
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 68.5,-4.5
+ pos: -27.5,34.5
parent: 31
- - uid: 11179
+ - uid: 12684
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 78.5,4.5
+ pos: -27.5,32.5
parent: 31
- - uid: 11190
+ - uid: 12685
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 70.5,11.5
+ pos: -25.5,32.5
parent: 31
- - uid: 11192
+ - uid: 12686
components:
- type: Transform
- pos: 63.5,11.5
+ pos: -39.5,34.5
parent: 31
- - uid: 11193
+ - uid: 12687
components:
- type: Transform
- pos: 64.5,11.5
+ pos: -39.5,32.5
parent: 31
- - uid: 11324
+ - uid: 12688
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -18.5,-23.5
+ pos: -39.5,36.5
parent: 31
- - uid: 11326
+ - uid: 12689
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -18.5,-20.5
+ pos: -39.5,38.5
parent: 31
- - uid: 11367
+ - uid: 12690
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -18.5,-19.5
+ pos: -39.5,40.5
parent: 31
- - uid: 11408
+ - uid: 12691
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -43.5,-4.5
+ pos: -39.5,43.5
parent: 31
- - uid: 11409
+ - uid: 12692
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -41.5,-2.5
+ pos: -41.5,43.5
parent: 31
- - uid: 11410
+ - uid: 12693
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -41.5,-6.5
+ pos: -38.5,44.5
parent: 31
- - uid: 11480
+ - uid: 12694
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 61.5,16.5
+ pos: -38.5,46.5
parent: 31
- - uid: 11770
+ - uid: 12695
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 72.5,6.5
+ pos: -41.5,38.5
parent: 31
- - uid: 11771
+ - uid: 12696
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 72.5,7.5
+ pos: -41.5,36.5
parent: 31
- - uid: 11772
+ - uid: 12697
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 72.5,8.5
+ pos: -39.5,30.5
parent: 31
- - uid: 11811
+ - uid: 12698
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 71.5,3.5
+ pos: -41.5,30.5
parent: 31
- - uid: 11812
+ - uid: 12699
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 71.5,2.5
+ pos: -41.5,22.5
parent: 31
- - uid: 11831
+ - uid: 12700
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 64.5,12.5
+ pos: -41.5,20.5
parent: 31
- - uid: 11832
+ - uid: 12701
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,12.5
+ pos: -24.5,27.5
parent: 31
- - uid: 11833
+ - uid: 12702
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 70.5,12.5
+ pos: -25.5,27.5
parent: 31
- - uid: 11841
+ - uid: 12703
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 67.5,11.5
+ pos: -27.5,27.5
parent: 31
- - uid: 11845
+ - uid: 12704
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 77.5,7.5
+ pos: -25.5,26.5
parent: 31
- - uid: 11906
+ - uid: 12706
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 64.5,-5.5
+ pos: -19.5,27.5
parent: 31
- - uid: 11907
+ - uid: 12707
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 63.5,-5.5
+ pos: -17.5,27.5
parent: 31
- - uid: 11908
+ - uid: 12774
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 67.5,-5.5
+ pos: -45.5,-32.5
parent: 31
- - uid: 11909
+ - uid: 12775
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 68.5,-5.5
+ pos: -44.5,-32.5
parent: 31
- - uid: 11910
+ - uid: 12776
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,5.5
+ pos: -43.5,-32.5
parent: 31
- - uid: 11911
+ - uid: 12777
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,3.5
+ pos: -42.5,-32.5
parent: 31
- - uid: 11912
+ - uid: 12778
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,4.5
+ pos: -41.5,-32.5
parent: 31
- - uid: 11913
+ - uid: 12779
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,2.5
+ pos: -40.5,-32.5
parent: 31
- - uid: 11914
+ - uid: 12780
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,1.5
+ pos: -39.5,-32.5
parent: 31
- - uid: 11915
+ - uid: 12781
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 80.5,0.5
+ pos: -38.5,-32.5
parent: 31
- - uid: 11916
+ - uid: 12782
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 79.5,0.5
+ pos: -54.5,-24.5
parent: 31
- - uid: 11917
+ - uid: 12783
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 79.5,-0.5
+ pos: -53.5,-24.5
parent: 31
- - uid: 11918
+ - uid: 12784
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 78.5,-0.5
+ pos: -52.5,-24.5
parent: 31
- - uid: 11919
+ - uid: 12785
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 78.5,-1.5
+ pos: -51.5,-24.5
parent: 31
- - uid: 11920
+ - uid: 12786
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 77.5,-1.5
+ pos: -50.5,-24.5
parent: 31
- - uid: 11921
+ - uid: 12787
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 77.5,-2.5
+ pos: -49.5,-24.5
parent: 31
- - uid: 11922
+ - uid: 12788
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 76.5,-2.5
+ pos: -48.5,-24.5
parent: 31
- - uid: 11923
+ - uid: 12789
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 76.5,-3.5
+ pos: -47.5,-24.5
parent: 31
- - uid: 11924
+ - uid: 12790
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 75.5,-3.5
+ pos: -46.5,-24.5
parent: 31
- - uid: 11925
+ - uid: 12791
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 75.5,-4.5
+ pos: -45.5,-24.5
parent: 31
- - uid: 11926
+ - uid: 12792
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 74.5,-4.5
+ pos: -44.5,-24.5
parent: 31
- - uid: 11927
+ - uid: 12793
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 74.5,-5.5
+ pos: -43.5,-24.5
parent: 31
- - uid: 11928
+ - uid: 12794
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 73.5,-5.5
+ pos: -42.5,-24.5
parent: 31
- - uid: 11929
+ - uid: 12795
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 73.5,-6.5
+ pos: -41.5,-24.5
parent: 31
- - uid: 11930
+ - uid: 12796
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 72.5,-6.5
+ pos: -40.5,-24.5
parent: 31
- - uid: 11931
+ - uid: 12797
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 72.5,-7.5
+ pos: -39.5,-24.5
parent: 31
- - uid: 11932
+ - uid: 12798
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 71.5,-7.5
+ pos: -38.5,-24.5
parent: 31
- - uid: 11933
+ - uid: 12799
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 70.5,-7.5
+ pos: -38.5,-23.5
parent: 31
- - uid: 11934
+ - uid: 12800
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 69.5,-7.5
+ pos: -38.5,-22.5
parent: 31
- - uid: 12029
+ - uid: 12802
components:
- type: Transform
- pos: 68.5,-8.5
+ pos: -36.5,-43.5
parent: 31
- - uid: 12030
+ - uid: 12847
components:
- type: Transform
- pos: 67.5,-8.5
+ pos: -36.5,-34.5
parent: 31
- - uid: 12031
+ - uid: 12848
components:
- type: Transform
- pos: 69.5,-8.5
+ pos: -36.5,-35.5
parent: 31
- - uid: 12032
+ - uid: 12849
components:
- type: Transform
- pos: 65.5,-8.5
+ pos: -36.5,-36.5
parent: 31
- - uid: 12033
+ - uid: 12850
components:
- type: Transform
- pos: 66.5,-8.5
+ pos: -36.5,-37.5
parent: 31
- - uid: 12034
+ - uid: 12851
components:
- type: Transform
- pos: 64.5,-8.5
+ pos: -36.5,-38.5
parent: 31
- - uid: 12035
+ - uid: 12852
components:
- type: Transform
- pos: 63.5,-8.5
+ pos: -36.5,-39.5
parent: 31
- - uid: 12036
+ - uid: 12853
components:
- type: Transform
- pos: 62.5,-8.5
+ pos: -36.5,-40.5
parent: 31
- - uid: 12099
+ - uid: 12854
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 63.5,15.5
- parent: 12098
-- proto: GrilleBroken
- entities:
- - uid: 80
+ pos: -36.5,-41.5
+ parent: 31
+ - uid: 12855
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -40.5,20.5
+ pos: -36.5,-42.5
parent: 31
- - uid: 552
+ - uid: 12856
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -42.5,12.5
+ pos: -36.5,-44.5
parent: 31
- - uid: 831
+ - uid: 12857
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -7.5,33.5
+ pos: -36.5,-45.5
parent: 31
- - uid: 1025
+ - uid: 12858
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,32.5
+ pos: -36.5,-46.5
parent: 31
- - uid: 1520
+ - uid: 12859
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -4.5,34.5
+ pos: -36.5,-47.5
parent: 31
- - uid: 3658
+ - uid: 12860
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,34.5
+ pos: -35.5,-47.5
parent: 31
- - uid: 3825
+ - uid: 12861
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -15.5,27.5
+ pos: -34.5,-47.5
parent: 31
- - uid: 4025
+ - uid: 12862
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 3.5,36.5
+ pos: -33.5,-47.5
parent: 31
- - uid: 4220
+ - uid: 12863
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,-38.5
+ pos: -32.5,-47.5
parent: 31
- - uid: 4444
+ - uid: 12864
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 61.5,-8.5
+ pos: -31.5,-47.5
parent: 31
- - uid: 4447
+ - uid: 12865
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 61.5,-13.5
+ pos: -30.5,-47.5
parent: 31
- - uid: 6467
+ - uid: 12866
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 54.5,24.5
+ pos: -29.5,-47.5
parent: 31
- - uid: 6744
+ - uid: 12867
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,21.5
+ pos: -28.5,-47.5
parent: 31
- - uid: 6747
+ - uid: 12868
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 54.5,24.5
+ pos: -28.5,-46.5
parent: 31
- - uid: 7080
+ - uid: 12869
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -11.5,-42.5
+ pos: -28.5,-45.5
parent: 31
- - uid: 7431
+ - uid: 12870
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,30.5
+ pos: -28.5,-44.5
parent: 31
- - uid: 7579
+ - uid: 12871
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 60.5,-15.5
+ pos: -28.5,-43.5
parent: 31
- - uid: 7676
+ - uid: 12872
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 61.5,-12.5
+ pos: -28.5,-42.5
parent: 31
- - uid: 8033
+ - uid: 12873
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -23.5,29.5
+ pos: -28.5,-41.5
parent: 31
- - uid: 8034
+ - uid: 12874
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -21.5,29.5
+ pos: -28.5,-40.5
parent: 31
- - uid: 8035
+ - uid: 12875
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -28.5,29.5
+ pos: -28.5,-39.5
parent: 31
- - uid: 8042
+ - uid: 12876
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -37.5,29.5
+ pos: -37.5,-36.5
parent: 31
- - uid: 8308
+ - uid: 12877
components:
- type: Transform
- pos: 58.5,-31.5
+ pos: -28.5,-38.5
parent: 31
- - uid: 8369
+ - uid: 12878
components:
- type: Transform
- pos: 38.5,26.5
+ pos: -28.5,-37.5
parent: 31
- - uid: 8375
+ - uid: 12879
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 20.5,-38.5
+ pos: -28.5,-36.5
parent: 31
- - uid: 8376
+ - uid: 12880
components:
- type: Transform
- pos: 22.5,-37.5
+ pos: -28.5,-35.5
parent: 31
- - uid: 8377
+ - uid: 12881
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 25.5,-38.5
+ pos: -36.5,-33.5
parent: 31
- - uid: 8378
+ - uid: 12882
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 27.5,-38.5
+ pos: -37.5,-33.5
parent: 31
- - uid: 8379
+ - uid: 12883
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 27.5,-38.5
+ pos: -38.5,-33.5
parent: 31
- - uid: 8380
+ - uid: 12884
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 31.5,-38.5
+ pos: -38.5,-36.5
parent: 31
- - uid: 8386
+ - uid: 12885
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 2.5,36.5
+ pos: -39.5,-36.5
parent: 31
- - uid: 8387
+ - uid: 12886
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 56.5,-38.5
+ pos: -37.5,-39.5
parent: 31
- - uid: 8388
+ - uid: 12887
components:
- type: Transform
- pos: 58.5,-36.5
+ pos: -38.5,-39.5
parent: 31
- - uid: 8389
+ - uid: 12888
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,-35.5
+ pos: -39.5,-39.5
parent: 31
- - uid: 8391
+ - uid: 12889
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,-28.5
+ pos: -40.5,-39.5
parent: 31
- - uid: 8392
+ - uid: 12890
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,-26.5
+ pos: -27.5,-42.5
parent: 31
- - uid: 8393
+ - uid: 12891
components:
- type: Transform
- pos: 58.5,-26.5
+ pos: -26.5,-42.5
parent: 31
- - uid: 8394
+ - uid: 12892
components:
- type: Transform
- pos: 58.5,-20.5
+ pos: -25.5,-42.5
parent: 31
- - uid: 8395
+ - uid: 12893
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,-20.5
+ pos: -24.5,-42.5
parent: 31
- - uid: 8396
+ - uid: 12894
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 58.5,-17.5
+ pos: -27.5,-45.5
parent: 31
- - uid: 8397
+ - uid: 12895
components:
- type: Transform
- pos: 58.5,-15.5
+ pos: -27.5,-46.5
parent: 31
- - uid: 8398
+ - uid: 12896
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 58.5,-13.5
+ pos: -26.5,-45.5
parent: 31
- - uid: 8748
+ - uid: 12897
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 40.5,26.5
+ pos: -25.5,-45.5
parent: 31
- - uid: 8749
+ - uid: 12898
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 46.5,26.5
+ pos: -29.5,-48.5
parent: 31
- - uid: 9674
+ - uid: 12899
components:
- type: Transform
- pos: 14.5,-33.5
+ pos: -29.5,-49.5
parent: 31
- - uid: 9699
+ - uid: 12900
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 34.5,-38.5
+ pos: -31.5,-48.5
parent: 31
- - uid: 9819
+ - uid: 12901
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 13.5,-45.5
+ pos: -35.5,-48.5
parent: 31
- - uid: 9844
+ - uid: 12902
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 1.5,-47.5
+ pos: -37.5,-46.5
parent: 31
- - uid: 9845
+ - uid: 12903
components:
- type: Transform
- pos: 4.5,-46.5
+ pos: -37.5,-44.5
parent: 31
- - uid: 9846
+ - uid: 12904
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 4.5,-46.5
+ pos: -38.5,-44.5
parent: 31
- - uid: 9848
+ - uid: 12938
components:
- type: Transform
- pos: 11.5,-44.5
+ pos: -36.5,30.5
parent: 31
- - uid: 9850
+ - uid: 12939
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 10.5,-45.5
+ pos: -37.5,29.5
parent: 31
- - uid: 9851
+ - uid: 12940
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 9.5,-45.5
+ pos: -36.5,29.5
parent: 31
- - uid: 9852
+ - uid: 12941
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 14.5,-37.5
+ pos: -35.5,29.5
parent: 31
- - uid: 9853
+ - uid: 12942
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 13.5,-34.5
+ pos: -36.5,28.5
parent: 31
- - uid: 9854
+ - uid: 12943
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -1.5,-46.5
+ pos: -35.5,28.5
parent: 31
- - uid: 9855
+ - uid: 12944
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -1.5,-47.5
+ pos: -35.5,27.5
parent: 31
- - uid: 9856
+ - uid: 12945
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 6.5,-47.5
+ pos: -30.5,29.5
parent: 31
- - uid: 9859
+ - uid: 12946
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -20.5,-39.5
+ pos: -31.5,29.5
parent: 31
- - uid: 9860
+ - uid: 12947
components:
- type: Transform
- pos: -22.5,-36.5
+ pos: -31.5,28.5
parent: 31
- - uid: 9871
+ - uid: 12948
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: -22.5,-36.5
+ pos: -30.5,28.5
parent: 31
- - uid: 9874
+ - uid: 12949
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -18.5,-39.5
+ pos: -30.5,30.5
parent: 31
- - uid: 9879
+ - uid: 12950
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -21.5,-36.5
+ pos: -29.5,29.5
parent: 31
- - uid: 10144
+ - uid: 12951
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: -6.5,-42.5
+ pos: -31.5,27.5
parent: 31
- - uid: 10225
+ - uid: 12952
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 60.5,-10.5
+ pos: -35.5,25.5
parent: 31
- - uid: 10227
+ - uid: 12953
components:
- type: Transform
- pos: -10.5,30.5
+ pos: -35.5,24.5
parent: 31
- - uid: 10228
+ - uid: 12954
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 61.5,-13.5
+ pos: -36.5,24.5
parent: 31
- - uid: 10467
+ - uid: 12955
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -6.5,-42.5
+ pos: -37.5,23.5
parent: 31
- - uid: 10605
+ - uid: 12956
components:
- type: Transform
- rot: 3.141592653589793 rad
- pos: 44.5,-9.5
+ pos: -36.5,23.5
parent: 31
- - uid: 10708
+ - uid: 12957
components:
- type: Transform
- pos: -0.5,37.5
+ pos: -35.5,23.5
parent: 31
-- proto: GrilleDiagonal
- entities:
- - uid: 1577
+ - uid: 12958
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 1.5,-35.5
+ pos: -35.5,22.5
parent: 31
- - uid: 9557
+ - uid: 12959
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 0.5,-33.5
+ pos: -36.5,22.5
parent: 31
-- proto: GrilleSpawner
- entities:
- - uid: 3806
+ - uid: 12960
components:
- type: Transform
- pos: -39.5,23.5
+ pos: -31.5,25.5
parent: 31
- - uid: 3807
+ - uid: 12961
components:
- type: Transform
- pos: -39.5,22.5
+ pos: -30.5,25.5
parent: 31
- - uid: 3808
+ - uid: 12962
components:
- type: Transform
- pos: -32.5,29.5
+ pos: -29.5,25.5
parent: 31
- - uid: 3821
+ - uid: 12963
components:
- type: Transform
- pos: -34.5,29.5
+ pos: -33.5,22.5
parent: 31
- - uid: 3823
+ - uid: 12964
components:
- type: Transform
- pos: -36.5,29.5
+ pos: -33.5,21.5
parent: 31
- - uid: 3824
+ - uid: 12965
components:
- type: Transform
- pos: -35.5,29.5
+ pos: -32.5,22.5
parent: 31
- - uid: 3829
+ - uid: 12966
components:
- type: Transform
- pos: -31.5,29.5
+ pos: -32.5,21.5
parent: 31
- - uid: 3862
+ - uid: 12967
components:
- type: Transform
- pos: -33.5,29.5
+ pos: -31.5,21.5
parent: 31
- - uid: 4195
+ - uid: 12968
components:
- type: Transform
- pos: -39.5,25.5
+ pos: -30.5,21.5
parent: 31
- - uid: 4585
+ - uid: 12969
components:
- type: Transform
- pos: -39.5,24.5
+ pos: -31.5,22.5
parent: 31
- - uid: 4896
+ - uid: 12970
components:
- type: Transform
- pos: -39.5,26.5
+ pos: -32.5,23.5
parent: 31
- proto: GunSafeLaserCarbine
entities:
@@ -51375,6 +55435,13 @@ entities:
- type: Transform
pos: -13.5,21.5
parent: 31
+- proto: GunSafePistolMk58
+ entities:
+ - uid: 11447
+ components:
+ - type: Transform
+ pos: -14.5,20.5
+ parent: 31
- proto: GunSafeRifleLecter
entities:
- uid: 7687
@@ -51565,30 +55632,6 @@ entities:
rot: 1.5707963267948966 rad
pos: 67.5,8.5
parent: 31
- - uid: 6906
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 50.5,23.5
- parent: 31
- - uid: 7227
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 50.5,20.5
- parent: 31
- - uid: 7228
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 50.5,21.5
- parent: 31
- - uid: 7352
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 50.5,22.5
- parent: 31
- uid: 11047
components:
- type: Transform
@@ -51871,8 +55914,11 @@ entities:
- uid: 4144
components:
- type: Transform
- pos: -3.428735,16.721615
+ pos: -3.363819,18.723997
parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
- proto: IntercomAll
entities:
- uid: 9903
@@ -52171,6 +56217,13 @@ entities:
- type: Transform
pos: 42.38984,-10.466663
parent: 31
+- proto: KitchenDeepFryer
+ entities:
+ - uid: 12199
+ components:
+ - type: Transform
+ pos: -12.5,-0.5
+ parent: 31
- proto: KitchenMicrowave
entities:
- uid: 893
@@ -52217,6 +56270,38 @@ entities:
- type: Transform
pos: -10.5,-3.5
parent: 31
+- proto: KnifePlastic
+ entities:
+ - uid: 12174
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -3.414538,-1.1644373
+ parent: 31
+ - uid: 12175
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -2.586413,-1.2113123
+ parent: 31
+ - uid: 12211
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.427015,-0.64378613
+ parent: 31
+ - uid: 12215
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.41139,0.34058887
+ parent: 31
+ - uid: 12216
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.395765,1.2312138
+ parent: 31
- proto: Lamp
entities:
- uid: 616
@@ -52282,11 +56367,6 @@ entities:
- type: Transform
pos: 0.41178536,-5.2814264
parent: 31
- - uid: 5091
- components:
- - type: Transform
- pos: -1.6867096,1.4657487
- parent: 31
- uid: 7149
components:
- type: Transform
@@ -52313,13 +56393,6 @@ entities:
rot: 3.141592653589793 rad
pos: 3.5796466,-32.929047
parent: 31
-- proto: LampInterrogator
- entities:
- - uid: 7367
- components:
- - type: Transform
- pos: -0.6087055,14.0836935
- parent: 31
- proto: Lantern
entities:
- uid: 2951
@@ -52378,20 +56451,65 @@ entities:
- type: Transform
pos: 55.5,8.5
parent: 31
+ - uid: 12257
+ components:
+ - type: Transform
+ pos: 64.5,-3.5
+ parent: 31
+ - uid: 12568
+ components:
+ - type: Transform
+ anchored: True
+ pos: 40.5,23.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- proto: LiquidNitrogenCanister
entities:
+ - uid: 11059
+ components:
+ - type: Transform
+ anchored: True
+ pos: 34.5,23.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- uid: 11889
components:
- type: Transform
pos: 55.5,7.5
parent: 31
+ - uid: 12130
+ components:
+ - type: Transform
+ pos: 65.5,-3.5
+ parent: 31
- proto: LiquidOxygenCanister
entities:
+ - uid: 4232
+ components:
+ - type: Transform
+ anchored: True
+ pos: 36.5,23.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- uid: 11888
components:
- type: Transform
pos: 55.5,6.5
parent: 31
+ - uid: 12129
+ components:
+ - type: Transform
+ pos: 66.5,-3.5
+ parent: 31
- proto: LockableButtonAtmospherics
entities:
- uid: 11052
@@ -52460,6 +56578,12 @@ entities:
- Pressed: Toggle
6915:
- Pressed: Toggle
+ 7141:
+ - Pressed: Toggle
+ 12125:
+ - Pressed: Toggle
+ 7225:
+ - Pressed: Toggle
- uid: 11939
components:
- type: MetaData
@@ -52479,10 +56603,12 @@ entities:
- Pressed: Toggle
11936:
- Pressed: Toggle
- 11937:
+ 8199:
- Pressed: Toggle
11938:
- Pressed: Toggle
+ 11027:
+ - Pressed: Toggle
- proto: LockerAtmosphericsFilledHardsuit
entities:
- uid: 6408
@@ -52509,6 +56635,13 @@ entities:
- type: Transform
pos: -17.5,1.5
parent: 31
+- proto: LockerBrigmedicFilledHardsuit
+ entities:
+ - uid: 6580
+ components:
+ - type: Transform
+ pos: -0.5,14.5
+ parent: 31
- proto: LockerCaptainFilled
entities:
- uid: 8160
@@ -52544,6 +56677,11 @@ entities:
- type: Transform
pos: -11.5,-39.5
parent: 31
+ - uid: 11058
+ components:
+ - type: Transform
+ pos: -22.5,17.5
+ parent: 31
- proto: LockerElectricalSuppliesFilled
entities:
- uid: 3114
@@ -52834,23 +56972,6 @@ entities:
- type: Transform
pos: -3.5,-43.5
parent: 31
-- proto: MagazinePistol
- entities:
- - uid: 4977
- components:
- - type: Transform
- pos: -14.297329,20.472649
- parent: 31
- - uid: 4983
- components:
- - type: Transform
- pos: -14.297329,20.316399
- parent: 31
- - uid: 5141
- components:
- - type: Transform
- pos: -14.250454,20.691399
- parent: 31
- proto: MagazinePistolSubMachineGunTopMounted
entities:
- uid: 10123
@@ -53151,6 +57272,13 @@ entities:
- Plastic
- Durathread
- Cloth
+- proto: MedicalTechFabCircuitboard
+ entities:
+ - uid: 12573
+ components:
+ - type: Transform
+ pos: -3.566944,17.677122
+ parent: 31
- proto: MedkitBruteFilled
entities:
- uid: 7283
@@ -53346,11 +57474,6 @@ entities:
- type: Transform
pos: -3.5,-8.5
parent: 31
- - uid: 6865
- components:
- - type: Transform
- pos: 34.5,23.5
- parent: 31
- uid: 7282
components:
- type: Transform
@@ -53395,6 +57518,21 @@ entities:
- type: Transform
pos: 59.5,9.5
parent: 31
+ - uid: 11441
+ components:
+ - type: Transform
+ anchored: True
+ pos: 38.5,23.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
+ - uid: 12259
+ components:
+ - type: Transform
+ pos: 62.5,-3.5
+ parent: 31
- proto: NitrousOxideTankFilled
entities:
- uid: 10028
@@ -53416,6 +57554,42 @@ entities:
- type: Transform
pos: -13.5,-11.5
parent: 31
+- proto: OilJarCorn
+ entities:
+ - uid: 12202
+ components:
+ - type: Transform
+ pos: -13.692995,-1.5042946
+ parent: 31
+ - uid: 12203
+ components:
+ - type: Transform
+ pos: -13.67737,-1.2542946
+ parent: 31
+- proto: OilJarGhee
+ entities:
+ - uid: 12204
+ components:
+ - type: Transform
+ pos: -13.36487,-1.5199196
+ parent: 31
+ - uid: 12205
+ components:
+ - type: Transform
+ pos: -13.349245,-1.2855446
+ parent: 31
+- proto: OilJarOlive
+ entities:
+ - uid: 12206
+ components:
+ - type: Transform
+ pos: -14.70862,-0.89491963
+ parent: 31
+ - uid: 12207
+ components:
+ - type: Transform
+ pos: -14.23987,-0.87929463
+ parent: 31
- proto: Ointment
entities:
- uid: 2199
@@ -53439,7 +57613,7 @@ entities:
- type: Transform
pos: 20.5,-16.5
parent: 31
-- proto: Oracle
+- proto: OracleSpawner
entities:
- uid: 4827
components:
@@ -53496,11 +57670,6 @@ entities:
- type: Transform
pos: -28.5,13.5
parent: 31
- - uid: 9054
- components:
- - type: Transform
- pos: 36.5,23.5
- parent: 31
- uid: 9448
components:
- type: Transform
@@ -53592,6 +57761,20 @@ entities:
- type: Transform
pos: -24.256678,-5.7405295
parent: 31
+ - uid: 6694
+ components:
+ - type: Transform
+ pos: 46.790928,8.566494
+ parent: 31
+ - type: Paper
+ stampState: paper_stamp-centcom
+ stampedBy:
+ - stampedColor: '#006600FF'
+ stampedName: stamp-component-stamped-name-centcom
+ content: "[color=#1b487e]███░███░░░░██░░░░[/color]\r\n[color=#1b487e]░██░████░░░██░░░░[/color]\r\n[color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head]\r\n[color=#1b487e]░░░░██░░██░██░██░[/color] [bold] NTSS-38a Saltern[/bold]\r\n[color=#1b487e]░░░░██░░░████░███[/color]\r\n=============================================\r\n NOTICE TO ENGINEERING STAFF\r\n=============================================\r\nDue to corporate restructuring, and the presence of an updated Mk8 Supermatter engine, we have decided to reduce operational costs on our newest model of \"Saltern\" class stations. This state of the art Supermatter engine costs 450 million Spesos to design, produce, and implement on our stations. We have opted to save on operational costs by not supplying this station with an Antimatter Engine, which we should remind you, costs 150 Million Spesos to produce. \n\nIf you are lacking in qualified and trained engineering personnel to operate the Supermatter engine, consider using these generators in combination with station Solar Arrays. Additional fuel may be obtained from the Logistics department.\n=============================================\r\n "
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
- uid: 7230
components:
- type: Transform
@@ -53632,6 +57815,20 @@ entities:
rot: -1.5707963267948966 rad
pos: 11.392193,-41.961483
parent: 31
+ - uid: 12253
+ components:
+ - type: Transform
+ pos: 59.767834,2.5585926
+ parent: 31
+ - type: Paper
+ stampState: paper_stamp-centcom
+ stampedBy:
+ - stampedColor: '#006600FF'
+ stampedName: stamp-component-stamped-name-centcom
+ content: "BECAUSE SO MANY OF OUR ENGINEERS KEEP BLOWING UP THIS \"EASY\" ENGINE DESIGN, HERE'S WHAT YOU NEED TO KNOW:\n\nTHERE ARE ACTUALLY TWO COOLANT LOOPS. ONE \"PASSIVE\" LOOP, WHICH HAS CONNECTORS ON THE WEST SIDE OF THE ENGINE. PUT NITROGEN IN THE WEST CONNECTORS.\n\nONE \"ACTIVE\" LOOP, WHICH HAS CONNECTORS ON THE SOUTH SIDE OF THE ENGINE. PUT YOUR REAL COOLANT IN THE **SOUTH** CONNECTORS. DON'T PUT PURE NITROGEN IN IT. DON'T PUT PURE OXYGEN IN IT UNLESS YOU ABSOLUTELY KNOW WHAT YOU'RE DOING.\n\nDON'T TOUCH OR REMOVE THE WHITE AIR CANISTER. THAT IS YOUR SAFETY MECHANISM.\n\nTURN ON ALL VOLUMETRIC PUMPS, TURN ON ALL OF THE FREEZERS. THERE ARE THREE FREEZERS IN TOTAL. IF YOU DID NOT TURN ON THREE FREEZERS, YOU DID NOT TURN ON ALL OF THE FREEZERS. \n\nTHERE ARE 10 VOLUMETRIC PUMPS. IF YOU DID NOT TURN ON 10 VOLUMERIC PUMPS, YOU DID NOT TURN ON THE COOLING SYSTEMS.\n\nWHEN THE ENGINE IS ACTIVATED, YOU ARE NOT DONE. YOU NEED TO GO TO ATMOSPHERICS, AND CONFIGURE THE STATION'S ATMOS. ATMOSPHERICS HAS TWO PUMPS THAT ARE CLEARLY LABELED FOR THE SUPERMATTER ENGINE. "
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
- proto: PaperBin10
entities:
- uid: 7324
@@ -53917,8 +58114,13 @@ entities:
- uid: 11072
components:
- type: Transform
+ anchored: True
pos: 42.5,23.5
parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- proto: PlasmaReinforcedWindowDirectional
entities:
- uid: 12044
@@ -54080,13 +58282,6 @@ entities:
- type: Transform
pos: -41.4551,17.484098
parent: 31
-- proto: PlushieRouny
- entities:
- - uid: 11027
- components:
- - type: Transform
- pos: 34.579575,37.51338
- parent: 31
- proto: PlushieSpaceLizard
entities:
- uid: 7422
@@ -54142,6 +58337,21 @@ entities:
- type: Transform
pos: 28.5,13.5
parent: 31
+ - uid: 12430
+ components:
+ - type: Transform
+ pos: 49.5,7.5
+ parent: 31
+ - uid: 12438
+ components:
+ - type: Transform
+ pos: 50.5,7.5
+ parent: 31
+ - uid: 12442
+ components:
+ - type: Transform
+ pos: 50.5,8.5
+ parent: 31
- proto: PortableGeneratorPacmanMachineCircuitboard
entities:
- uid: 10979
@@ -54156,6 +58366,26 @@ entities:
- type: Transform
pos: 47.5,1.5
parent: 31
+ - uid: 12433
+ components:
+ - type: Transform
+ pos: 46.5,7.5
+ parent: 31
+ - uid: 12434
+ components:
+ - type: Transform
+ pos: 47.5,7.5
+ parent: 31
+ - uid: 12435
+ components:
+ - type: Transform
+ pos: 48.5,7.5
+ parent: 31
+ - uid: 12538
+ components:
+ - type: Transform
+ pos: 55.5,0.5
+ parent: 31
- proto: PortableScrubber
entities:
- uid: 4315
@@ -55200,14 +59430,6 @@ entities:
parent: 31
- type: ApcPowerReceiver
powerLoad: 0
- - uid: 1366
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 0.5,-4.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- uid: 1367
components:
- type: Transform
@@ -55246,13 +59468,6 @@ entities:
rot: 3.141592653589793 rad
pos: 58.5,-5.5
parent: 31
- - uid: 1915
- components:
- - type: Transform
- pos: -8.5,1.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- uid: 1962
components:
- type: Transform
@@ -55383,37 +59598,6 @@ entities:
parent: 31
- type: ApcPowerReceiver
powerLoad: 0
- - uid: 4124
- components:
- - type: Transform
- pos: -12.5,1.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- - uid: 4152
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -13.5,-1.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- - uid: 4177
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: -7.5,-4.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- - uid: 4232
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -3.5,-6.5
- parent: 31
- - type: ApcPowerReceiver
- powerLoad: 0
- uid: 4251
components:
- type: Transform
@@ -55970,6 +60154,31 @@ entities:
rot: -1.5707963267948966 rad
pos: 68.5,-2.5
parent: 31
+- proto: PoweredlightBlue
+ entities:
+ - uid: 6708
+ components:
+ - type: Transform
+ pos: -8.5,1.5
+ parent: 31
+ - uid: 11093
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -3.5,-6.5
+ parent: 31
+ - uid: 11297
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 0.5,-4.5
+ parent: 31
+ - uid: 11298
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -7.5,-3.5
+ parent: 31
- proto: PoweredLightPostSmall
entities:
- uid: 7709
@@ -56165,11 +60374,6 @@ entities:
rot: -1.5707963267948966 rad
pos: 10.5,-37.5
parent: 31
- - uid: 4239
- components:
- - type: Transform
- pos: 34.5,37.5
- parent: 31
- uid: 4507
components:
- type: Transform
@@ -56427,11 +60631,22 @@ entities:
rot: -1.5707963267948966 rad
pos: 16.5,-28.5
parent: 31
+ - uid: 11289
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -13.5,-1.5
+ parent: 31
- uid: 11295
components:
- type: Transform
pos: 52.5,17.5
parent: 31
+ - uid: 11296
+ components:
+ - type: Transform
+ pos: -11.5,1.5
+ parent: 31
- uid: 11419
components:
- type: Transform
@@ -56535,6 +60750,50 @@ entities:
- type: Transform
pos: 73.5,10.5
parent: 31
+ - uid: 12405
+ components:
+ - type: Transform
+ pos: -46.5,8.5
+ parent: 31
+ - uid: 12406
+ components:
+ - type: Transform
+ pos: -50.5,8.5
+ parent: 31
+ - uid: 12407
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -50.5,10.5
+ parent: 31
+ - uid: 12408
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -46.5,10.5
+ parent: 31
+ - uid: 12409
+ components:
+ - type: Transform
+ pos: -46.5,0.5
+ parent: 31
+ - uid: 12410
+ components:
+ - type: Transform
+ pos: -50.5,0.5
+ parent: 31
+ - uid: 12411
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -50.5,2.5
+ parent: 31
+ - uid: 12412
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -46.5,2.5
+ parent: 31
- proto: PoweredSmallLightEmpty
entities:
- uid: 8209
@@ -56555,6 +60814,19 @@ entities:
rot: -1.5707963267948966 rad
pos: -18.5,-30.5
parent: 31
+- proto: PressureControlledValve
+ entities:
+ - uid: 12122
+ components:
+ - type: MetaData
+ desc: Valve that activates if the incoming pressure exceeds the pressure of its side channel
+ name: blow-off valve
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 66.5,10.5
+ parent: 31
+ - type: AtmosPipeColor
+ color: '#990000FF'
- proto: Protolathe
entities:
- uid: 2319
@@ -56562,6 +60834,14 @@ entities:
- type: Transform
pos: -13.5,-21.5
parent: 31
+- proto: ProtolatheMachineCircuitboard
+ entities:
+ - uid: 12578
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -3.3005998,16.536993
+ parent: 31
- proto: Rack
entities:
- uid: 117
@@ -56610,6 +60890,11 @@ entities:
- type: Transform
pos: 29.5,16.5
parent: 31
+ - uid: 6906
+ components:
+ - type: Transform
+ pos: -9.5,-4.5
+ parent: 31
- uid: 7050
components:
- type: Transform
@@ -56728,11 +61013,43 @@ entities:
- type: Transform
pos: -5.5,29.5
parent: 31
+ - uid: 11442
+ components:
+ - type: Transform
+ pos: -3.5,17.5
+ parent: 31
+ - uid: 11443
+ components:
+ - type: Transform
+ pos: -3.5,16.5
+ parent: 31
- uid: 12055
components:
- type: Transform
pos: 57.5,4.5
parent: 31
+ - uid: 12192
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -3.5,-6.5
+ parent: 31
+ - uid: 12201
+ components:
+ - type: Transform
+ pos: -13.5,-1.5
+ parent: 31
+ - uid: 12431
+ components:
+ - type: Transform
+ pos: 46.5,9.5
+ parent: 31
+ - uid: 12539
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 56.5,0.5
+ parent: 31
- proto: RadiationCollectorNoTank
entities:
- uid: 3663
@@ -56814,6 +61131,210 @@ entities:
- type: Transform
pos: 42.029312,-8.382423
parent: 31
+- proto: Railing
+ entities:
+ - uid: 12978
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,25.5
+ parent: 31
+ - uid: 12979
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,23.5
+ parent: 31
+ - uid: 12980
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -27.5,22.5
+ parent: 31
+ - uid: 12982
+ components:
+ - type: Transform
+ pos: -26.5,26.5
+ parent: 31
+ - uid: 12983
+ components:
+ - type: Transform
+ pos: -23.5,27.5
+ parent: 31
+ - uid: 12984
+ components:
+ - type: Transform
+ pos: -22.5,27.5
+ parent: 31
+ - uid: 12985
+ components:
+ - type: Transform
+ pos: -21.5,27.5
+ parent: 31
+ - uid: 12986
+ components:
+ - type: Transform
+ pos: -20.5,27.5
+ parent: 31
+ - uid: 12987
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 62.5,4.5
+ parent: 31
+ - uid: 12988
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 62.5,3.5
+ parent: 31
+ - uid: 12989
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 62.5,2.5
+ parent: 31
+ - uid: 12990
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 62.5,1.5
+ parent: 31
+ - uid: 12991
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 62.5,0.5
+ parent: 31
+ - uid: 12992
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 65.5,3.5
+ parent: 31
+ - uid: 12993
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 65.5,2.5
+ parent: 31
+ - uid: 12994
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 65.5,1.5
+ parent: 31
+ - uid: 12995
+ components:
+ - type: Transform
+ pos: 66.5,4.5
+ parent: 31
+ - uid: 12996
+ components:
+ - type: Transform
+ pos: 67.5,4.5
+ parent: 31
+ - uid: 12997
+ components:
+ - type: Transform
+ pos: 68.5,4.5
+ parent: 31
+ - uid: 12998
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 66.5,0.5
+ parent: 31
+ - uid: 12999
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 67.5,0.5
+ parent: 31
+ - uid: 13000
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 68.5,0.5
+ parent: 31
+ - uid: 13001
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 64.5,7.5
+ parent: 31
+ - uid: 13002
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 65.5,7.5
+ parent: 31
+ - uid: 13003
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 66.5,7.5
+ parent: 31
+ - uid: 13004
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 67.5,7.5
+ parent: 31
+ - uid: 13005
+ components:
+ - type: Transform
+ pos: 67.5,9.5
+ parent: 31
+ - uid: 13006
+ components:
+ - type: Transform
+ pos: 66.5,9.5
+ parent: 31
+ - uid: 13007
+ components:
+ - type: Transform
+ pos: 65.5,9.5
+ parent: 31
+ - uid: 13008
+ components:
+ - type: Transform
+ pos: 64.5,9.5
+ parent: 31
+ - uid: 13009
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 63.5,8.5
+ parent: 31
+ - uid: 13010
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 68.5,8.5
+ parent: 31
+ - uid: 13017
+ components:
+ - type: Transform
+ pos: 65.5,8.5
+ parent: 31
+ - uid: 13018
+ components:
+ - type: Transform
+ pos: 66.5,8.5
+ parent: 31
+ - uid: 13019
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 65.5,8.5
+ parent: 31
+ - uid: 13020
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 66.5,8.5
+ parent: 31
- proto: RailingCornerSmall
entities:
- uid: 7316
@@ -56838,6 +61359,49 @@ entities:
rot: 1.5707963267948966 rad
pos: 62.5,5.5
parent: 31
+ - uid: 12981
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -27.5,26.5
+ parent: 31
+ - uid: 13011
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 63.5,7.5
+ parent: 31
+ - uid: 13012
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 63.5,9.5
+ parent: 31
+ - uid: 13013
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 68.5,9.5
+ parent: 31
+ - uid: 13014
+ components:
+ - type: Transform
+ pos: 68.5,7.5
+ parent: 31
+- proto: RailingRound
+ entities:
+ - uid: 13015
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 64.5,8.5
+ parent: 31
+ - uid: 13016
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 67.5,8.5
+ parent: 31
- proto: RandomArcade
entities:
- uid: 196
@@ -56881,11 +61445,6 @@ entities:
parent: 31
- proto: RandomDrinkGlass
entities:
- - uid: 123
- components:
- - type: Transform
- pos: -3.5,-4.5
- parent: 31
- uid: 6101
components:
- type: Transform
@@ -56920,6 +61479,21 @@ entities:
- type: Transform
pos: -22.5,9.5
parent: 31
+ - uid: 12168
+ components:
+ - type: Transform
+ pos: -3.5,-1.5
+ parent: 31
+ - uid: 12220
+ components:
+ - type: Transform
+ pos: -10.5,-0.5
+ parent: 31
+ - uid: 12221
+ components:
+ - type: Transform
+ pos: -10.5,0.5
+ parent: 31
- proto: RandomInstruments
entities:
- uid: 1189
@@ -57312,13 +61886,6 @@ entities:
- type: Transform
pos: -5.5,-17.5
parent: 31
-- proto: RandomVendingSnacks
- entities:
- - uid: 5092
- components:
- - type: Transform
- pos: -3.5,1.5
- parent: 31
- proto: RCD
entities:
- uid: 621
@@ -57471,12 +62038,6 @@ entities:
- type: Transform
pos: 61.5,6.5
parent: 31
- - uid: 8455
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 71.5,2.5
- parent: 31
- uid: 8949
components:
- type: Transform
@@ -57721,11 +62282,51 @@ entities:
- type: Transform
pos: 13.5,-4.5
parent: 31
+ - uid: 22
+ components:
+ - type: Transform
+ pos: -47.5,-0.5
+ parent: 31
+ - uid: 25
+ components:
+ - type: Transform
+ pos: -50.5,-0.5
+ parent: 31
+ - uid: 28
+ components:
+ - type: Transform
+ pos: -45.5,-0.5
+ parent: 31
+ - uid: 32
+ components:
+ - type: Transform
+ pos: -51.5,-0.5
+ parent: 31
- uid: 79
components:
- type: Transform
pos: -35.5,-22.5
parent: 31
+ - uid: 82
+ components:
+ - type: Transform
+ pos: -49.5,-0.5
+ parent: 31
+ - uid: 102
+ components:
+ - type: Transform
+ pos: -48.5,-0.5
+ parent: 31
+ - uid: 107
+ components:
+ - type: Transform
+ pos: -46.5,-0.5
+ parent: 31
+ - uid: 119
+ components:
+ - type: Transform
+ pos: -45.5,7.5
+ parent: 31
- uid: 254
components:
- type: Transform
@@ -58418,6 +63019,11 @@ entities:
- type: Transform
pos: -2.5,6.5
parent: 31
+ - uid: 5158
+ components:
+ - type: Transform
+ pos: -49.5,3.5
+ parent: 31
- uid: 5229
components:
- type: Transform
@@ -58540,6 +63146,11 @@ entities:
- type: Transform
pos: 32.5,7.5
parent: 31
+ - uid: 6633
+ components:
+ - type: Transform
+ pos: -53.5,-0.5
+ parent: 31
- uid: 6637
components:
- type: Transform
@@ -59359,6 +63970,11 @@ entities:
- type: Transform
pos: -5.5,30.5
parent: 31
+ - uid: 11299
+ components:
+ - type: Transform
+ pos: -47.5,3.5
+ parent: 31
- uid: 11411
components:
- type: Transform
@@ -59377,6 +63993,246 @@ entities:
rot: -1.5707963267948966 rad
pos: -41.5,-2.5
parent: 31
+ - uid: 11439
+ components:
+ - type: Transform
+ pos: -51.5,3.5
+ parent: 31
+ - uid: 11794
+ components:
+ - type: Transform
+ pos: -44.5,-0.5
+ parent: 31
+ - uid: 11795
+ components:
+ - type: Transform
+ pos: -50.5,3.5
+ parent: 31
+ - uid: 11796
+ components:
+ - type: Transform
+ pos: -46.5,3.5
+ parent: 31
+ - uid: 11877
+ components:
+ - type: Transform
+ pos: -45.5,3.5
+ parent: 31
+ - uid: 12100
+ components:
+ - type: Transform
+ pos: -52.5,-0.5
+ parent: 31
+ - uid: 12123
+ components:
+ - type: Transform
+ pos: -20.5,26.5
+ parent: 31
+ - uid: 12124
+ components:
+ - type: Transform
+ pos: -21.5,26.5
+ parent: 31
+ - uid: 12166
+ components:
+ - type: Transform
+ pos: -52.5,3.5
+ parent: 31
+ - uid: 12167
+ components:
+ - type: Transform
+ pos: -48.5,3.5
+ parent: 31
+ - uid: 12254
+ components:
+ - type: Transform
+ pos: -22.5,26.5
+ parent: 31
+ - uid: 12255
+ components:
+ - type: Transform
+ pos: -23.5,26.5
+ parent: 31
+ - uid: 12260
+ components:
+ - type: Transform
+ pos: -53.5,3.5
+ parent: 31
+ - uid: 12261
+ components:
+ - type: Transform
+ pos: -45.5,1.5
+ parent: 31
+ - uid: 12262
+ components:
+ - type: Transform
+ pos: -46.5,1.5
+ parent: 31
+ - uid: 12263
+ components:
+ - type: Transform
+ pos: -47.5,1.5
+ parent: 31
+ - uid: 12264
+ components:
+ - type: Transform
+ pos: -48.5,1.5
+ parent: 31
+ - uid: 12265
+ components:
+ - type: Transform
+ pos: -49.5,1.5
+ parent: 31
+ - uid: 12266
+ components:
+ - type: Transform
+ pos: -50.5,1.5
+ parent: 31
+ - uid: 12267
+ components:
+ - type: Transform
+ pos: -51.5,1.5
+ parent: 31
+ - uid: 12268
+ components:
+ - type: Transform
+ pos: -52.5,1.5
+ parent: 31
+ - uid: 12269
+ components:
+ - type: Transform
+ pos: -53.5,1.5
+ parent: 31
+ - uid: 12270
+ components:
+ - type: Transform
+ pos: -46.5,7.5
+ parent: 31
+ - uid: 12271
+ components:
+ - type: Transform
+ pos: -47.5,7.5
+ parent: 31
+ - uid: 12272
+ components:
+ - type: Transform
+ pos: -48.5,7.5
+ parent: 31
+ - uid: 12273
+ components:
+ - type: Transform
+ pos: -49.5,7.5
+ parent: 31
+ - uid: 12274
+ components:
+ - type: Transform
+ pos: -51.5,7.5
+ parent: 31
+ - uid: 12275
+ components:
+ - type: Transform
+ pos: -45.5,9.5
+ parent: 31
+ - uid: 12276
+ components:
+ - type: Transform
+ pos: -46.5,9.5
+ parent: 31
+ - uid: 12277
+ components:
+ - type: Transform
+ pos: -47.5,9.5
+ parent: 31
+ - uid: 12278
+ components:
+ - type: Transform
+ pos: -48.5,9.5
+ parent: 31
+ - uid: 12279
+ components:
+ - type: Transform
+ pos: -49.5,9.5
+ parent: 31
+ - uid: 12280
+ components:
+ - type: Transform
+ pos: -50.5,7.5
+ parent: 31
+ - uid: 12281
+ components:
+ - type: Transform
+ pos: -52.5,7.5
+ parent: 31
+ - uid: 12282
+ components:
+ - type: Transform
+ pos: -53.5,7.5
+ parent: 31
+ - uid: 12283
+ components:
+ - type: Transform
+ pos: -50.5,9.5
+ parent: 31
+ - uid: 12284
+ components:
+ - type: Transform
+ pos: -51.5,9.5
+ parent: 31
+ - uid: 12285
+ components:
+ - type: Transform
+ pos: -52.5,9.5
+ parent: 31
+ - uid: 12286
+ components:
+ - type: Transform
+ pos: -53.5,9.5
+ parent: 31
+ - uid: 12287
+ components:
+ - type: Transform
+ pos: -45.5,11.5
+ parent: 31
+ - uid: 12288
+ components:
+ - type: Transform
+ pos: -46.5,11.5
+ parent: 31
+ - uid: 12289
+ components:
+ - type: Transform
+ pos: -47.5,11.5
+ parent: 31
+ - uid: 12290
+ components:
+ - type: Transform
+ pos: -48.5,11.5
+ parent: 31
+ - uid: 12291
+ components:
+ - type: Transform
+ pos: -49.5,11.5
+ parent: 31
+ - uid: 12292
+ components:
+ - type: Transform
+ pos: -50.5,11.5
+ parent: 31
+ - uid: 12293
+ components:
+ - type: Transform
+ pos: -51.5,11.5
+ parent: 31
+ - uid: 12294
+ components:
+ - type: Transform
+ pos: -52.5,11.5
+ parent: 31
+ - uid: 12295
+ components:
+ - type: Transform
+ pos: -53.5,11.5
+ parent: 31
- proto: ReinforcedWindowDiagonal
entities:
- uid: 809
@@ -59446,14 +64302,6 @@ entities:
- type: Transform
pos: -5.5,-28.5
parent: 31
-- proto: SalvageMagnet
- entities:
- - uid: 10108
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,36.5
- parent: 31
- proto: ScalpelLaser
entities:
- uid: 9095
@@ -59481,6 +64329,14 @@ entities:
- type: Transform
pos: -14.5,18.5
parent: 31
+- proto: SecurityTechFabCircuitboard
+ entities:
+ - uid: 12576
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -3.207569,17.505247
+ parent: 31
- proto: SeedExtractor
entities:
- uid: 4125
@@ -59652,11 +64508,6 @@ entities:
- type: Transform
pos: 49.79525,5.541127
parent: 31
- - uid: 1485
- components:
- - type: Transform
- pos: 35.436428,14.905443
- parent: 31
- uid: 1683
components:
- type: Transform
@@ -59672,16 +64523,6 @@ entities:
- type: Transform
pos: 49.79525,5.541127
parent: 31
- - uid: 5029
- components:
- - type: Transform
- pos: 36.1654,15.203077
- parent: 31
- - uid: 8232
- components:
- - type: Transform
- pos: 35.04859,15.921068
- parent: 31
- uid: 8997
components:
- type: Transform
@@ -59699,6 +64540,34 @@ entities:
- type: Transform
pos: 48.312096,-5.5456305
parent: 31
+- proto: SheetUranium
+ entities:
+ - uid: 40
+ components:
+ - type: Transform
+ pos: 46.313587,9.561768
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ - uid: 6820
+ components:
+ - type: Transform
+ pos: 46.751087,9.546143
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ - uid: 12429
+ components:
+ - type: Transform
+ pos: 46.5,9.5
+ parent: 31
+ - uid: 12540
+ components:
+ - type: Transform
+ pos: 56.396378,0.48042822
+ parent: 31
- proto: ShuttersNormal
entities:
- uid: 260
@@ -59869,6 +64738,24 @@ entities:
- type: DeviceLinkSink
links:
- 9957
+ - uid: 7141
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 54.5,1.5
+ parent: 31
+ - type: DeviceLinkSink
+ links:
+ - 9957
+ - uid: 7225
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 54.5,7.5
+ parent: 31
+ - type: DeviceLinkSink
+ links:
+ - 9957
- uid: 11758
components:
- type: Transform
@@ -59965,6 +64852,15 @@ entities:
- type: DeviceLinkSink
links:
- 9957
+ - uid: 12125
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 54.5,3.5
+ parent: 31
+ - type: DeviceLinkSink
+ links:
+ - 9957
- proto: SignalButton
entities:
- uid: 2515
@@ -60642,13 +65538,6 @@ entities:
- type: Transform
pos: -2.5,-40.5
parent: 31
-- proto: SignInterrogation
- entities:
- - uid: 9508
- components:
- - type: Transform
- pos: -0.5,11.5
- parent: 31
- proto: SignJanitor
entities:
- uid: 2749
@@ -60819,14 +65708,6 @@ entities:
- type: Transform
pos: 54.5,-10.5
parent: 31
-- proto: SignShipDock
- entities:
- - uid: 9941
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,38.5
- parent: 31
- proto: SignSomethingOld2
entities:
- uid: 1469
@@ -60998,6 +65879,26 @@ entities:
- type: Transform
pos: -30.5,-31.5
parent: 31
+ - uid: 12416
+ components:
+ - type: Transform
+ pos: 38.5,8.5
+ parent: 31
+ - uid: 12417
+ components:
+ - type: Transform
+ pos: 39.5,8.5
+ parent: 31
+ - uid: 12418
+ components:
+ - type: Transform
+ pos: 40.5,8.5
+ parent: 31
+ - uid: 12428
+ components:
+ - type: Transform
+ pos: 39.5,5.5
+ parent: 31
- proto: SoapNT
entities:
- uid: 1045
@@ -61028,527 +65929,737 @@ entities:
parent: 31
- proto: SolarPanel
entities:
- - uid: 1695
- components:
- - type: Transform
- pos: -37.5,26.5
- parent: 31
- - uid: 2537
- components:
- - type: Transform
- pos: -37.5,25.5
- parent: 31
- - uid: 4339
- components:
- - type: Transform
- pos: 21.5,-27.5
- parent: 31
- - uid: 4411
- components:
- - type: Transform
- pos: 29.5,-27.5
- parent: 31
- - uid: 4415
- components:
- - type: Transform
- pos: 27.5,-35.5
- parent: 31
- - uid: 4422
- components:
- - type: Transform
- pos: 19.5,-35.5
- parent: 31
- - uid: 4423
- components:
- - type: Transform
- pos: 27.5,-27.5
- parent: 31
- - uid: 4426
- components:
- - type: Transform
- pos: 19.5,-27.5
- parent: 31
- - uid: 4872
- components:
- - type: Transform
- pos: 29.5,-35.5
- parent: 31
- - uid: 4874
- components:
- - type: Transform
- pos: 21.5,-35.5
- parent: 31
- - uid: 5017
+ - uid: 123
components:
- type: Transform
- pos: -37.5,27.5
+ pos: 36.5,-41.5
parent: 31
- - uid: 5018
+ - uid: 130
components:
- type: Transform
- pos: -35.5,25.5
+ pos: 38.5,-39.5
parent: 31
- - uid: 5019
+ - uid: 442
components:
- type: Transform
- pos: -35.5,26.5
+ pos: -34.5,32.5
parent: 31
- - uid: 5020
+ - uid: 443
components:
- type: Transform
- pos: -35.5,27.5
+ pos: -35.5,32.5
parent: 31
- - uid: 5021
+ - uid: 444
components:
- type: Transform
- pos: -33.5,25.5
+ pos: -29.5,32.5
parent: 31
- - uid: 5022
+ - uid: 445
components:
- type: Transform
- pos: -33.5,26.5
+ pos: -30.5,32.5
parent: 31
- - uid: 5024
+ - uid: 451
components:
- type: Transform
- pos: -33.5,27.5
+ pos: -36.5,32.5
parent: 31
- - uid: 5037
+ - uid: 452
components:
- type: Transform
- pos: -31.5,25.5
+ pos: -34.5,34.5
parent: 31
- - uid: 5129
+ - uid: 453
components:
- type: Transform
- pos: -31.5,26.5
+ pos: -37.5,34.5
parent: 31
- - uid: 5130
+ - uid: 456
components:
- type: Transform
- pos: -31.5,27.5
+ pos: -35.5,34.5
parent: 31
- - uid: 5131
+ - uid: 457
components:
- type: Transform
- pos: -29.5,25.5
+ pos: -36.5,34.5
parent: 31
- - uid: 5159
+ - uid: 460
components:
- type: Transform
- pos: -29.5,26.5
+ pos: -37.5,32.5
parent: 31
- - uid: 5160
+ - uid: 461
components:
- type: Transform
- pos: -29.5,27.5
+ pos: -32.5,32.5
parent: 31
- - uid: 5161
+ - uid: 464
components:
- type: Transform
- pos: -29.5,23.5
+ pos: -31.5,32.5
parent: 31
- - uid: 5162
+ - uid: 479
components:
- type: Transform
- pos: -29.5,22.5
+ pos: 32.5,-43.5
parent: 31
- - uid: 5163
+ - uid: 480
components:
- type: Transform
- pos: -29.5,21.5
+ pos: 35.5,-43.5
parent: 31
- - uid: 5164
+ - uid: 506
components:
- type: Transform
- pos: -31.5,23.5
+ pos: 32.5,-39.5
parent: 31
- - uid: 5165
+ - uid: 507
components:
- type: Transform
- pos: -31.5,22.5
+ pos: 30.5,-39.5
parent: 31
- - uid: 5166
+ - uid: 508
components:
- type: Transform
- pos: -31.5,21.5
+ pos: 35.5,-39.5
parent: 31
- - uid: 5167
+ - uid: 509
components:
- type: Transform
- pos: -33.5,23.5
+ pos: 32.5,-41.5
parent: 31
- - uid: 5168
+ - uid: 510
components:
- type: Transform
- pos: -33.5,22.5
+ pos: 37.5,-45.5
parent: 31
- - uid: 5169
+ - uid: 511
components:
- type: Transform
- pos: -33.5,21.5
+ pos: 35.5,-45.5
parent: 31
- - uid: 5170
+ - uid: 513
components:
- type: Transform
- pos: -35.5,23.5
+ pos: 33.5,-45.5
parent: 31
- - uid: 5171
+ - uid: 1640
components:
- type: Transform
- pos: -35.5,22.5
+ pos: 37.5,-39.5
parent: 31
- - uid: 5172
+ - uid: 2253
components:
- type: Transform
- pos: -35.5,21.5
+ pos: 37.5,-43.5
parent: 31
- - uid: 5173
+ - uid: 2387
components:
- type: Transform
- pos: -37.5,23.5
+ pos: 38.5,-45.5
parent: 31
- - uid: 5174
+ - uid: 3406
components:
- type: Transform
- pos: -37.5,22.5
+ pos: 30.5,-45.5
parent: 31
- - uid: 5175
+ - uid: 6659
components:
- type: Transform
- pos: -37.5,21.5
+ pos: -29.5,42.5
parent: 31
- - uid: 6768
+ - uid: 6660
components:
- type: Transform
- pos: 21.5,-28.5
+ pos: -29.5,40.5
parent: 31
- - uid: 6769
+ - uid: 6663
components:
- type: Transform
- pos: 21.5,-29.5
+ pos: -30.5,42.5
parent: 31
- - uid: 6770
+ - uid: 6682
components:
- type: Transform
- pos: 21.5,-30.5
+ pos: -31.5,40.5
parent: 31
- - uid: 6771
+ - uid: 6691
components:
- type: Transform
- pos: 19.5,-30.5
+ pos: -30.5,40.5
parent: 31
- - uid: 6772
+ - uid: 6700
components:
- type: Transform
- pos: 19.5,-29.5
+ pos: -32.5,40.5
parent: 31
- - uid: 6773
+ - uid: 6709
components:
- type: Transform
- pos: 19.5,-28.5
+ pos: -32.5,42.5
parent: 31
- - uid: 6774
+ - uid: 6711
components:
- type: Transform
- pos: 19.5,-32.5
+ pos: -31.5,42.5
parent: 31
- uid: 6775
components:
- type: Transform
- pos: 19.5,-33.5
- parent: 31
- - uid: 6776
- components:
- - type: Transform
- pos: 19.5,-34.5
- parent: 31
- - uid: 6777
- components:
- - type: Transform
- pos: 21.5,-34.5
+ pos: 30.5,-43.5
parent: 31
- uid: 6778
components:
- type: Transform
- pos: 21.5,-33.5
- parent: 31
- - uid: 6779
- components:
- - type: Transform
- pos: 21.5,-32.5
- parent: 31
- - uid: 6780
- components:
- - type: Transform
- pos: 23.5,-35.5
- parent: 31
- - uid: 6781
- components:
- - type: Transform
- pos: 23.5,-34.5
+ pos: 38.5,-43.5
parent: 31
- uid: 6782
components:
- type: Transform
- pos: 23.5,-33.5
+ pos: -35.5,42.5
parent: 31
- uid: 6783
components:
- type: Transform
- pos: 23.5,-32.5
+ pos: -37.5,42.5
parent: 31
- uid: 6784
components:
- type: Transform
- pos: 25.5,-32.5
+ pos: -36.5,42.5
parent: 31
- uid: 6785
components:
- type: Transform
- pos: 25.5,-33.5
+ pos: -34.5,42.5
parent: 31
- uid: 6786
components:
- type: Transform
- pos: 25.5,-34.5
+ pos: -35.5,40.5
parent: 31
- uid: 6787
components:
- type: Transform
- pos: 25.5,-35.5
+ pos: -36.5,40.5
parent: 31
- uid: 6788
components:
- type: Transform
- pos: 25.5,-30.5
+ pos: -37.5,40.5
parent: 31
- uid: 6789
components:
- type: Transform
- pos: 25.5,-29.5
+ pos: -35.5,36.5
parent: 31
- uid: 6790
components:
- type: Transform
- pos: 25.5,-28.5
+ pos: -34.5,36.5
parent: 31
- uid: 6791
components:
- type: Transform
- pos: 25.5,-27.5
+ pos: -34.5,40.5
parent: 31
- uid: 6792
components:
- type: Transform
- pos: 23.5,-27.5
+ pos: -37.5,38.5
parent: 31
- uid: 6793
components:
- type: Transform
- pos: 23.5,-28.5
+ pos: -37.5,36.5
parent: 31
- uid: 6794
components:
- type: Transform
- pos: 23.5,-29.5
+ pos: -36.5,36.5
parent: 31
- uid: 6795
components:
- type: Transform
- pos: 23.5,-30.5
+ pos: -36.5,38.5
parent: 31
- uid: 6796
components:
- type: Transform
- pos: 27.5,-32.5
+ pos: -35.5,38.5
parent: 31
- uid: 6797
components:
- type: Transform
- pos: 27.5,-33.5
+ pos: -34.5,38.5
parent: 31
- uid: 6798
components:
- type: Transform
- pos: 27.5,-34.5
+ pos: -30.5,38.5
parent: 31
- uid: 6799
components:
- type: Transform
- pos: 29.5,-34.5
+ pos: -31.5,38.5
parent: 31
- uid: 6800
components:
- type: Transform
- pos: 29.5,-33.5
+ pos: -32.5,38.5
parent: 31
- uid: 6801
components:
- type: Transform
- pos: 29.5,-32.5
+ pos: -29.5,38.5
parent: 31
- uid: 6802
components:
- type: Transform
- pos: 29.5,-30.5
+ pos: -29.5,36.5
parent: 31
- uid: 6803
components:
- type: Transform
- pos: 29.5,-29.5
+ pos: -30.5,36.5
parent: 31
- uid: 6804
components:
- type: Transform
- pos: 29.5,-28.5
+ pos: -32.5,34.5
parent: 31
- uid: 6805
components:
- type: Transform
- pos: 27.5,-28.5
+ pos: -32.5,36.5
parent: 31
- uid: 6806
components:
- type: Transform
- pos: 27.5,-29.5
+ pos: -31.5,36.5
parent: 31
- uid: 6807
components:
- type: Transform
- pos: 27.5,-30.5
+ pos: -31.5,34.5
parent: 31
- - uid: 8577
+ - uid: 6826
components:
- type: Transform
- pos: -40.5,-31.5
+ pos: -30.5,34.5
parent: 31
- - uid: 8578
+ - uid: 6877
components:
- type: Transform
- pos: -40.5,-30.5
+ pos: -29.5,34.5
parent: 31
- - uid: 8579
+ - uid: 8042
components:
- type: Transform
- pos: -40.5,-29.5
+ pos: 38.5,-41.5
parent: 31
- - uid: 8580
+ - uid: 8043
components:
- type: Transform
- pos: -40.5,-27.5
+ pos: 35.5,-41.5
parent: 31
- - uid: 8581
+ - uid: 8350
components:
- type: Transform
- pos: -40.5,-26.5
+ pos: 37.5,-41.5
parent: 31
- - uid: 8582
+ - uid: 8581
components:
- type: Transform
- pos: -40.5,-25.5
+ pos: 36.5,-45.5
parent: 31
- uid: 8583
components:
- type: Transform
- pos: -42.5,-31.5
+ pos: 33.5,-41.5
parent: 31
- uid: 8584
components:
- type: Transform
- pos: -42.5,-29.5
+ pos: 31.5,-41.5
parent: 31
- uid: 8585
components:
- type: Transform
- pos: -42.5,-30.5
+ pos: 36.5,-39.5
parent: 31
- uid: 8586
components:
- type: Transform
- pos: -42.5,-27.5
+ pos: 33.5,-39.5
parent: 31
- uid: 8587
components:
- type: Transform
- pos: -42.5,-26.5
+ pos: 31.5,-39.5
parent: 31
- uid: 8588
components:
- type: Transform
- pos: -42.5,-25.5
+ pos: 30.5,-41.5
parent: 31
- - uid: 8589
+ - uid: 8596
components:
- type: Transform
- pos: -29.5,-38.5
+ pos: 31.5,-45.5
parent: 31
- - uid: 8590
+ - uid: 8597
components:
- type: Transform
- pos: -30.5,-38.5
+ pos: 32.5,-45.5
parent: 31
- - uid: 8591
+ - uid: 8598
components:
- type: Transform
- pos: -31.5,-38.5
+ pos: 36.5,-43.5
parent: 31
- - uid: 8592
+ - uid: 8599
components:
- type: Transform
- pos: -33.5,-38.5
+ pos: 33.5,-43.5
parent: 31
- - uid: 8593
+ - uid: 8600
components:
- type: Transform
- pos: -34.5,-38.5
+ pos: 31.5,-43.5
parent: 31
- - uid: 8594
+ - uid: 8644
components:
- type: Transform
- pos: -35.5,-38.5
+ pos: -34.5,-46.5
parent: 31
- - uid: 8595
+ - uid: 8645
components:
- type: Transform
- pos: -35.5,-36.5
+ pos: -31.5,-46.5
parent: 31
- - uid: 8596
+ - uid: 8647
components:
- type: Transform
- pos: -34.5,-36.5
+ pos: -33.5,-46.5
parent: 31
- - uid: 8597
+ - uid: 8648
components:
- type: Transform
- pos: -33.5,-36.5
+ pos: -34.5,-44.5
parent: 31
- - uid: 8598
+ - uid: 8649
components:
- type: Transform
- pos: -31.5,-36.5
+ pos: -31.5,-44.5
parent: 31
- - uid: 8599
+ - uid: 8650
components:
- type: Transform
- pos: -30.5,-36.5
+ pos: -33.5,-44.5
parent: 31
- - uid: 8600
+ - uid: 8654
components:
- type: Transform
- pos: -29.5,-36.5
+ pos: -30.5,-44.5
parent: 31
-- proto: SolarTracker
- entities:
- - uid: 6710
+ - uid: 9032
components:
- type: Transform
- pos: 32.5,-31.5
+ pos: -29.5,-44.5
parent: 31
- - uid: 6711
+ - uid: 9699
+ components:
+ - type: Transform
+ pos: -29.5,-46.5
+ parent: 31
+ - uid: 11060
+ components:
+ - type: Transform
+ pos: -30.5,-46.5
+ parent: 31
+ - uid: 11079
+ components:
+ - type: Transform
+ pos: -35.5,-46.5
+ parent: 31
+ - uid: 12483
+ components:
+ - type: Transform
+ pos: 56.5,23.5
+ parent: 31
+ - uid: 12484
+ components:
+ - type: Transform
+ pos: 57.5,23.5
+ parent: 31
+ - uid: 12485
+ components:
+ - type: Transform
+ pos: 56.5,21.5
+ parent: 31
+ - uid: 12486
+ components:
+ - type: Transform
+ pos: 57.5,21.5
+ parent: 31
+ - uid: 12487
+ components:
+ - type: Transform
+ pos: 56.5,19.5
+ parent: 31
+ - uid: 12488
+ components:
+ - type: Transform
+ pos: 57.5,19.5
+ parent: 31
+ - uid: 12489
+ components:
+ - type: Transform
+ pos: 58.5,19.5
+ parent: 31
+ - uid: 12490
+ components:
+ - type: Transform
+ pos: 59.5,19.5
+ parent: 31
+ - uid: 12491
+ components:
+ - type: Transform
+ pos: 60.5,19.5
+ parent: 31
+ - uid: 12492
+ components:
+ - type: Transform
+ pos: 59.5,17.5
+ parent: 31
+ - uid: 12493
+ components:
+ - type: Transform
+ pos: 58.5,17.5
+ parent: 31
+ - uid: 12494
+ components:
+ - type: Transform
+ pos: 57.5,17.5
+ parent: 31
+ - uid: 12495
+ components:
+ - type: Transform
+ pos: 57.5,16.5
+ parent: 31
+ - uid: 12496
+ components:
+ - type: Transform
+ pos: 56.5,16.5
+ parent: 31
+ - uid: 12497
+ components:
+ - type: Transform
+ pos: 59.5,15.5
+ parent: 31
+ - uid: 12498
+ components:
+ - type: Transform
+ pos: 58.5,15.5
+ parent: 31
+ - uid: 12499
+ components:
+ - type: Transform
+ pos: 60.5,15.5
+ parent: 31
+ - uid: 12750
+ components:
+ - type: Transform
+ pos: -48.5,-31.5
+ parent: 31
+ - uid: 12751
+ components:
+ - type: Transform
+ pos: -48.5,-30.5
+ parent: 31
+ - uid: 12752
+ components:
+ - type: Transform
+ pos: -48.5,-29.5
+ parent: 31
+ - uid: 12753
+ components:
+ - type: Transform
+ pos: -48.5,-27.5
+ parent: 31
+ - uid: 12754
+ components:
+ - type: Transform
+ pos: -48.5,-26.5
+ parent: 31
+ - uid: 12755
+ components:
+ - type: Transform
+ pos: -48.5,-25.5
+ parent: 31
+ - uid: 12756
+ components:
+ - type: Transform
+ pos: -50.5,-25.5
+ parent: 31
+ - uid: 12757
+ components:
+ - type: Transform
+ pos: -50.5,-26.5
+ parent: 31
+ - uid: 12758
+ components:
+ - type: Transform
+ pos: -50.5,-27.5
+ parent: 31
+ - uid: 12759
+ components:
+ - type: Transform
+ pos: -50.5,-29.5
+ parent: 31
+ - uid: 12760
+ components:
+ - type: Transform
+ pos: -50.5,-30.5
+ parent: 31
+ - uid: 12761
+ components:
+ - type: Transform
+ pos: -50.5,-31.5
+ parent: 31
+ - uid: 12762
+ components:
+ - type: Transform
+ pos: -52.5,-31.5
+ parent: 31
+ - uid: 12763
+ components:
+ - type: Transform
+ pos: -52.5,-30.5
+ parent: 31
+ - uid: 12764
+ components:
+ - type: Transform
+ pos: -52.5,-29.5
+ parent: 31
+ - uid: 12765
+ components:
+ - type: Transform
+ pos: -52.5,-27.5
+ parent: 31
+ - uid: 12766
+ components:
+ - type: Transform
+ pos: -52.5,-26.5
+ parent: 31
+ - uid: 12767
+ components:
+ - type: Transform
+ pos: -52.5,-25.5
+ parent: 31
+ - uid: 12768
+ components:
+ - type: Transform
+ pos: -54.5,-25.5
+ parent: 31
+ - uid: 12769
+ components:
+ - type: Transform
+ pos: -54.5,-26.5
+ parent: 31
+ - uid: 12770
+ components:
+ - type: Transform
+ pos: -54.5,-27.5
+ parent: 31
+ - uid: 12771
components:
- type: Transform
- pos: -38.5,24.5
+ pos: -54.5,-29.5
+ parent: 31
+ - uid: 12772
+ components:
+ - type: Transform
+ pos: -54.5,-30.5
+ parent: 31
+ - uid: 12773
+ components:
+ - type: Transform
+ pos: -54.5,-31.5
+ parent: 31
+ - uid: 12803
+ components:
+ - type: Transform
+ pos: -35.5,-44.5
+ parent: 31
+ - uid: 12804
+ components:
+ - type: Transform
+ pos: -33.5,-42.5
+ parent: 31
+ - uid: 12805
+ components:
+ - type: Transform
+ pos: -34.5,-42.5
+ parent: 31
+ - uid: 12806
+ components:
+ - type: Transform
+ pos: -35.5,-42.5
+ parent: 31
+ - uid: 12807
+ components:
+ - type: Transform
+ pos: -31.5,-42.5
+ parent: 31
+ - uid: 12808
+ components:
+ - type: Transform
+ pos: -30.5,-42.5
+ parent: 31
+ - uid: 12809
+ components:
+ - type: Transform
+ pos: -29.5,-42.5
+ parent: 31
+ - uid: 12810
+ components:
+ - type: Transform
+ pos: -29.5,-40.5
+ parent: 31
+ - uid: 12811
+ components:
+ - type: Transform
+ pos: -30.5,-40.5
+ parent: 31
+ - uid: 12812
+ components:
+ - type: Transform
+ pos: -31.5,-40.5
+ parent: 31
+ - uid: 12813
+ components:
+ - type: Transform
+ pos: -33.5,-40.5
+ parent: 31
+ - uid: 12814
+ components:
+ - type: Transform
+ pos: -34.5,-40.5
+ parent: 31
+ - uid: 12815
+ components:
+ - type: Transform
+ pos: -35.5,-40.5
+ parent: 31
+- proto: SolarTracker
+ entities:
+ - uid: 12629
+ components:
+ - type: Transform
+ pos: -33.5,44.5
parent: 31
- proto: SolidSecretDoor
entities:
@@ -61557,7 +66668,7 @@ entities:
- type: Transform
pos: -32.5,15.5
parent: 31
-- proto: SophicScribe
+- proto: SophicScribeSpawner
entities:
- uid: 6317
components:
@@ -61762,6 +66873,13 @@ entities:
- type: Transform
pos: -20.5,-0.5
parent: 31
+- proto: SpawnPointBrigmedic
+ entities:
+ - uid: 11049
+ components:
+ - type: Transform
+ pos: 0.5,13.5
+ parent: 31
- proto: SpawnPointCaptain
entities:
- uid: 39
@@ -62064,10 +67182,10 @@ entities:
- type: Transform
pos: -13.5,-0.5
parent: 31
- - uid: 9099
+ - uid: 11440
components:
- type: Transform
- pos: -12.5,-0.5
+ pos: -12.5,-1.5
parent: 31
- proto: SpawnPointStationEngineer
entities:
@@ -62112,6 +67230,38 @@ entities:
- type: Transform
pos: -1.5,-12.5
parent: 31
+- proto: Spoon
+ entities:
+ - uid: 12170
+ components:
+ - type: Transform
+ pos: -3.133288,-1.3988123
+ parent: 31
+ - uid: 12171
+ components:
+ - type: Transform
+ pos: -2.227038,-1.3988123
+ parent: 31
+- proto: SpoonPlastic
+ entities:
+ - uid: 12217
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.364515,-0.22191113
+ parent: 31
+ - uid: 12218
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.489515,0.82496387
+ parent: 31
+ - uid: 12219
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -10.458265,1.7780888
+ parent: 31
- proto: SprayBottleSpaceCleaner
entities:
- uid: 626
@@ -62273,21 +67423,31 @@ entities:
- type: Transform
pos: 36.5,9.5
parent: 31
- - uid: 1918
- components:
- - type: Transform
- pos: 38.5,23.5
- parent: 31
- uid: 11070
components:
- type: Transform
+ anchored: True
pos: 44.5,23.5
parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- uid: 12065
components:
- type: Transform
pos: 64.5,6.5
parent: 31
+ - uid: 12574
+ components:
+ - type: Transform
+ anchored: True
+ pos: 44.5,22.5
+ parent: 31
+ - type: Physics
+ angularDamping: 0
+ linearDamping: 0
+ bodyType: Static
- proto: SubstationBasic
entities:
- uid: 2361
@@ -63395,11 +68555,6 @@ entities:
- type: Transform
pos: 12.5,-5.5
parent: 31
- - uid: 4920
- components:
- - type: Transform
- pos: -3.5,17.5
- parent: 31
- uid: 4927
components:
- type: Transform
@@ -63438,11 +68593,6 @@ entities:
- type: Transform
pos: -7.5,-18.5
parent: 31
- - uid: 6020
- components:
- - type: Transform
- pos: -3.5,16.5
- parent: 31
- uid: 6183
components:
- type: Transform
@@ -63889,18 +69039,38 @@ entities:
parent: 31
- proto: TableFancyRed
entities:
+ - uid: 4888
+ components:
+ - type: Transform
+ pos: -2.5,-1.5
+ parent: 31
+ - uid: 5157
+ components:
+ - type: Transform
+ pos: -6.5,-1.5
+ parent: 31
- uid: 8099
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 3.5,-33.5
parent: 31
+ - uid: 11465
+ components:
+ - type: Transform
+ pos: -3.5,-1.5
+ parent: 31
- uid: 11550
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,-33.5
parent: 31
+ - uid: 12235
+ components:
+ - type: Transform
+ pos: -6.5,-0.5
+ parent: 31
- proto: TableGlass
entities:
- uid: 1104
@@ -64038,11 +69208,6 @@ entities:
- type: Transform
pos: 2.5,31.5
parent: 31
- - uid: 4234
- components:
- - type: Transform
- pos: -14.5,20.5
- parent: 31
- uid: 4245
components:
- type: Transform
@@ -64165,6 +69330,11 @@ entities:
- type: Transform
pos: 56.5,-11.5
parent: 31
+ - uid: 12200
+ components:
+ - type: Transform
+ pos: -15.5,0.5
+ parent: 31
- proto: TableReinforcedGlass
entities:
- uid: 1479
@@ -64284,11 +69454,6 @@ entities:
- type: Transform
pos: -3.5,-4.5
parent: 31
- - uid: 2253
- components:
- - type: Transform
- pos: -2.5,-1.5
- parent: 31
- uid: 2421
components:
- type: Transform
@@ -64299,16 +69464,6 @@ entities:
- type: Transform
pos: -30.5,-5.5
parent: 31
- - uid: 3750
- components:
- - type: Transform
- pos: -3.5,-1.5
- parent: 31
- - uid: 3753
- components:
- - type: Transform
- pos: -6.5,-1.5
- parent: 31
- uid: 3892
components:
- type: Transform
@@ -64390,11 +69545,6 @@ entities:
- type: Transform
pos: 6.5,24.5
parent: 31
- - uid: 5220
- components:
- - type: Transform
- pos: -0.5,13.5
- parent: 31
- uid: 5635
components:
- type: Transform
@@ -64523,32 +69673,6 @@ entities:
rot: 1.5707963267948966 rad
pos: 42.5,-10.5
parent: 31
-- proto: TegCenter
- entities:
- - uid: 11059
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 38.5,14.5
- parent: 31
-- proto: TegCirculator
- entities:
- - uid: 11057
- components:
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 38.5,13.5
- parent: 31
- - type: PointLight
- color: '#FF3300FF'
- - uid: 11060
- components:
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 38.5,15.5
- parent: 31
- - type: PointLight
- color: '#FF3300FF'
- proto: TelecomServer
entities:
- uid: 3371
@@ -64887,6 +70011,13 @@ entities:
- type: Transform
pos: -24.569178,-5.0530295
parent: 31
+- proto: ToyFigurineDetective
+ entities:
+ - uid: 6636
+ components:
+ - type: Transform
+ pos: -21.273363,17.582897
+ parent: 31
- proto: ToyFireRipley
entities:
- uid: 2029
@@ -65116,6 +70247,12 @@ entities:
rot: 1.5707963267948966 rad
pos: 1.5,-13.5
parent: 31
+ - uid: 12179
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 0.5,-3.5
+ parent: 31
- proto: VendingMachineClothing
entities:
- uid: 7647
@@ -65236,10 +70373,17 @@ entities:
parent: 31
- proto: VendingMachineHappyHonk
entities:
- - uid: 4174
+ - uid: 7121
components:
- type: Transform
- pos: -9.5,-4.5
+ pos: -17.5,-8.5
+ parent: 31
+- proto: VendingMachineHotfood
+ entities:
+ - uid: 11301
+ components:
+ - type: Transform
+ pos: -3.5,1.5
parent: 31
- proto: VendingMachineHydrobe
entities:
@@ -65326,9 +70470,10 @@ entities:
parent: 31
- proto: VendingMachineSec
entities:
- - uid: 7834
+ - uid: 11793
components:
- type: Transform
+ rot: 3.141592653589793 rad
pos: -15.5,13.5
parent: 31
- proto: VendingMachineSecDrobe
@@ -65364,6 +70509,13 @@ entities:
- type: Transform
pos: 26.5,6.5
parent: 31
+- proto: VendingMachineSolsnack
+ entities:
+ - uid: 12233
+ components:
+ - type: Transform
+ pos: -2.5,1.5
+ parent: 31
- proto: VendingMachineSovietSoda
entities:
- uid: 7561
@@ -65439,6 +70591,12 @@ entities:
parent: 31
- proto: VendingMachineWallMedical
entities:
+ - uid: 6599
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -0.5,11.5
+ parent: 31
- uid: 11679
components:
- type: Transform
@@ -65450,6 +70608,11 @@ entities:
- type: Transform
pos: 6.5,-9.5
parent: 31
+ - uid: 12103
+ components:
+ - type: Transform
+ pos: -0.5,11.5
+ parent: 31
- proto: VendingMachineWeeb
entities:
- uid: 10834
@@ -68090,26 +73253,6 @@ entities:
- type: Transform
pos: -24.5,26.5
parent: 31
- - uid: 5180
- components:
- - type: Transform
- pos: -23.5,26.5
- parent: 31
- - uid: 5181
- components:
- - type: Transform
- pos: -22.5,26.5
- parent: 31
- - uid: 5182
- components:
- - type: Transform
- pos: -21.5,26.5
- parent: 31
- - uid: 5183
- components:
- - type: Transform
- pos: -20.5,26.5
- parent: 31
- uid: 5193
components:
- type: Transform
@@ -69541,11 +74684,6 @@ entities:
rot: -1.5707963267948966 rad
pos: -29.5,-25.5
parent: 31
- - uid: 9075
- components:
- - type: Transform
- pos: -44.5,-0.5
- parent: 31
- uid: 9106
components:
- type: Transform
@@ -70723,6 +75861,39 @@ entities:
- type: Transform
pos: 59.5,-1.5
parent: 31
+ - uid: 12323
+ components:
+ - type: Transform
+ pos: -54.5,11.5
+ parent: 31
+ - uid: 12324
+ components:
+ - type: Transform
+ pos: -54.5,9.5
+ parent: 31
+ - uid: 12325
+ components:
+ - type: Transform
+ pos: -54.5,7.5
+ parent: 31
+ - uid: 12328
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,3.5
+ parent: 31
+ - uid: 12331
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,1.5
+ parent: 31
+ - uid: 12332
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -54.5,-0.5
+ parent: 31
- proto: WallSolid
entities:
- uid: 10
@@ -72650,12 +77821,6 @@ entities:
- type: Transform
pos: -18.5,-13.5
parent: 31
- - uid: 5192
- components:
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 34.5,38.5
- parent: 31
- uid: 5211
components:
- type: Transform
@@ -74001,11 +79166,6 @@ entities:
- type: Transform
pos: 35.5,12.5
parent: 31
- - uid: 6826
- components:
- - type: Transform
- pos: 46.5,23.5
- parent: 31
- uid: 8465
components:
- type: Transform
@@ -74048,18 +79208,6 @@ entities:
- type: Transform
pos: -14.594447,16.787762
parent: 31
-- proto: WeaponPistolMk58
- entities:
- - uid: 4096
- components:
- - type: Transform
- pos: -14.641079,20.457024
- parent: 31
- - uid: 9731
- components:
- - type: Transform
- pos: -14.625454,20.707024
- parent: 31
- proto: WeaponShotgunKammerer
entities:
- uid: 8072
@@ -74942,6 +80090,26 @@ entities:
rot: -1.5707963267948966 rad
pos: -19.5,-24.5
parent: 31
+ - uid: 12974
+ components:
+ - type: Transform
+ pos: -23.5,27.5
+ parent: 31
+ - uid: 12975
+ components:
+ - type: Transform
+ pos: -22.5,27.5
+ parent: 31
+ - uid: 12976
+ components:
+ - type: Transform
+ pos: -21.5,27.5
+ parent: 31
+ - uid: 12977
+ components:
+ - type: Transform
+ pos: -20.5,27.5
+ parent: 31
- proto: WindowTintedDirectional
entities:
- uid: 1356
diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml
index 877a79dd961..66ea8dadea6 100644
--- a/Resources/Prototypes/Entities/Stations/base.yml
+++ b/Resources/Prototypes/Entities/Stations/base.yml
@@ -70,13 +70,39 @@
maxCount: 2
stationGrid: false
paths:
- - /Maps/Ruins/DeltaV/biodome_satellite.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/derelict.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/djstation.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/old_ai_sat.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/relaystation.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/whiteship_ancient.yml #Delta V - Move to DV folder
- - /Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml #Delta V - Move to DV folder
+ - /Maps/Ruins/DeltaV/biodome_satellite.yml
+ - /Maps/Ruins/DeltaV/derelict.yml
+ - /Maps/Ruins/DeltaV/djstation.yml
+ - /Maps/Ruins/DeltaV/old_ai_sat.yml
+ - /Maps/Ruins/DeltaV/relaystation.yml
+ - /Maps/Ruins/DeltaV/whiteship_ancient.yml
+ - /Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml
+
+- type: entity
+ id: BaseStationShuttlesSalvageOnly
+ abstract: true
+ components:
+ - type: GridSpawn
+ groups:
+ mining:
+ addComponents:
+ - type: ProtectedGrid
+ paths:
+ - /Maps/Shuttles/pathfinder.yml
+ ruins:
+ hide: true
+ nameGrid: true
+ minCount: 2
+ maxCount: 2
+ stationGrid: false
+ paths:
+ - /Maps/Ruins/DeltaV/biodome_satellite.yml
+ - /Maps/Ruins/DeltaV/derelict.yml
+ - /Maps/Ruins/DeltaV/djstation.yml
+ - /Maps/Ruins/DeltaV/old_ai_sat.yml
+ - /Maps/Ruins/DeltaV/relaystation.yml
+ - /Maps/Ruins/DeltaV/whiteship_ancient.yml
+ - /Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml
- type: entity
id: BaseStationShuttlesCore
diff --git a/Resources/Prototypes/Entities/Stations/nanotrasen.yml b/Resources/Prototypes/Entities/Stations/nanotrasen.yml
index 5ecfbe037fe..329542a267a 100644
--- a/Resources/Prototypes/Entities/Stations/nanotrasen.yml
+++ b/Resources/Prototypes/Entities/Stations/nanotrasen.yml
@@ -51,3 +51,28 @@
noSpawn: true
components:
- type: Transform
+
+- type: entity
+ id: StandardNanotrasenStationNoATS
+ parent:
+ - BaseStation
+ - BaseStationNews
+ - BaseStationCargo
+ - BaseStationJobsSpawning
+ - BaseStationRecords
+ - BaseStationArrivals
+ - BaseStationGateway
+ - BaseStationShuttlesSalvageOnly
+ - BaseStationCentcomm
+ - BaseStationEvacuation
+ - BaseStationAlertLevels
+ - BaseStationMagnet
+ - BaseStationExpeditions
+ - BaseStationSiliconLawCrewsimov
+ - BaseStationAllEventsEligible
+ - BaseStationNanotrasen
+ - BaseRandomStation
+ - BaseStationMail
+ noSpawn: true
+ components:
+ - type: Transform
diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml
index c512266e974..601c7c360a5 100644
--- a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml
+++ b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml
@@ -49,7 +49,7 @@
onBump: false
requirePower: true
highVoltageNode: output
- - type: RequireProjectileTarget
+ - type: RequireProjectileTarget
- type: entity
id: SolarPanel
@@ -58,8 +58,8 @@
description: A solar panel that generates power.
components:
- type: PowerSupplier
- supplyRampTolerance: 500
- supplyRampRate: 500
+ supplyRampTolerance: 1000
+ supplyRampRate: 1000
- type: SolarPanel
- type: Damageable
damageContainer: Inorganic
@@ -158,7 +158,7 @@
graph: SolarPanel
node: solarassembly
defaultTarget: solarpanel
- - type: RequireProjectileTarget
+ - type: RequireProjectileTarget
- type: entity
id: SolarTracker
@@ -203,4 +203,4 @@
- type: Construction
graph: SolarPanel
node: solartracker
- - type: RequireProjectileTarget
+ - type: RequireProjectileTarget
diff --git a/Resources/Prototypes/Maps/saltern.yml b/Resources/Prototypes/Maps/saltern.yml
index 36666eb1cc3..154a35a16dc 100644
--- a/Resources/Prototypes/Maps/saltern.yml
+++ b/Resources/Prototypes/Maps/saltern.yml
@@ -7,7 +7,7 @@
fallback: true
stations:
Saltern:
- stationProto: StandardNanotrasenStation
+ stationProto: StandardNanotrasenStationNoATS
components:
- type: StationNameSetup
mapNameTemplate: '{0} Saltern {1}'
@@ -53,6 +53,7 @@
Detective: [ 1, 1 ]
SecurityOfficer: [ 4, 6 ]
SecurityCadet: [ 4, 6 ]
+ Brigmedic: [ 1, 1 ]
Prisoner: [ 1, 2 ]
#supply
Quartermaster: [ 1, 1 ]
From dbaec26668b796420da955f9f2f28761eeb75305 Mon Sep 17 00:00:00 2001
From: SimpleStation Changelogs